2
Answers

how to insert dynamic text box value in database

Photo of Devendra  Kumar

Devendra Kumar

9y
2.3k
1
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 
 

Answers (2)