dynamic controls

kunal.kb

Member
Joined
Sep 8, 2005
Messages
21
Programming Experience
Beginner
hello all
can any one help me.....
i am creating dynamic text boxes in a table in a webform......
now i want to use those textboxes to insert data into database.....
but i am not able to get the id of the text box.........
can any one tell me how to get the id of that text boxes
 
any one please tell me
is this query corret or not
if not please suggest me the correct me
"insert into I_Risk_Profile(Acc_Attr,Valid_Value,Invalid_Value) values('" & lookup.SelectedValue.ToString() & "','"&txti.text"','"&txt1i.text"')"
 
Back
Top