My code as follows
To what extent our institution is useful for you Dropdownlist1(Good/Poor)
When user select the Poor form the Dropdownlist1 in that case ONLY POPUP screen will be displayed.
The POPUP Screen as follows
Textbox(In that textbox user type the reason for Poor)
Submit(Button)
When user Click the Submit (Button) the selected dropdownlist and Remarks will be displayed in the Gridview
The Gridview as follows
Dropdown Reason
0 The institution has to be improved for lot
instead of Select the Good from dropdownlist1, user wrongly select the Poor from the dropdownlist. that time POPUP screen is to displayed.
(Only when user select the Poor from the Dropdownlist POUP Screen is to be displayed in that textbox type the reason and click the Submit Button)
Then Gridview as follows
Dropdown Reason
0 The institution has to be improved for lot
Then user again select the Good from the Dopdownlist1 means Previously value in the Gridview
Dropdown and reason has to be deleted in the Gridview.
for that how can i do using csharp.
Regards,
Narasiman P.