User Profile

Collapse

Profile Sidebar

Collapse
cbkprasad
cbkprasad
Last Activity: Jun 5 '07, 05:57 AM
Joined: Apr 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cbkprasad
    started a topic Avoid Concurrent Login in ASP.NET
    in .NET

    Avoid Concurrent Login in ASP.NET

    Hi,

    I have a critical problem regarding, avoiding the user to login to wibsite using the same credentials at the same time.The concept is once the user is logged in to application the that user credentials should be locked, i.e. no others should be able to login with that credentials....

    What I have tried is with the following code
    In web.Config I added following code:
    <sessionState
    mode="StateServ er"...
    See more | Go to post

  • cbkprasad
    started a topic Images are not displayed in the login page
    in .NET

    Images are not displayed in the login page

    Hi,

    I am facing a problem when working with ASP.NET 2.0. The problem is when the authentication mode is set to Form Based in ASP.NET and redirecting to Login.aspx I can't able to see the Images in the runtime for login page
    Kindly suggest me a solution As early as possible


    Byee..
    See more | Go to post

  • But there is no default constructor defined for HtmlWindow class.So we cannot use HtmlWindow ht= new HtmlWindow();...
    See more | Go to post

    Leave a comment:


  • cbkprasad
    started a topic Using System.Windows.Forms.HtmlWindow in ASP.NET
    in .NET

    Using System.Windows.Forms.HtmlWindow in ASP.NET

    When I am trying to use the HtmlWindow Class in ASP.Net using C# language ,I am getting an error stating that no default constructor is defined for HtmlWindow class.

    I tryied just by getting reference also like
    HtmlWindow ht;
    Now I am getting an error stating that the variable should be initialised before using.

    Kindly respond with appropariate solution.

    What I need is to access the methods...
    See more | Go to post
No activity results to display
Show More
Working...