Click here to Skip to main content
15,911,476 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question"authentciation" Pin
ravikiranreddydharmannagari27-Nov-06 20:19
ravikiranreddydharmannagari27-Nov-06 20:19 
AnswerRe: "authentciation" Pin
Eduard Keilholz27-Nov-06 22:01
Eduard Keilholz27-Nov-06 22:01 
AnswerRe: "authentciation" Pin
Britney S. Morales28-Nov-06 1:10
Britney S. Morales28-Nov-06 1:10 
QuestionCustomValidation . errormessage using javascript Pin
AmitChampaneri27-Nov-06 20:16
AmitChampaneri27-Nov-06 20:16 
Questionquery regarding customizing the delete functionality in asp.net 2.0 gridview Pin
meena198327-Nov-06 20:12
meena198327-Nov-06 20:12 
QuestionHow to popwindow with Yes/No Buttons using JavaScript? Pin
pubududilena27-Nov-06 20:11
pubududilena27-Nov-06 20:11 
AnswerRe: How to popwindow with Yes/No Buttons using JavaScript? Pin
Eduard Keilholz27-Nov-06 21:59
Eduard Keilholz27-Nov-06 21:59 
AnswerRe: How to popwindow with Yes/No Buttons using JavaScript? Pin
R.Palanivel28-Nov-06 0:33
R.Palanivel28-Nov-06 0:33 
Try This Code

var a;
a=confirm("Do you want to close?");

if(a==true)
{
//your code
}
else
//your code

r_palanivel83 10:01 4 Jan '06

QuestionHow Check Status of aspnet_wp.exe? [modified] Pin
harminder_SAP27-Nov-06 20:09
harminder_SAP27-Nov-06 20:09 
AnswerRe: How Check Status of aspnet_wp.exe? Pin
Eduard Keilholz27-Nov-06 21:55
Eduard Keilholz27-Nov-06 21:55 
Questionchild to parent browser Pin
indian14327-Nov-06 19:53
indian14327-Nov-06 19:53 
AnswerRe: child to parent browser Pin
Eduard Keilholz27-Nov-06 21:52
Eduard Keilholz27-Nov-06 21:52 
AnswerRe: child to parent browser Pin
Pete O'Hanlon28-Nov-06 2:12
mvePete O'Hanlon28-Nov-06 2:12 
QuestionTowords() Function Not Displaying Output in Crystal Reports9.0 Pin
vikram13827-Nov-06 19:41
vikram13827-Nov-06 19:41 
QuestionUsing Desktop applications in Web Application Pin
JayaDurai27-Nov-06 19:26
JayaDurai27-Nov-06 19:26 
AnswerRe: Using Desktop applications in Web Application Pin
Eduard Keilholz27-Nov-06 22:07
Eduard Keilholz27-Nov-06 22:07 
GeneralRe: Using Desktop applications in Web Application Pin
JayaDurai27-Nov-06 22:14
JayaDurai27-Nov-06 22:14 
GeneralRe: Using Desktop applications in Web Application Pin
Eduard Keilholz27-Nov-06 22:33
Eduard Keilholz27-Nov-06 22:33 
GeneralRe: Using Desktop applications in Web Application Pin
JayaDurai27-Nov-06 22:44
JayaDurai27-Nov-06 22:44 
GeneralRe: Using Desktop applications in Web Application Pin
Eduard Keilholz27-Nov-06 22:47
Eduard Keilholz27-Nov-06 22:47 
GeneralRe: Using Desktop applications in Web Application Pin
JayaDurai27-Nov-06 22:51
JayaDurai27-Nov-06 22:51 
GeneralRe: Using Desktop applications in Web Application Pin
Eduard Keilholz28-Nov-06 0:27
Eduard Keilholz28-Nov-06 0:27 
GeneralRe: Using Desktop applications in Web Application Pin
Pete O'Hanlon28-Nov-06 5:06
mvePete O'Hanlon28-Nov-06 5:06 
GeneralRe: Using Desktop applications in Web Application Pin
JayaDurai28-Nov-06 16:39
JayaDurai28-Nov-06 16:39 
GeneralRe: Using Desktop applications in Web Application Pin
Pete O'Hanlon28-Nov-06 23:05
mvePete O'Hanlon28-Nov-06 23:05 

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.