Ask a Question related to ASP.NET General, Design and Development.
-
zgraf #1
Return Codes From MessageBox in .ASPX ?
Greetings.
I've created a simple ASPX form that displays a record from a SQL Server
table. I have a "Delete" button on the form. When the user clicks it,
I want to prompt the user with
a message ("Are you sure you want to delete... ?").
I realize the Yes/No Messagebox can be done via Javascript -- but how do
I retrieve the Messagebox return value in my .ASPX page, so I can act on
it (i.e., to perform the delete)?
Got any sample code to demonstrate this?
Is there a better solution here?
ZGRAF
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
zgraf Guest
-
Creating a yes/no messagebox in Javascript
Hi all, Is it possible to create a Javascript messagebox that shows the buttons Yes and No instead of normal confirm? Regards John. -
Newbie, how to display a messagebox always on top
Hi, sorry if this seems stupid, please have patience. I'm running Win XP sp2, VS 2005 Tem, SQL Sever 2005, I've been using a gridview to display... -
Newbie: batch statements and return codes.
Hi all, I'm trying to work out how I am going to develope some procs and functions within DB2. Usually what I do when playing with code and testing... -
CPIO Backup Return Codes
Michael B typed (on Fri, Jul 18, 2003 at 02:09:12PM -0700): | Im assuming there is some significance to the return codes that CPIO | backup... -
return binary content from within ASPX page
my aspx page gets binary data with ms-word file. (just byte array). I want this data to send back to the browser, but when i try to do this with...



Reply With Quote

