ASP Gridview need urgent hlp
I have a asp web page divided into two potions on the left i have a checkbox list which is been populated from the database and on the right hand side of the page i have a grid view, What i reallly want to do is when the user click a specific checkbox i want to load the data of the checkbox to the gridview. (please note the data would be loaded manually, I mean programmatically as per the data from the checked button) i would be having a delete button in the gridview so incase the user clicked on the wrong checkbox he can either uncheck it or click delete from the gridview which would not actually reflect the database as all this is happening at the webpage client page and even remove the entry from the gridview.
I need help on how to work about this as i have tried each and every solution but non has worked.
Thanks
|