Search

You searched for the word(s): userid:674357

Matching Posts

  • How to limit only one login at a time for a username on Web App

    Hi, Can anyone please help to give some idea what can this function be achieve? I am going to write a function to limit the login to make it only one login can be active at a time for a login username on the web site. For example, username ABC login to the website. If the second login try to use username ABC, then it will be rejected. The difficulty is that if user close the browser, then server does not know the user has left. I am thinking to check if the session id assigned from IIS on the server
    Posted to Web Forms (Forum) by power9888 on 4/16/2008
  • Re: Fail to cache user control, please help

    Thanks Anas, The link of Caching portions of an ASP.NET page is really helpful for me. I will read through it and find the solution for myself.
    Posted to State Management (Forum) by power9888 on 12/8/2007
  • Re: Fail to cache user control, please help

    Thank you for your answer. I have the question here. What do you mean "If you set the caching on the container page ,make sure you dont set the caching to a value less than the one for this UserControl ." Can you give me an example please? Your help is much appreciated.
    Posted to State Management (Forum) by power9888 on 11/27/2007
  • Re: Fail to cache user control, please help

    Thank you for the reply. I will read the link you provide and see how it goes. Your help is much appriciated.
    Posted to State Management (Forum) by power9888 on 11/27/2007
  • Fail to cache user control, please help

    I have an user control used in a page. I try to cache it but it is fail to do it. The user control get reloaded when the page load. Can anyone please help? Thanks a lot. My code is as below: TreeMenul.aspx <% @ OutputCache Duration ="3600" VaryByParam ="None" %> <% @ Control Language ="C#" AutoEventWireup ="true" CodeFile ="TreeMenuUserControl.ascx.cs" Inherits ="UserControl_TreeMenuUserControl" %> < asp : Label ID ="LabelTreeMenu"
    Posted to State Management (Forum) by power9888 on 11/25/2007
  • Re: Ajax is very slow in Production Server

    I have the same issue here. Ajax in .net runs very very slow. The setting in web.config < compilation debug= "false" > < system.web.extensions > < scripting > < scriptResourceHandler enableCompression= "true" enableCaching= "true" /> </ scripting > </ system.web.extensions > does no help at all. Any other suggestion to resolve this issue?
  • Re: Gridview Drop Down List

    I try the drop down list inside the GridView for Edit and Delete by using your code. It works ok. Your code: <asp:TemplateField HeaderText="Type" SortExpression="Type"> <ItemStyle HorizontalAlign="Left" Width="60px" /> <ItemTemplate> <asp:Label ID="lblType" runat="server" Width="60px" Font-Size="XX-Small" Text='<%# DataBinder.Eval(Container, "DataItem.Type") %>'></asp:Label> </ItemTemplate> <EditItemTemplate> <asp:DropDownList ID="ddlType" runat
    Posted to Data Presentation Controls (Forum) by power9888 on 8/11/2006
Page 1 of 1 (7 items)