Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 533 views
Hi, Why do we have an UpdatePabel Triggers tag, when controls & events which don’t stay in the Triggers tags are effecting / updating the content inside that UpdatePanel. For example: <body> <form id=”Form2″ method=”post” runat=”server”> <ajaxToolkit:ToolkitScriptManager runat=”Server” EnablePartialRendering=”true” ID=”ScriptManager1″ AsyncPostBackTimeout=”90″ /> <asp:UpdatePanel ID=”updMain1″ runat=”server”> <ContentTemplate> <div class=”class1″> <asp:UpdatePanel ID=”update” runat=”server”> <ContentTemplate> <asp:Label runat=”server” [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 559 views
Hi Can anyone see where i’m going wrong with this code, if i enter a value, i get the results back, but if i leave the textbox blank and submit my seerver side validation should pick up the empty textbox and display the error message. Instead it does nothing and i have no idea why [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 606 views
Hi all.. Pls give me a working snippet for logout.. I’m fed up of using all session.abondon() bla bla.. Even after logout wen i click back button i can view my page.. How to over come this.. Thanks..
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 643 views
Hi, How do i get the control who has a focus on it?(webpage) Thanks,Andy