Click here to Skip to main content
15,895,084 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Run only Single Instance of exe Pin
Briga23-Nov-05 21:28
Briga23-Nov-05 21:28 
QuestionLimit parameter acceptable values Pin
jcrussell22-Nov-05 19:27
jcrussell22-Nov-05 19:27 
AnswerRe: Limit parameter acceptable values Pin
S Douglas23-Nov-05 4:50
professionalS Douglas23-Nov-05 4:50 
AnswerRe: Limit parameter acceptable values Pin
Steve Pullan23-Nov-05 11:24
Steve Pullan23-Nov-05 11:24 
QuestionRecalculating values in a datagrid with values fom textbox Pin
BORN...again!22-Nov-05 17:47
BORN...again!22-Nov-05 17:47 
AnswerRe: Recalculating values in a datagrid with values fom textbox Pin
prathiba_naresh22-Nov-05 23:11
prathiba_naresh22-Nov-05 23:11 
GeneralRe: Recalculating values in a datagrid with values fom textbox Pin
BORN...again!23-Nov-05 11:39
BORN...again!23-Nov-05 11:39 
Questionhow to change Textbox text when the dropdownlist changing Pin
maxiachun22-Nov-05 16:42
maxiachun22-Nov-05 16:42 
i want to implement an ASP.net web apllication, when i change the dropdown list i want to textbox text change by itsself
i have a event on the dropdown box which is selectedindexchanged
code is
Select Case Me.DropDownList1.SelectedItem.Text.ToUpper
Case "TODAY"
Me.TextBox1.Text = Now.Date & " 06:00:00 AM"
Me.TextBox2.Text = Now.Date.AddDays(1) & " 05:59:59 AM"
Case "YESTERDAY"
Me.TextBox1.Text = Now.Date.AddDays(2) & " 05:59:59 AM"
Me.TextBox2.Text = Now.Date & " 06:00:00 AM"
End Select

but it is not working even this event is not fired


I am Entry level person
AnswerRe: how to change Textbox text when the dropdownlist changing Pin
Christian Graus22-Nov-05 16:49
protectorChristian Graus22-Nov-05 16:49 
AnswerRe: how to change Textbox text when the dropdownlist changing Pin
jcrussell22-Nov-05 19:33
jcrussell22-Nov-05 19:33 
QuestionFormating a column in Excel programmatically Pin
Martin@captivasystems22-Nov-05 11:27
Martin@captivasystems22-Nov-05 11:27 
AnswerRe: Formating a column in Excel programmatically Pin
Curtis Schlak.22-Nov-05 15:56
Curtis Schlak.22-Nov-05 15:56 
Questionhow to display variable value as Text property in datagrid Pin
ScottForgot22-Nov-05 10:06
ScottForgot22-Nov-05 10:06 
QuestionXmlValidatingReader problem xs:date Pin
IsaacB22-Nov-05 8:31
IsaacB22-Nov-05 8:31 
QuestionCache question Pin
Texas_CodeMaster22-Nov-05 7:57
Texas_CodeMaster22-Nov-05 7:57 
QuestionSystem.web.mail class not available from within a service? Pin
tthompson200722-Nov-05 5:26
tthompson200722-Nov-05 5:26 
AnswerRe: System.web.mail class not available from within a service? Pin
Dave Kreskowiak22-Nov-05 15:29
mveDave Kreskowiak22-Nov-05 15:29 
GeneralRe: System.web.mail class not available from within a service? Pin
tthompson200723-Nov-05 3:45
tthompson200723-Nov-05 3:45 
QuestionSending Email With an Attachment Pin
multi_plu22-Nov-05 1:23
multi_plu22-Nov-05 1:23 
AnswerRe: Sending Email With an Attachment Pin
TadejK22-Nov-05 1:45
TadejK22-Nov-05 1:45 
AnswerRe: Sending Email With an Attachment Pin
ToddHileHoffer23-Nov-05 2:54
ToddHileHoffer23-Nov-05 2:54 
QuestionRuntime Error '713' Pin
°[Halo]°21-Nov-05 23:31
°[Halo]°21-Nov-05 23:31 
AnswerRe: Runtime Error '713' Pin
Dave Kreskowiak22-Nov-05 15:27
mveDave Kreskowiak22-Nov-05 15:27 
QuestionRe: Runtime Error '713' Pin
°[Halo]°23-Nov-05 2:13
°[Halo]°23-Nov-05 2:13 
AnswerRe: Runtime Error '713' Pin
Dave Kreskowiak23-Nov-05 2:31
mveDave Kreskowiak23-Nov-05 2:31 

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.