Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAutocomplete List hides behind Grid's horizontal scrollbar Pin
Ponka_developer30-Jan-13 12:01
Ponka_developer30-Jan-13 12:01 
AnswerRe: Autocomplete List hides behind Grid's horizontal scrollbar Pin
jkirkerx30-Jan-13 12:50
professionaljkirkerx30-Jan-13 12:50 
QuestionMessage Removed Pin
29-Jan-13 4:39
professionalN_tro_P29-Jan-13 4:39 
QuestionHow to create and get the user input in alert message in asp.net webservice Pin
Rocky2327-Jan-13 22:22
Rocky2327-Jan-13 22:22 
AnswerRe: How to create and get the user input in alert message in asp.net webservice Pin
Sandeep Mewara27-Jan-13 23:28
mveSandeep Mewara27-Jan-13 23:28 
AnswerRe: How to create and get the user input in alert message in asp.net webservice Pin
Ali Al Omairi(Abu AlHassan)28-Jan-13 3:41
professionalAli Al Omairi(Abu AlHassan)28-Jan-13 3:41 
GeneralRe: How to create and get the user input in alert message in asp.net webservice Pin
Rocky2328-Jan-13 22:13
Rocky2328-Jan-13 22:13 
GeneralRe: How to create and get the user input in alert message in asp.net webservice Pin
Ali Al Omairi(Abu AlHassan)28-Jan-13 22:54
professionalAli Al Omairi(Abu AlHassan)28-Jan-13 22:54 
First the control I suggested is for web applications it is similar to jquery dialog.
Second in web applications you should confirm user request before making the request,
but if the job generated another decision in the server side -like coping example in my article- you should send back a response asking the user for making the decision and make another request complete the job.

Lastly the message box you see on debugging mode is displayed on the server interface and wont be sent to the client.

or use this javascript code.

JavaScript
if (confirm('Are you sure?')){
    // $.ajax({ ... })
}

Help people,so poeple can help you.

AnswerRe: How to create and get the user input in alert message in asp.net webservice Pin
jkirkerx30-Jan-13 12:52
professionaljkirkerx30-Jan-13 12:52 
QuestionChange CSS dynamically using javaScript Pin
sonusharma6527-Jan-13 21:36
sonusharma6527-Jan-13 21:36 
AnswerRe: Change CSS dynamically using javaScript Pin
Sandeep Mewara27-Jan-13 23:24
mveSandeep Mewara27-Jan-13 23:24 
Questioncapture the signature from signature pad in Web App. Pin
premaa36@gmail.com27-Jan-13 20:40
premaa36@gmail.com27-Jan-13 20:40 
AnswerRe: capture the signature from signature pad in Web App. Pin
Sandeep Mewara27-Jan-13 21:08
mveSandeep Mewara27-Jan-13 21:08 
GeneralRe: capture the signature from signature pad in Web App. Pin
Abhishek Pant27-Jan-13 21:53
professionalAbhishek Pant27-Jan-13 21:53 
Questionlogin object in asp.net Pin
Luqman Inam25-Jan-13 0:52
Luqman Inam25-Jan-13 0:52 
AnswerRe: login object in asp.net Pin
Sandeep Mewara25-Jan-13 5:03
mveSandeep Mewara25-Jan-13 5:03 
AnswerRe: login object in asp.net Pin
Rahul Rajat Singh25-Jan-13 19:17
professionalRahul Rajat Singh25-Jan-13 19:17 
QuestionExperience with BootMetro? Pin
Marco Bertschi24-Jan-13 23:06
protectorMarco Bertschi24-Jan-13 23:06 
AnswerRe: Experience with BootMetro? Pin
Abhishek Pant25-Jan-13 10:28
professionalAbhishek Pant25-Jan-13 10:28 
Questionsignature capture from signature pad Pin
premaa36@gmail.com24-Jan-13 17:36
premaa36@gmail.com24-Jan-13 17:36 
AnswerRe: signature capture from signature pad Pin
Sandeep Mewara25-Jan-13 5:03
mveSandeep Mewara25-Jan-13 5:03 
AnswerRe: signature capture from signature pad Pin
Abhishek Pant25-Jan-13 9:51
professionalAbhishek Pant25-Jan-13 9:51 
QuestionHow to get the value of a dynamically created textBox in asp.net C#? Pin
susanna.floora24-Jan-13 2:46
susanna.floora24-Jan-13 2:46 
AnswerRe: How to get the value of a dynamically created textBox in asp.net C#? Pin
chester_it2124-Jan-13 14:50
chester_it2124-Jan-13 14:50 
GeneralRe: How to get the value of a dynamically created textBox in asp.net C#? Pin
susanna.floora24-Jan-13 17:54
susanna.floora24-Jan-13 17:54 

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.