Hi,
Im working on small application . I have two webforms in webform1 gridview displays data from db .In gridview first twocolumns are edit,view (ID) columns.when i click on edit it redirects to webform2 display all data related to that id and same procedure
same with view(ID) column also. in webform2 i have radio buttonlist with two options (EFI,Phase),multiview(View1 has table1),View2(table2) .If i click on EFI it shows View1 and enter data click on savebutton it save in database .In webform1 when i click
on edit or view for particular id it redirects to webform2 but it not showing radio button selected and related views .I want to display but i dont know how to get radio button value from database and related view.
when i add below code it shows error
private void radio()
{
string Connec ...
Go to the complete details ...