Click here to Skip to main content
15,792,870 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to redirect the page from www.example.org/sdfjs.pdf to www.example.org in asp.net
any one tell me
Posted

You redirect by reading the documentation http://msdn.microsoft.com/en-us/library/x3x8t37x.aspx[^]
 
Share this answer
 
Use this code below :)

C#
Response.Redirect("www.example.com")
 
Share this answer
 

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