Click here to Skip to main content
15,902,198 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: formating date and time in a datagrid [modified] Pin
Are Jay20-Nov-06 19:15
Are Jay20-Nov-06 19:15 
GeneralRe: formating date and time in a datagrid Pin
steve_rm20-Nov-06 19:19
steve_rm20-Nov-06 19:19 
GeneralRe: formating date and time in a datagrid Pin
Are Jay20-Nov-06 20:04
Are Jay20-Nov-06 20:04 
GeneralRe: formating date and time in a datagrid Pin
steve_rm20-Nov-06 20:09
steve_rm20-Nov-06 20:09 
Questionbutton related actions Pin
tirumal123120-Nov-06 17:00
tirumal123120-Nov-06 17:00 
AnswerRe: button related actions Pin
Christian Graus20-Nov-06 17:33
protectorChristian Graus20-Nov-06 17:33 
GeneralRe: button related actions Pin
tirumal123120-Nov-06 19:29
tirumal123120-Nov-06 19:29 
GeneralRe: button related actions Pin
Christian Graus20-Nov-06 19:41
protectorChristian Graus20-Nov-06 19:41 
Oh, I see.

The Textboxes can be added to the controls collection on the page, but if you want to position them, you need some sort of PlaceHolder ( or similar control ) to contain them.  Then you can just create textboxes with new, set their properties, and add them as child controls, to the Controls collection of the Placeholder.

Inserting them in a table, or adding some CSS would help you to lay them out nicely.

The other trick is, they need to be added to the page very early in the life cycle, if you want viewstate from those controls.

Sorry, I thought you wanted the page to report back the number, which would obvioulsy be a homework assignment Smile | :)



Christian Graus - C++ MVP

GeneralRe: button related actions Pin
tirumal123120-Nov-06 21:12
tirumal123120-Nov-06 21:12 
QuestionSession call from a .vb class Pin
ONeil Tomlinson20-Nov-06 11:55
ONeil Tomlinson20-Nov-06 11:55 
AnswerRe: Session call from a .vb class Pin
Christian Graus20-Nov-06 13:59
protectorChristian Graus20-Nov-06 13:59 
QuestionAuto Complete Online Form Pin
shepa00620-Nov-06 11:30
shepa00620-Nov-06 11:30 
QuestionRe: Auto Complete Online Form Pin
Are Jay20-Nov-06 19:22
Are Jay20-Nov-06 19:22 
QuestionHow to get the Index of control which is on Panel control ? Pin
kindman_nb20-Nov-06 10:30
kindman_nb20-Nov-06 10:30 
AnswerRe: How to get the Index of control which is on Panel control ? Pin
Christian Graus20-Nov-06 10:38
protectorChristian Graus20-Nov-06 10:38 
GeneralRe: How to get the Index of control which is on Panel control ? Pin
kindman_nb20-Nov-06 10:41
kindman_nb20-Nov-06 10:41 
GeneralRe: How to get the Index of control which is on Panel control ? Pin
Christian Graus20-Nov-06 10:53
protectorChristian Graus20-Nov-06 10:53 
QuestionHide a datagrid column in VB .NET 2003 Pin
hlortie20-Nov-06 8:58
hlortie20-Nov-06 8:58 
AnswerRe: Hide a datagrid column in VB .NET 2003 Pin
jsampsonPC21-Nov-06 11:33
jsampsonPC21-Nov-06 11:33 
GeneralRe: Hide a datagrid column in VB .NET 2003 Pin
hlortie24-Nov-06 9:40
hlortie24-Nov-06 9:40 
GeneralRe: Hide a datagrid column in VB .NET 2003 Pin
jsampsonPC24-Nov-06 18:40
jsampsonPC24-Nov-06 18:40 
QuestionDetecting when an external application starts? Pin
tjsharkfan20-Nov-06 7:57
tjsharkfan20-Nov-06 7:57 
AnswerRe: Detecting when an external application starts? Pin
Yona Low20-Nov-06 9:29
Yona Low20-Nov-06 9:29 
QuestionDataBindings of RadionButton Pin
kindman_nb20-Nov-06 7:16
kindman_nb20-Nov-06 7:16 
AnswerRe: DataBindings of RadionButton Pin
kindman_nb20-Nov-06 7:21
kindman_nb20-Nov-06 7:21 

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.