Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Yes/No Message box.

Status
Not open for further replies.

mtl77

Programmer
May 27, 2003
31
CA
Hi all,

I need to have a yes/no message box appear when a user click on a button to delete something. I know how to write the javascript for the message box but how do i pass the answer(yes or no) to my code behind file which is in c#?


Thanks in advance for your response.

mtl77.
 
if they select yes the message box should return true (which means repost) if no then return false, which should not continue posting the delete command...

dlc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top