Dropdownlist cache on Delete
-
Hi all I have a delete form, in this form i have a drop down that consists of users, all that I need is when the user clicks on the delete button, the selected user will be deleted, it works, but the deleted name is still in the list. How can I refresh the cache Regards.
Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)
-
Hi all I have a delete form, in this form i have a drop down that consists of users, all that I need is when the user clicks on the delete button, the selected user will be deleted, it works, but the deleted name is still in the list. How can I refresh the cache Regards.
Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)
Where are you getting the data from? Are you using a sqldatasource?? If you are getting the data directly, you can update or delete the cache item directly and rebind the dropdownlist If you are using a sqldatasource, try this: http://forums.asp.net/p/895314/964199.aspx[^]
Alexei Rodriguez
-
Where are you getting the data from? Are you using a sqldatasource?? If you are getting the data directly, you can update or delete the cache item directly and rebind the dropdownlist If you are using a sqldatasource, try this: http://forums.asp.net/p/895314/964199.aspx[^]
Alexei Rodriguez