Click here to Skip to main content
15,890,506 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: set a datasource for gridview Pin
Xmen Real 1-Feb-09 5:09
professional Xmen Real 1-Feb-09 5:09 
QuestionI want send mail by shcedule Pin
Member 472018431-Jan-09 3:07
Member 472018431-Jan-09 3:07 
AnswerRe: I want send mail by shcedule Pin
Not Active31-Jan-09 3:27
mentorNot Active31-Jan-09 3:27 
Question[newbie] access key Pin
jon-8031-Jan-09 2:01
professionaljon-8031-Jan-09 2:01 
AnswerRe: [newbie] access key Pin
Christian Graus31-Jan-09 8:50
protectorChristian Graus31-Jan-09 8:50 
GeneralRe: [newbie] access key Pin
jon-801-Feb-09 6:45
professionaljon-801-Feb-09 6:45 
QuestionConfirm Message Box Pin
mehrdadc4831-Jan-09 1:35
mehrdadc4831-Jan-09 1:35 
AnswerRe: Confirm Message Box Pin
Christian Graus31-Jan-09 8:48
protectorChristian Graus31-Jan-09 8:48 
mehrdadc48 wrote:
How can I pause execution of code until get back the user click (Yes or No button), it's in the middle of a method


It's in the middle of a method ? Sounds to me like it's in C# or VB.NET and not in javascript. If that's the case, I recommend you buy a book on ASP.NET and read it, because your code is useless. It will show a message box on the server.

If that's not what you meant, then try explaining it a little better.

mehrdadc48 wrote:
How could I recieve the result of click (which one was clicked)?


OK, perhaps this is javascript code after all. Well, why don't you look at how other people have solved the problem ? I would presume one way is for the popup to be a div with two buttons, and each button, when pressed, will hide the div. So, just use a variable to store which was pressed. And, I suspect the way that sites block the rest of the page while showing such a div is to put a semi transparent div over the top of the screen first, which blocks access to other controls.

Christian Graus

Driven to the arms of OSX by Vista.

GeneralRe: Confirm Message Box Pin
mehrdadc4831-Jan-09 18:00
mehrdadc4831-Jan-09 18:00 
QuestionMessageBox in ASP using C# Pin
Tarun.Suneja31-Jan-09 0:23
Tarun.Suneja31-Jan-09 0:23 
AnswerRe: MessageBox in ASP using C# Pin
Adham_imp31-Jan-09 1:10
Adham_imp31-Jan-09 1:10 
AnswerRe: MessageBox in ASP using C# Pin
Eslam Afifi31-Jan-09 1:28
Eslam Afifi31-Jan-09 1:28 
AnswerRe: MessageBox in ASP using C# Pin
Christian Graus31-Jan-09 8:49
protectorChristian Graus31-Jan-09 8:49 
Question[Message Deleted] Pin
siva45530-Jan-09 23:18
siva45530-Jan-09 23:18 
AnswerRe: ASPNET permission Pin
Christian Graus30-Jan-09 23:26
protectorChristian Graus30-Jan-09 23:26 
GeneralRe: ASPNET permission [modified] Pin
siva45530-Jan-09 23:29
siva45530-Jan-09 23:29 
GeneralRe: ASPNET permission Pin
Christian Graus31-Jan-09 8:51
protectorChristian Graus31-Jan-09 8:51 
QuestionURL renaming Pin
Masood Kochi,SSF30-Jan-09 23:02
Masood Kochi,SSF30-Jan-09 23:02 
AnswerRe: URL renaming Pin
Christian Graus30-Jan-09 23:09
protectorChristian Graus30-Jan-09 23:09 
GeneralRe: URL renaming Pin
Masood Kochi,SSF30-Jan-09 23:14
Masood Kochi,SSF30-Jan-09 23:14 
GeneralRe: URL renaming Pin
Christian Graus30-Jan-09 23:27
protectorChristian Graus30-Jan-09 23:27 
GeneralRe: URL renaming Pin
Abhishek Sur31-Jan-09 7:47
professionalAbhishek Sur31-Jan-09 7:47 
QuestionCan any one provide me regular expression?? Pin
mr_muskurahat30-Jan-09 20:45
mr_muskurahat30-Jan-09 20:45 
AnswerRe: Can any one provide me regular expression?? Pin
Christian Graus30-Jan-09 20:59
protectorChristian Graus30-Jan-09 20:59 
GeneralRe: Can any one provide me regular expression?? Pin
mr_muskurahat30-Jan-09 21:08
mr_muskurahat30-Jan-09 21:08 

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.