Click here to Skip to main content
16,004,887 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: pop-up message Pin
Priya S4-Oct-07 2:08
Priya S4-Oct-07 2:08 
GeneralRe: pop-up message Pin
Vanamaindia4-Oct-07 2:22
Vanamaindia4-Oct-07 2:22 
GeneralRe: pop-up message Pin
Priya S4-Oct-07 2:53
Priya S4-Oct-07 2:53 
AnswerRe: pop-up message Pin
bhavesh31844-Oct-07 1:57
bhavesh31844-Oct-07 1:57 
AnswerRe: pop-up message Pin
Not Active4-Oct-07 2:17
mentorNot Active4-Oct-07 2:17 
AnswerRe: pop-up message Pin
Paras Kaneriya4-Oct-07 2:27
Paras Kaneriya4-Oct-07 2:27 
GeneralRe: pop-up message Pin
Priya S4-Oct-07 2:50
Priya S4-Oct-07 2:50 
GeneralRe: pop-up message Pin
bhavesh31844-Oct-07 3:22
bhavesh31844-Oct-07 3:22 
why want return value of this alert?

if u need return value then use confirm dialogue

try this if your prob not solved then please explain me your exact prob please

Page.ClientScript.RegisterStartupScript(this.GetType(), "pop-up", "doit();");

function doit()
{
if(window.confirm('Agree Terms & Conditions to proceed'))
{
//alert('OK');
return true;
}
else
{
// alert('Cancel');
return false;
}
}


THANKS
GeneralRe: pop-up message Pin
Priya S4-Oct-07 3:39
Priya S4-Oct-07 3:39 
GeneralRe: pop-up message Pin
bhavesh31844-Oct-07 4:15
bhavesh31844-Oct-07 4:15 
AnswerRe: pop-up message Pin
Guffa4-Oct-07 6:13
Guffa4-Oct-07 6:13 
QuestionXSL Creation Problem??? Pin
Vanamaindia4-Oct-07 1:31
Vanamaindia4-Oct-07 1:31 
AnswerRe: XSL Creation Problem??? Pin
Not Active4-Oct-07 2:21
mentorNot Active4-Oct-07 2:21 
QuestionTo store uploaded image path in database not image Pin
kishoregani4-Oct-07 1:29
kishoregani4-Oct-07 1:29 
AnswerRe: To store uploaded image path in database not image Pin
Jintal Patel4-Oct-07 1:40
Jintal Patel4-Oct-07 1:40 
AnswerRe: To store uploaded image path in database not image Pin
Paras Kaneriya4-Oct-07 2:31
Paras Kaneriya4-Oct-07 2:31 
AnswerRe: To store uploaded image path in database not image Pin
A.Surendar Reddy4-Oct-07 2:42
A.Surendar Reddy4-Oct-07 2:42 
QuestionRuntime error Pin
SUDHAKAR PALLAM4-Oct-07 1:25
SUDHAKAR PALLAM4-Oct-07 1:25 
AnswerRe: Runtime error Pin
Christian Graus4-Oct-07 1:34
protectorChristian Graus4-Oct-07 1:34 
GeneralRe: Runtime error Pin
SUDHAKAR PALLAM4-Oct-07 1:52
SUDHAKAR PALLAM4-Oct-07 1:52 
GeneralRe: Runtime error Pin
Richard Jones4-Oct-07 2:16
Richard Jones4-Oct-07 2:16 
QuestionSession Time out Expire problem [modified] Pin
kirtiarora4-Oct-07 1:13
kirtiarora4-Oct-07 1:13 
QuestionProblem with table positioning Pin
Zoltan Aszalos4-Oct-07 1:02
Zoltan Aszalos4-Oct-07 1:02 
AnswerRe: Problem with table positioning Pin
Paddy Boyd4-Oct-07 1:05
Paddy Boyd4-Oct-07 1:05 
Questiontextbox management in asp.net Pin
haripriyach4-Oct-07 0:53
haripriyach4-Oct-07 0:53 

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.