Click here to Skip to main content
15,896,348 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralJavascript Error Pin
samerh18-Apr-08 0:08
samerh18-Apr-08 0:08 
GeneralRe: Javascript Error Pin
Christian Graus18-Apr-08 0:36
protectorChristian Graus18-Apr-08 0:36 
GeneralRe: Javascript Error Pin
samerh18-Apr-08 1:06
samerh18-Apr-08 1:06 
GeneralRe: Javascript Error Pin
Sankar Komma 18-Apr-08 1:33
Sankar Komma 18-Apr-08 1:33 
GeneralRe: Javascript Error Pin
J a a n s18-Apr-08 1:22
professionalJ a a n s18-Apr-08 1:22 
GeneralRe: Javascript Error Pin
samerh18-Apr-08 1:29
samerh18-Apr-08 1:29 
GeneralClientScript.RegisterStartupScript + navigating to another page + while pressing back button alert comes. [modified] Pin
joe vianney18-Apr-08 0:03
joe vianney18-Apr-08 0:03 
GeneralRe: ClientScript.RegisterStartupScript + navigating to another page + while pressing back button alert comes. Pin
Sandeep Akhare18-Apr-08 0:19
Sandeep Akhare18-Apr-08 0:19 
If you are calling a javascript on button click then you can register your javascript by using this code also
Button1.Attributes.Add("OnClick", "javascript:DoClick();");
DoClick is the javascript function name

As ClientScript.RegisterStartupScript Registers the startup script with the Page.
Could you post the code ?
Or you can use RegisterClientScriptBlock instead i think will also help you

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... "




GeneralRe: ClientScript.RegisterStartupScript + navigating to another page + while pressing back button alert comes. Pin
joe vianney18-Apr-08 1:58
joe vianney18-Apr-08 1:58 
GeneralRe: ClientScript.RegisterStartupScript + navigating to another page + while pressing back button alert comes. [modified] Pin
yo Id13-May-14 1:48
yo Id13-May-14 1:48 
Question"extender controls may not be registered after prerender" error Pin
xmasis4life17-Apr-08 23:52
xmasis4life17-Apr-08 23:52 
GeneralRe: "extender controls may not be registered after prerender" error Pin
mihai12318-Apr-08 0:16
mihai12318-Apr-08 0:16 
QuestionHow to change SessionID Pin
Shajeel17-Apr-08 23:33
Shajeel17-Apr-08 23:33 
GeneralRe: How to change SessionID Pin
Reelix17-Apr-08 23:41
Reelix17-Apr-08 23:41 
GeneralRe: How to change SessionID Pin
Vasudevan Deepak Kumar18-Apr-08 1:47
Vasudevan Deepak Kumar18-Apr-08 1:47 
GeneralColour change Pin
jeffrey kalampukattussery17-Apr-08 22:28
jeffrey kalampukattussery17-Apr-08 22:28 
GeneralRe: Colour change Pin
eyeseetee17-Apr-08 22:39
eyeseetee17-Apr-08 22:39 
GeneralRe: Colour change Pin
jeffrey kalampukattussery17-Apr-08 22:50
jeffrey kalampukattussery17-Apr-08 22:50 
GeneralRe: Colour change Pin
eyeseetee17-Apr-08 23:36
eyeseetee17-Apr-08 23:36 
GeneralUsing Formpost Pin
dan!sh 17-Apr-08 22:14
professional dan!sh 17-Apr-08 22:14 
GeneralRe: Using Formpost Pin
Vasudevan Deepak Kumar17-Apr-08 22:22
Vasudevan Deepak Kumar17-Apr-08 22:22 
QuestionASP.NET and OpenOffice (Writer) Pin
Justin Parkes17-Apr-08 22:03
Justin Parkes17-Apr-08 22:03 
QuestionRe: ASP.NET and OpenOffice (Writer) Pin
Vasudevan Deepak Kumar17-Apr-08 22:07
Vasudevan Deepak Kumar17-Apr-08 22:07 
GeneralRe: ASP.NET and OpenOffice (Writer) Pin
Justin Parkes17-Apr-08 22:11
Justin Parkes17-Apr-08 22:11 
GeneralRe: ASP.NET and OpenOffice (Writer) Pin
Vasudevan Deepak Kumar17-Apr-08 22:21
Vasudevan Deepak Kumar17-Apr-08 22:21 

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.