I m using a data grid into which i am having emailid as cell data. i hv used anchor tag with that colum. on click of that email id , i hv called a pop up window on which that user's particular info is provided & a delete btn is given .
When i click on dat delete button then I hv passed a querystring on the parent page & on the basis os that querystring I m deleting that user frm the database.
Now Problem is that if i refresh the page by pressing F5 then that user's record
goes from the grid otherwise not.Even i hvrebinded the grid aftr deleting the user.
Raj Sethi
When i click on dat delete button then I hv passed a querystring on the parent page & on the basis os that querystring I m deleting that user frm the database.
Now Problem is that if i refresh the page by pressing F5 then that user's record
goes from the grid otherwise not.Even i hvrebinded the grid aftr deleting the user.
Raj Sethi
Comment