Click here to Skip to main content
15,893,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Displaying the image in Image Control when it is selected using browser button Pin
Parwej Ahamad15-Oct-06 20:31
professionalParwej Ahamad15-Oct-06 20:31 
QuestionPlease help me....... Pin
choorakkuttyil14-Oct-06 0:37
choorakkuttyil14-Oct-06 0:37 
AnswerRe: Please help me....... Pin
Parwej Ahamad14-Oct-06 0:59
professionalParwej Ahamad14-Oct-06 0:59 
GeneralRe: Please help me....... Pin
choorakkuttyil14-Oct-06 1:37
choorakkuttyil14-Oct-06 1:37 
GeneralRe: Please help me....... Pin
Guffa14-Oct-06 2:56
Guffa14-Oct-06 2:56 
GeneralRe: Useless subject Pin
Guffa14-Oct-06 2:55
Guffa14-Oct-06 2:55 
Questionshow confirm box in asp.net+c# with click on link Pin
ahmadnaghsh14-Oct-06 0:14
ahmadnaghsh14-Oct-06 0:14 
AnswerRe: show confirm box in asp.net+c# with click on link Pin
Suman Singh14-Oct-06 0:21
professionalSuman Singh14-Oct-06 0:21 
On the link you can call a javascript function like :

<a href="javascript:Validate_content();">Delete</a>

and define this javascript function to see Yes/No confirmation box.....

<script language="Javascript1.2">
<!--
function Validate_content()
{

var answer = confirm("Are you sure you want to Delete ?");
if(answer)
{
document.contentform.submit();
}
else
{
return;
}
}
//-->
</script>


Please remember, you need to manage c# code for a particular Id or whatever...

Suman Singh
QuestionHow to select multiple items in a multiple dropdownlist Pin
Suman Singh14-Oct-06 0:13
professionalSuman Singh14-Oct-06 0:13 
AnswerRe: How to select multiple items in a multiple dropdownlist Pin
perlmunger16-Oct-06 5:31
perlmunger16-Oct-06 5:31 
QuestionAdrotator and flash banner? Pin
ahmadnaghsh14-Oct-06 0:12
ahmadnaghsh14-Oct-06 0:12 
AnswerRe: Adrotator and flash banner? Pin
Jerry Hammond14-Oct-06 12:30
Jerry Hammond14-Oct-06 12:30 
QuestionAccess the PreRender event i VS2005 Pin
Jakob Farian Krarup14-Oct-06 0:08
Jakob Farian Krarup14-Oct-06 0:08 
Questionhow to create a login application using ASP.NET Pin
Eleazer13-Oct-06 23:47
Eleazer13-Oct-06 23:47 
AnswerRe: how to create a login application using ASP.NET Pin
Suman Singh14-Oct-06 0:31
professionalSuman Singh14-Oct-06 0:31 
AnswerRe: how to create a login application using ASP.NET Pin
perlmunger16-Oct-06 5:36
perlmunger16-Oct-06 5:36 
Questioncopy and paste url Pin
kmanisha13-Oct-06 23:40
kmanisha13-Oct-06 23:40 
AnswerRe: copy and paste url Pin
Suman Singh14-Oct-06 0:37
professionalSuman Singh14-Oct-06 0:37 
GeneralRe: copy and paste url Pin
cnr36914-Oct-06 1:06
cnr36914-Oct-06 1:06 
GeneralRe: copy and paste url Pin
kmanisha14-Oct-06 2:01
kmanisha14-Oct-06 2:01 
QuestionTutorial on ASP.NET 2.0 for us who know 1.1 :-) Pin
Jakob Farian Krarup13-Oct-06 23:34
Jakob Farian Krarup13-Oct-06 23:34 
AnswerRe: Tutorial on ASP.NET 2.0 for us who know 1.1 :-) Pin
Mike Ellison15-Oct-06 7:57
Mike Ellison15-Oct-06 7:57 
GeneralRe: Tutorial on ASP.NET 2.0 for us who know 1.1 :-) Pin
Jakob Farian Krarup15-Oct-06 8:05
Jakob Farian Krarup15-Oct-06 8:05 
QuestionDataList in .ascx file does not fire an event for its Item Command Pin
Faisal Khatri13-Oct-06 23:29
Faisal Khatri13-Oct-06 23:29 
QuestionAtlas Configuration problemm! Pin
immori13-Oct-06 22:28
immori13-Oct-06 22:28 

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.