Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionChanging the image in a DatGrid onmouseover Pin
bernie.h20-Aug-08 22:39
bernie.h20-Aug-08 22:39 
AnswerRe: Changing the image in a DatGrid onmouseover Pin
Bardy8520-Aug-08 23:10
Bardy8520-Aug-08 23:10 
Questionplaying mp3 Pin
needhi_p20-Aug-08 22:23
needhi_p20-Aug-08 22:23 
AnswerRe: playing mp3 Pin
Christian Graus20-Aug-08 22:25
protectorChristian Graus20-Aug-08 22:25 
GeneralRe: playing mp3 Pin
needhi_p21-Aug-08 0:58
needhi_p21-Aug-08 0:58 
QuestionHow to find the gridview header control id using javascript?, Pin
Member 387988120-Aug-08 22:19
Member 387988120-Aug-08 22:19 
AnswerRe: How to find the gridview header control id using javascript?, Pin
R.Palanivel20-Aug-08 23:00
R.Palanivel20-Aug-08 23:00 
Questionjavascript problem Pin
krishnaveer20-Aug-08 21:05
krishnaveer20-Aug-08 21:05 
hi guys

I am using master page and content page in my application
i want to execute some code on load of content page

code is below


Type type = GetType();
const string scriptName = "alertPopup";
if (!ClientScript.IsStartupScriptRegistered(type, scriptName))
{
ClientScript.RegisterStartupScript(type, scriptName, "javascript:window.history.forward(-1);", true);
}

this code is running properly but when i am using ajax tool kit then this code is not working
what is the problem any one give me solution plz

krishna veer singh

AnswerRe: javascript problem Pin
Christian Graus20-Aug-08 21:17
protectorChristian Graus20-Aug-08 21:17 
GeneralRe: javascript problem Pin
krishnaveer20-Aug-08 21:31
krishnaveer20-Aug-08 21:31 
GeneralRe: javascript problem Pin
Christian Graus20-Aug-08 21:52
protectorChristian Graus20-Aug-08 21:52 
GeneralRe: javascript problem Pin
astanton197821-Aug-08 9:05
astanton197821-Aug-08 9:05 
AnswerRe: javascript problem Pin
Abhijit Jana20-Aug-08 21:42
professionalAbhijit Jana20-Aug-08 21:42 
QuestionAt a time select only one gridview header checkbox only Pin
Member 387988120-Aug-08 20:43
Member 387988120-Aug-08 20:43 
AnswerRe: At a time select only one gridview header checkbox only Pin
Sandeep Akhare20-Aug-08 20:56
Sandeep Akhare20-Aug-08 20:56 
GeneralRe: At a time select only one gridview header checkbox only Pin
Member 387988120-Aug-08 21:02
Member 387988120-Aug-08 21:02 
Questionfile upload control under updatepanel Pin
UD(IA)20-Aug-08 19:50
UD(IA)20-Aug-08 19:50 
AnswerRe: file upload control under updatepanel Pin
esakkirajak20-Aug-08 22:06
esakkirajak20-Aug-08 22:06 
GeneralRe: file upload control under updatepanel Pin
UD(IA)21-Aug-08 19:56
UD(IA)21-Aug-08 19:56 
Questionhow to get querystring and add with hyperlink in grid view Pin
nestor.garais20-Aug-08 18:46
nestor.garais20-Aug-08 18:46 
AnswerRe: how to get querystring and add with hyperlink in grid view Pin
AhsanS20-Aug-08 19:31
AhsanS20-Aug-08 19:31 
QuestionAJAX Tab control Pin
FlorianS20-Aug-08 18:37
FlorianS20-Aug-08 18:37 
QuestionButton in wizard Pin
kjosh20-Aug-08 18:24
kjosh20-Aug-08 18:24 
AnswerRe: Button in wizard Pin
Abhijit Jana20-Aug-08 18:34
professionalAbhijit Jana20-Aug-08 18:34 
QuestionThis probably has been asked before but I haven't found an answer ... Pin
Rameez Raja20-Aug-08 17:17
Rameez Raja20-Aug-08 17:17 

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.