Click here to Skip to main content
15,920,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Alert Function In asp.net Pin
Christian Graus26-Mar-08 22:22
protectorChristian Graus26-Mar-08 22:22 
GeneralRe: Alert Function In asp.net Pin
~V~26-Mar-08 23:18
~V~26-Mar-08 23:18 
GeneralRe: Alert Function In asp.net PinPopular
Christian Graus26-Mar-08 23:45
protectorChristian Graus26-Mar-08 23:45 
GeneralRe: Alert Function In asp.net Pin
J4amieC27-Mar-08 0:17
J4amieC27-Mar-08 0:17 
GeneralRe: Alert Function In asp.net Pin
Christian Graus27-Mar-08 10:21
protectorChristian Graus27-Mar-08 10:21 
GeneralRe: Alert Function In asp.net Pin
~V~27-Mar-08 20:07
~V~27-Mar-08 20:07 
GeneralRe: Alert Function In asp.net Pin
Jeremy Falcon27-Mar-08 8:52
professionalJeremy Falcon27-Mar-08 8:52 
GeneralRe: Alert Function In asp.net Pin
J4amieC27-Mar-08 0:21
J4amieC27-Mar-08 0:21 
Lets try this one more time. After reading this response go back and look over the responses you've already been given.

The way to achieve what you want in ASP is to attach a client side confirm box which stops postback if the user clicks "Cancel". To stop a postback from a link, or button, you return false in the OnClientClick. handiliy, the javascript confirm returns false if the user click "Cancel".

Hence: OnClientClick="return confirm('Are you sure you wish to delete this item')"

Finally, if you need to do this within a grid with a delete button/link the idea is to use FindControl to get a reference to the link/button and append the relevant OnClientClick.

If any of this is hard for you to understand I have given you a plethora of keywords to search google for.
QuestionAbout WEB CAMARA in asp.net Pin
viralsarvaiya26-Mar-08 21:10
viralsarvaiya26-Mar-08 21:10 
GeneralRe: About WEB CAMARA in asp.net Pin
Christian Graus26-Mar-08 22:03
protectorChristian Graus26-Mar-08 22:03 
Generalcopy table from dataset to Dataview Pin
chakran26-Mar-08 20:16
chakran26-Mar-08 20:16 
AnswerRe: copy table from dataset to Dataview Pin
Vijayitsb26-Mar-08 20:59
Vijayitsb26-Mar-08 20:59 
QuestionConnecting to Web Server on LAN Pin
ptr2void26-Mar-08 20:06
ptr2void26-Mar-08 20:06 
GeneralRe: Connecting to Web Server on LAN Pin
ptr2void26-Mar-08 20:49
ptr2void26-Mar-08 20:49 
GeneralRe: Connecting to Web Server on LAN Pin
ptr2void26-Mar-08 21:11
ptr2void26-Mar-08 21:11 
GeneralRe: Connecting to Web Server on LAN Pin
rajanandal26-Mar-08 21:32
rajanandal26-Mar-08 21:32 
GeneralRe: Connecting to Web Server on LAN Pin
ptr2void26-Mar-08 22:07
ptr2void26-Mar-08 22:07 
GeneralRe: Connecting to Web Server on LAN Pin
rajanandal26-Mar-08 22:10
rajanandal26-Mar-08 22:10 
GeneralRe: Connecting to Web Server on LAN Pin
ptr2void26-Mar-08 22:17
ptr2void26-Mar-08 22:17 
Questionhow to add dll in to toolbox? Pin
bigphish26-Mar-08 19:27
bigphish26-Mar-08 19:27 
AnswerRe: how to add dll in to toolbox? Pin
Christian Graus26-Mar-08 19:57
protectorChristian Graus26-Mar-08 19:57 
GeneralRe: how to add dll in to toolbox? Pin
bigphish26-Mar-08 20:25
bigphish26-Mar-08 20:25 
GeneralRe: how to add dll in to toolbox? Pin
Christian Graus26-Mar-08 20:31
protectorChristian Graus26-Mar-08 20:31 
GeneralRe: how to add dll in to toolbox? Pin
Sandeep Akhare26-Mar-08 23:05
Sandeep Akhare26-Mar-08 23:05 
GeneralASp.NET login control - automate login Pin
Christian Graus26-Mar-08 13:29
protectorChristian Graus26-Mar-08 13:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.