In a data grid i have added a button for delete the row. When clicking the button modal popup will appear and it ask user name and password. If it valid data row can be deleted otherwise it could not delete is this possible. Note that user name and password checking from the database any body help
the problem you'll have is that you will need to make a round trip to the server.
I'd suggest you look at the Ajax controls. There is a new Modal Popup in there that would probably work perfect for this.
Thanks for ur useful Reply.If u dont mind sir, please mention the patch or version for new Modal Popup Extender here using ASP.NET 2.0
here is a link to download ajax and documentation and all that good stuff
http://asp.net/ajax/downloads/
for the modal popup you will need to download ajax and the ajax controll toolkit.
and here is examples of the controls you can use from that toolkit
http://asp.net/AJAX/Control-Toolkit/Live/ModalPopup/ModalPopup.aspx
checkout these links (DHTML Modal popup)
http://www.subimage.com/dhtml/subModal/
http://www.hotscripts.com/Detailed/62154.html
0 comments:
Post a Comment