Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When i used the Response.redirect using the javascript then i gets i
redirects to the pages but the fonts is becoming larger to that pages. :)
Posted

1 solution

You must be using masterpages in your site.

When working with masterpages concept instead of response.write you need to add

ClientScript.RegisterStartupScript

Eg. ClientScript.RegisterStartupScript(Me.GetType(), 0,your javascript code....)
 
Share this answer
 
Comments
anupkulkarni85 18-Jun-10 5:46am    
But when we used the crystal reportit nt working
anupkulkarni85 8-Sep-10 6:13am    
ClientScript.RegisterStartupScript this is not Working in the mozilla browser

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900