please help ====
dynamic create text box value how insert into database :
//i get textbox id
hidValues.Value = Session["ID"].ToString();
//split there id
string[] txtboxes = hidValues.Value.Split(',');
but how to get text box value and insert into database

Amit Kumar SinghPosted Apr 25, 2016, 4:06 PM
Shakti Singh DulawatPosted Apr 25, 2016, 9:48 AM