Click here to Skip to main content
15,887,676 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Specify the ServiceNotification or DefaultDesktopOnly Pin
Herman<T>.Instance8-Jul-08 2:28
Herman<T>.Instance8-Jul-08 2:28 
Questionrun macro Pin
Rinki Mukheraji8-Jul-08 1:07
Rinki Mukheraji8-Jul-08 1:07 
Question"DateTime" to "Time Span" (Duration Posted) Pin
wEb GuRu...8-Jul-08 1:01
wEb GuRu...8-Jul-08 1:01 
AnswerRe: "DateTime" to "Time Span" (Duration Posted) Pin
eyeseetee8-Jul-08 1:06
eyeseetee8-Jul-08 1:06 
Questionhow to send MS Word file as a parameter from asp.net webclient to asp.net web service? Pin
Member 33200608-Jul-08 0:59
Member 33200608-Jul-08 0:59 
Questionproblem creating textbox on the fly Pin
eyeseetee8-Jul-08 0:56
eyeseetee8-Jul-08 0:56 
AnswerRe: problem creating textbox on the fly Pin
wEb GuRu...8-Jul-08 1:03
wEb GuRu...8-Jul-08 1:03 
GeneralRe: problem creating textbox on the fly Pin
eyeseetee8-Jul-08 1:16
eyeseetee8-Jul-08 1:16 
ok, ive got this now

public void CreateTextBoxes(Object sender, EventArgs e)
{

foreach (DataRow row in dataSetselectactivities.Tables[0].Rows)
{
TextBoxesHere.Controls.Add(new TextBox());

}
}

I am not showing the datatable in the code above because it would take up too much room but it does exist. Anyway Ive managed to create as many textboxes as there are rows dynamically. However now I need to fill each one with data from the datatable. How do I go about that?
thanks!
GeneralRe: problem creating textbox on the fly [modified] Pin
Imran Khan Pathan8-Jul-08 1:58
Imran Khan Pathan8-Jul-08 1:58 
GeneralRe: problem creating textbox on the fly Pin
Michael Bookatz8-Jul-08 2:02
Michael Bookatz8-Jul-08 2:02 
GeneralRe: problem creating textbox on the fly Pin
eyeseetee8-Jul-08 2:26
eyeseetee8-Jul-08 2:26 
GeneralRe: problem creating textbox on the fly Pin
Nirandas8-Jul-08 2:43
Nirandas8-Jul-08 2:43 
GeneralRe: problem creating textbox on the fly [modified] Pin
eyeseetee8-Jul-08 2:56
eyeseetee8-Jul-08 2:56 
GeneralRe: problem creating textbox on the fly Pin
Nirandas8-Jul-08 3:10
Nirandas8-Jul-08 3:10 
GeneralRe: problem creating textbox on the fly Pin
eyeseetee8-Jul-08 3:31
eyeseetee8-Jul-08 3:31 
GeneralRe: problem creating textbox on the fly Pin
Nirandas8-Jul-08 3:41
Nirandas8-Jul-08 3:41 
GeneralRe: problem creating textbox on the fly Pin
eyeseetee8-Jul-08 4:01
eyeseetee8-Jul-08 4:01 
GeneralRe: problem creating textbox on the fly Pin
Nirandas8-Jul-08 4:13
Nirandas8-Jul-08 4:13 
GeneralRe: problem creating textbox on the fly Pin
eyeseetee8-Jul-08 4:26
eyeseetee8-Jul-08 4:26 
GeneralRe: problem creating textbox on the fly [modified] Pin
Sherin Iranimose8-Jul-08 4:52
Sherin Iranimose8-Jul-08 4:52 
AnswerRe: problem creating textbox on the fly Pin
Nirandas8-Jul-08 4:47
Nirandas8-Jul-08 4:47 
GeneralRe: problem creating textbox on the fly Pin
eyeseetee8-Jul-08 5:13
eyeseetee8-Jul-08 5:13 
Questionstatic ip address Pin
brettokumar8-Jul-08 0:28
professionalbrettokumar8-Jul-08 0:28 
AnswerRe: static ip address Pin
tina->newcoder8-Jul-08 1:48
tina->newcoder8-Jul-08 1:48 
QuestionGridview Caption ? Pin
Masood Kochi,SSF7-Jul-08 23:52
Masood Kochi,SSF7-Jul-08 23:52 

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.