Click here to Skip to main content
15,868,164 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am unable to call other page from default page created using Master page..As below


1)Master Page
2)First Page(Named Login Form)
3)Welcome page

I am unable to call (Welcome page) from (First Page) on button_click event in Asp.net, In Normal Vb.net windows app it is working but for web app not working,

showing error : not a part of Master page


Plz help....
Posted
Comments
Nelek 25-Jun-13 10:32am    
There are many possible errors or things you have made false, if you don't provide any code it is very difficult for people here to know which one is the one causing your problem.
Sergey Alexandrovich Kryukov 25-Jun-13 10:33am    
There is no such concept as "call a page". What do you mean?
—SA
bbirajdar 25-Jun-13 11:01am    
Heard of Response.Redirect() and Server.Transfer() ???
Aman.Jen 27-Jun-13 2:43am    
Thnx working now...with response.redirect()..i have passed the target url to it...:)
Silvabolt 25-Jun-13 14:08pm    
What 'aspnet -i' said, response redirect is the way to go, and yes, put code, there's almost no way we can pinpoint your problem based on what you've given us.

1 solution

Use ../ for go to outside of particuler folder...and use / for get in any folder.....:)
 
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