Hi ,
Problem : I have problem statement in which i need to dynamically generate multiple textbox for edit.Number of textboxes depends on the number of tags read from xml file.I need to save the updated values into the xml again.
What I have done is as follows:
I am using RadGrid control.
When users click edit button ,On IteamDataboud event of radgrid I have read one hidden value field in EditFormSetting.Using this value I fetch record from xml and create Textboxs and display the value.When user is done with editing ,user press update button and Updateclick event fires.I am trying to access the dynamically created control values on clcik event but i guess these controls are not available due to Postback of page happen when update Button clicked.
I want to use the updated values of these dynamically generated controls.Can anyone please suggest me how to proceed?.
I am new to Asp.net
Thanks,
Mukesh