Click here to Skip to main content
15,898,035 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to correct Email address in SMTP format instead of EX in GAL Pin
virendra patel21-Feb-07 17:04
virendra patel21-Feb-07 17:04 
AnswerRe: How to correct Email address in SMTP format instead of EX in GAL Pin
Christian Graus21-Feb-07 19:12
protectorChristian Graus21-Feb-07 19:12 
QuestionHow to set Email type EX to SMTP in outlook address book Pin
virendra patel21-Feb-07 16:56
virendra patel21-Feb-07 16:56 
QuestionFolder exists in VB Pin
ArchaBhandare21-Feb-07 16:49
ArchaBhandare21-Feb-07 16:49 
AnswerRe: Folder exists in VB Pin
Christian Graus21-Feb-07 19:12
protectorChristian Graus21-Feb-07 19:12 
AnswerRe: Folder exists in VB Pin
Dave Kreskowiak22-Feb-07 3:08
mveDave Kreskowiak22-Feb-07 3:08 
GeneralRe: Folder exists in VB Pin
ArchaBhandare22-Feb-07 17:07
ArchaBhandare22-Feb-07 17:07 
Questiondeployment question Pin
cstrader23221-Feb-07 15:05
cstrader23221-Feb-07 15:05 
AnswerRe: deployment question Pin
Johan Hakkesteegt22-Feb-07 21:23
Johan Hakkesteegt22-Feb-07 21:23 
QuestionRunning a program at just before computer shut down Pin
tse02067321-Feb-07 11:09
tse02067321-Feb-07 11:09 
AnswerRe: Running a program at just before computer shut down Pin
M-Hall21-Feb-07 11:36
M-Hall21-Feb-07 11:36 
QuestionFreind Keyword?? Pin
Rahithi21-Feb-07 9:24
Rahithi21-Feb-07 9:24 
AnswerRe: Freind Keyword?? Pin
M-Hall21-Feb-07 9:41
M-Hall21-Feb-07 9:41 
GeneralRe: Freind Keyword?? Pin
Rahithi21-Feb-07 9:44
Rahithi21-Feb-07 9:44 
GeneralRe: Freind Keyword?? Pin
M-Hall21-Feb-07 10:02
M-Hall21-Feb-07 10:02 
GeneralRe: Freind Keyword?? Pin
Rahithi21-Feb-07 10:07
Rahithi21-Feb-07 10:07 
GeneralRe: Freind Keyword?? Pin
Dave Kreskowiak21-Feb-07 13:47
mveDave Kreskowiak21-Feb-07 13:47 
QuestionVB ComboBoxes Pin
soule21-Feb-07 6:25
soule21-Feb-07 6:25 
AnswerRe: VB ComboBoxes Pin
M-Hall21-Feb-07 9:38
M-Hall21-Feb-07 9:38 
GeneralRe: VB ComboBoxes Pin
soule21-Feb-07 10:09
soule21-Feb-07 10:09 
GeneralRe: VB ComboBoxes Pin
M-Hall21-Feb-07 10:12
M-Hall21-Feb-07 10:12 
QuestionDynamic Controls requires Dynamic event handling? [modified] Pin
Björn T.J.M. Spruit21-Feb-07 5:33
Björn T.J.M. Spruit21-Feb-07 5:33 
Hey everyone,

I've got a webpage that has a selfmade webusercontrol.
That webusercontrol dynamically creates (at this moment only) a label control, a calendar control and a textbox control, depending on how many items I give the control through a Session.
So far so good, for every item in Session a set of these controls is created and added to the page.
They display nicely.

*I hear the collective going "BUT?"*
Ah yes, there's a "but".

What I want to do, is fill the textbox of a set with the selected date of the calendar object of THAT set.

But there are (in this example) two calendar objects.

NOTE: (I have to add the calendar objects dynamically as I don't know how many date type parameters will be required in the near future)

How can I get the selectionchanged event from one of the calendar, so that the control "knows" it's from that calendar and fill the correct textbox that belongs to that calendar ?

Don't forget, all the controls are being generated at runtime in a webusercontrol, which means that somehow I have to create dynamic eventhandlers that "knows" which calendar object had the selectionchanged event and "knows" which which textbox object to set the text of.

Code in VB.NET please, not ASP.NET.
Everything is being done in the code behind, which is VB.NET.
Some help would be greatly appreciated.
AnswerRe: Dynamic Controls requires Dynamic event handling? Pin
M-Hall21-Feb-07 6:48
M-Hall21-Feb-07 6:48 
GeneralRe: Dynamic Controls requires Dynamic event handling? Pin
Björn T.J.M. Spruit21-Feb-07 7:27
Björn T.J.M. Spruit21-Feb-07 7:27 
GeneralRe: Dynamic Controls requires Dynamic event handling? Pin
TwoFaced21-Feb-07 7:48
TwoFaced21-Feb-07 7:48 

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.