this is simple task
1. User Master Page. ( Master page is new concept in ASP.NET 2.0 )
2. Add Header user control in the Master page.
3. and set the Masterpage property of other pages to newly created masterpage.
Note:
you need to remove all HTML , HEAD , and Body, form tags from the content pages.
check MSDN for more help
User Profile
Collapse
-
-
1. Check that your "Save" code is called properly.
user Response.write ...
2. if you have catched exception, then Display that exceptions.
3. Check that Database conection works on that system.
This is not related to multiple versions of the ASP.NET on the system.Leave a comment:
-
URL Mapping and HTTPModule , a SessionState problem
Suppose I have site xyz.com. Site has a page called show_user.aspx where I need to access the Session variables.
But this show_user.aspx page will not be called directly Instead , when user type xyz.com/somnath …it will interpret “somnath” as a user name and internally call page show_user.aspx? user=somnath.
I have created a HTTP module URLCheckingModu le for URL checking.
This is settings in my web.config file
…...
No activity results to display
Show More
Leave a comment: