Click here to Skip to main content
15,914,481 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: I am able to create an appoint withthis code , can u tell me how to delete an appoint in outlook Pin
Christian Graus4-Mar-09 9:37
protectorChristian Graus4-Mar-09 9:37 
QuestionQuerystring Pin
Sneha Bisht3-Mar-09 21:39
Sneha Bisht3-Mar-09 21:39 
AnswerRe: Querystring Pin
J4amieC3-Mar-09 22:21
J4amieC3-Mar-09 22:21 
QuestionJavaScript Function... Pin
Sr...Frank3-Mar-09 21:39
Sr...Frank3-Mar-09 21:39 
AnswerRe: JavaScript Function... Pin
mr_muskurahat3-Mar-09 22:20
mr_muskurahat3-Mar-09 22:20 
GeneralRe: JavaScript Function... Pin
Sr...Frank4-Mar-09 5:34
Sr...Frank4-Mar-09 5:34 
GeneralRe: JavaScript Function... Pin
mr_muskurahat4-Mar-09 5:51
mr_muskurahat4-Mar-09 5:51 
Question[Message Deleted] [modified] Pin
JAYRAJ GIRI3-Mar-09 21:35
JAYRAJ GIRI3-Mar-09 21:35 
Public Class Form1
Dim flag As Integer = 1
Dim tem, j As Integer
Private Sub timer(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Dim path As String = "C:\C#\LED\off.gif"
Dim path1 As String = "C:\C#\LED\on.gif"
Me.PictureBox1.Image = Image.FromFile(path)
If j <= Val(Me.TextBox2.Text) Then
If flag = 1 Then
Me.PictureBox1.Image = Image.FromFile(path)
flag = 0
ElseIf (flag = 0) Then
Me.PictureBox1.Image = Image.FromFile(path1)
flag = 1
End If
j = j + 1
If j = Me.TextBox2.Text Then
Timer1.Interval = Me.TextBox3.Text * 1000
j = 0

End If
End If
End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

tem = Math.Floor(Val(Me.TextBox1.Text / Me.TextBox2.Text))
Timer1.Enabled = True
Timer1.Interval = tem * 1000
End Sub
End Class

modified on Monday, March 9, 2009 3:33 PM

AnswerRe: remove Browser Pin
ABitSmart3-Mar-09 21:43
ABitSmart3-Mar-09 21:43 
QuestionHow to create and delete an appointment in outlook using asp.net code Pin
Manprit.bagga3-Mar-09 21:12
Manprit.bagga3-Mar-09 21:12 
AnswerRe: How to create and delete an appointment in outlook using asp.net code Pin
Christian Graus3-Mar-09 21:15
protectorChristian Graus3-Mar-09 21:15 
GeneralRe: How to create and delete an appointment in outlook using asp.net code Pin
Manprit.bagga3-Mar-09 21:30
Manprit.bagga3-Mar-09 21:30 
GeneralRe: How to create and delete an appointment in outlook using asp.net code Pin
Christian Graus4-Mar-09 9:36
protectorChristian Graus4-Mar-09 9:36 
Questionhow to redirect user to login page if he/she is not login in the system? Pin
keyur satyadev3-Mar-09 20:30
keyur satyadev3-Mar-09 20:30 
AnswerRe: how to redirect user to login page if he/she is not login in the system? Pin
Abhishek Sur3-Mar-09 20:45
professionalAbhishek Sur3-Mar-09 20:45 
QuestionHow to verify entered password with Stored hashed password Pin
Rameez Raja3-Mar-09 20:23
Rameez Raja3-Mar-09 20:23 
AnswerRe: How to verify entered password with Stored hashed password Pin
Christian Graus3-Mar-09 21:06
protectorChristian Graus3-Mar-09 21:06 
GeneralRe: How to verify entered password with Stored hashed password Pin
Jassim Rahma11-Apr-13 0:01
Jassim Rahma11-Apr-13 0:01 
Questionnot able to delete file from visual source safe? Pin
keyur satyadev3-Mar-09 20:12
keyur satyadev3-Mar-09 20:12 
AnswerRe: not able to delete file from visual source safe? Pin
Abhishek Sur3-Mar-09 20:38
professionalAbhishek Sur3-Mar-09 20:38 
AnswerRe: not able to delete file from visual source safe? Pin
Christian Graus3-Mar-09 21:06
protectorChristian Graus3-Mar-09 21:06 
GeneralRe: not able to delete file from visual source safe? Pin
keyur satyadev3-Mar-09 22:58
keyur satyadev3-Mar-09 22:58 
QuestionHow to Attach ConfirmButtonExtender to CustomControl Button Pin
Vishal093-Mar-09 20:01
Vishal093-Mar-09 20:01 
QuestionDrop down list box? Pin
Karthick_gc3-Mar-09 19:53
Karthick_gc3-Mar-09 19:53 
AnswerRe: Drop down list box? Pin
Christian Graus3-Mar-09 20:04
protectorChristian Graus3-Mar-09 20:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.