User Profile

Collapse

Profile Sidebar

Collapse
somnathmali
somnathmali
Last Activity: May 29 '07, 02:22 PM
Joined: May 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • somnathmali
    replied to user control header page in asp.net C#?
    in .NET
    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
    See more | Go to post

    Leave a comment:


  • somnathmali
    replied to Remote machine time using NET TIME
    in .NET
    try command

    net time /set \\servername
    See more | Go to post

    Leave a comment:


  • somnathmali
    replied to Losing session data
    in .NET
    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.
    See more | Go to post

    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
    …...
    See more | Go to post
No activity results to display
Show More
Working...