Click here to Skip to main content
15,920,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Cookies and Session.Abandon() Pin
varshavmane11-Sep-07 3:35
varshavmane11-Sep-07 3:35 
AnswerRe: Cookies and Session.Abandon() Pin
Ahmad Adnan11-Sep-07 3:25
Ahmad Adnan11-Sep-07 3:25 
QuestionConfirmation box onload Pin
munklefish11-Sep-07 1:21
munklefish11-Sep-07 1:21 
AnswerRe: Confirmation box onload Pin
Sandeep Akhare11-Sep-07 1:51
Sandeep Akhare11-Sep-07 1:51 
GeneralRe: Confirmation box onload Pin
munklefish11-Sep-07 2:16
munklefish11-Sep-07 2:16 
GeneralRe: Confirmation box onload Pin
Sandeep Akhare11-Sep-07 2:48
Sandeep Akhare11-Sep-07 2:48 
GeneralRe: Confirmation box onload Pin
munklefish11-Sep-07 3:08
munklefish11-Sep-07 3:08 
GeneralRe: Confirmation box onload Pin
Sandeep Akhare11-Sep-07 3:14
Sandeep Akhare11-Sep-07 3:14 
this.ClientScript.RegisterStartupScript(this.GetType(), "OnLoad", "functionName();", true);

now write a javascript function

functionName()
{
if(confirm('really do you want...'))
{
write the code when yes is selected
}
else
{
writet the logic when no is seleced
}
}



Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




Questiondisplay video in browser Pin
Khawar Abbas111-Sep-07 0:58
Khawar Abbas111-Sep-07 0:58 
AnswerRe: display video in browser Pin
SHatchard11-Sep-07 1:02
SHatchard11-Sep-07 1:02 
AnswerRe: display video in browser Pin
munklefish11-Sep-07 1:28
munklefish11-Sep-07 1:28 
QuestionA4 page size and Image Pin
AnhTin11-Sep-07 0:18
AnhTin11-Sep-07 0:18 
AnswerRe: A4 page size and Image Pin
Christian Graus11-Sep-07 0:24
protectorChristian Graus11-Sep-07 0:24 
GeneralRe: A4 page size and Image Pin
AnhTin13-Sep-07 0:55
AnhTin13-Sep-07 0:55 
Questionimage problem Pin
saravanan0511-Sep-07 0:12
saravanan0511-Sep-07 0:12 
AnswerRe: image problem Pin
Christian Graus11-Sep-07 0:25
protectorChristian Graus11-Sep-07 0:25 
AnswerRe: image problem Pin
munklefish11-Sep-07 1:32
munklefish11-Sep-07 1:32 
AnswerRe: image problem Pin
Guffa11-Sep-07 2:14
Guffa11-Sep-07 2:14 
AnswerRe: image problem Pin
Kschuler11-Sep-07 5:41
Kschuler11-Sep-07 5:41 
QuestionIIS server Date Pin
kvijayajyothy10-Sep-07 23:55
kvijayajyothy10-Sep-07 23:55 
QuestionHow to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Anees Mitha10-Sep-07 23:45
Anees Mitha10-Sep-07 23:45 
AnswerRe: How to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Christian Graus11-Sep-07 0:02
protectorChristian Graus11-Sep-07 0:02 
GeneralRe: How to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Anees Mitha11-Sep-07 0:50
Anees Mitha11-Sep-07 0:50 
GeneralRe: How to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Christian Graus11-Sep-07 2:40
protectorChristian Graus11-Sep-07 2:40 
QuestionExtending the Edit functionality of the GridView Pin
kumswa10-Sep-07 23:24
kumswa10-Sep-07 23:24 

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.