i am taking gridview, with in grid use the dropdown based on customer retrive the database values in dropdown, but my issue is with in dropdown "Add New Item" is taking, so customer select the that field open the new page and add the values, after adding the item automatically close the page and mainpage dropdown automatically added without distubing the other values how it possible .
- I am using ASP.NET2.0
hemanth kumarPosted Jul 28, 2011, 2:18 AM
pls send me any links or any examples (vs2005)
Anil KumarPosted Jul 28, 2011, 1:49 AM
Welcome to the C-sharpcorner Forum.
As I understand, you want to keep the entered page data (if any) as it is even switching to a window/page where you add new Item(s) & return to main page.
You can do it by jQuery/AJAX. Also you can use Server.Transfer.
There are many articles here, just go through them for step by step process.
Suthish NairPosted Jul 27, 2011, 3:06 PM