blah blah blah is here! blah blah » Close

0
votes
1 answers

plz help me to use a textbox control id as costume variable deifine in asp.net c#

hi i am add some textbox in a table at run time. i define the id of textbox using loop variable i: like (tb.ID = texbox + i.ToString();. that is ok but i want to use that id in my sql query but the no of textbox is define by user so i don' ...

Feedback