Click here to Skip to main content
15,909,827 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to solve Culture related Date issues? Pin
Christian Graus31-Jan-09 8:45
protectorChristian Graus31-Jan-09 8:45 
QuestionNeed CSS Help Pin
#realJSOP31-Jan-09 5:26
professional#realJSOP31-Jan-09 5:26 
AnswerRe: Need CSS Help Pin
Guffa1-Feb-09 13:21
Guffa1-Feb-09 13:21 
GeneralRe: Need CSS Help Pin
#realJSOP2-Feb-09 1:03
professional#realJSOP2-Feb-09 1:03 
GeneralRe: Need CSS Help Pin
Guffa2-Feb-09 1:21
Guffa2-Feb-09 1:21 
Questionset a datasource for gridview Pin
joindotnet31-Jan-09 4:04
joindotnet31-Jan-09 4:04 
AnswerRe: set a datasource for gridview Pin
Christian Graus31-Jan-09 8:52
protectorChristian Graus31-Jan-09 8:52 
AnswerRe: set a datasource for gridview Pin
Kashif Sabir31-Jan-09 20:48
Kashif Sabir31-Jan-09 20:48 
GeneralRe: set a datasource for gridview Pin
joindotnet1-Feb-09 18:02
joindotnet1-Feb-09 18:02 
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 

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.