| | |
about confirm message box
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: May 2005
Posts: 15
Reputation:
Solved Threads: 0
In my application I allow my user to delete a transaction at extreme cases
only so I want to a confirmation msg from user whether he is sure to delete the transaction(Are you sure? yes or no).I know about "confirm" msgbox but I dont know how to use it please help me in this regard.
I want vbscript code :eek:
only so I want to a confirmation msg from user whether he is sure to delete the transaction(Are you sure? yes or no).I know about "confirm" msgbox but I dont know how to use it please help me in this regard.
I want vbscript code :eek:
I dont have a VB script code.
You can do that in Javascript.Put this inside the Button Onclick event.
You can use a Query String and invoke a delete function.
Hope it helps
You can do that in Javascript.Put this inside the Button Onclick event.
ASP.NET Syntax (Toggle Plain Text)
if(confirm('Are you sure you wanna delete')) var A = window.location("Originalpage.aspx?delete=Yes"); else var B = window.location("Originalpage.aspx?delete=No");
You can use a Query String and invoke a delete function.
Hope it helps
Save White Tiger
![]() |
Similar Threads
- how to print out an array in a message box (Java)
- I need the Mac OS X message box function (C)
- message box (ASP.NET)
- Time Release Message Box (C)
- download message box's events (ASP)
- repeating the whole program after pressing Yes button in the confirmation message box (Java)
Other Threads in the ASP.NET Forum
- Previous Thread: What is server and client side code?
- Next Thread: download and upload
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax appliances asp asp.net bc30451 beginner bottomasp.net box browser businesslogiclayer button c# c#gridviewcolumn cac checkbox class click compatible confirmationcodegeneration content contenttype control countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock deployment development dgv dialog dropdownmenu dynamic edit embeddingactivexcontrol fileuploader findcontrol flash flv forms gridview gudi homeedition iframe iis javascript jquery list menu mono mssql multistepregistration nameisnotdeclared novell objects order problem ratings redirect registration relationaldatabases rotatepage save search security serializesmo.table sessionvariables silverlight smartcard sql ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webdevelopment wizard xml





