Click here to Skip to main content
15,907,183 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWiki in Dotnet Pin
Aavesh Agarwal8-Jul-08 1:36
Aavesh Agarwal8-Jul-08 1:36 
AnswerRe: Wiki in Dotnet Pin
_AK_8-Jul-08 1:56
_AK_8-Jul-08 1:56 
GeneralRe: Wiki in Dotnet Pin
Amit Agarrwal8-Jul-08 6:58
Amit Agarrwal8-Jul-08 6:58 
Questioncheck excel data Pin
Rinki Mukheraji8-Jul-08 1:19
Rinki Mukheraji8-Jul-08 1:19 
Questionselecting a value from dropdownlist Pin
Mamphekgo Bahula8-Jul-08 1:13
Mamphekgo Bahula8-Jul-08 1:13 
AnswerRe: selecting a value from dropdownlist Pin
eyeseetee8-Jul-08 1:18
eyeseetee8-Jul-08 1:18 
GeneralRe: selecting a value from dropdownlist Pin
Mamphekgo Bahula8-Jul-08 2:12
Mamphekgo Bahula8-Jul-08 2:12 
GeneralRe: selecting a value from dropdownlist Pin
eyeseetee8-Jul-08 2:29
eyeseetee8-Jul-08 2:29 
GeneralRe: selecting a value from dropdownlist Pin
Mamphekgo Bahula8-Jul-08 19:59
Mamphekgo Bahula8-Jul-08 19:59 
AnswerRe: selecting a value from dropdownlist Pin
Michael Bookatz8-Jul-08 2:06
Michael Bookatz8-Jul-08 2:06 
QuestionSpecify the ServiceNotification or DefaultDesktopOnly Pin
BalasubramanianK8-Jul-08 1:12
BalasubramanianK8-Jul-08 1:12 
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 

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.