No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
I have used Ajax Page Method to call a server side Method for verifying value in textbox.Here is my Code Javascript Code : function VerifyValue() { var txtCtrl= document.getElementById('<%= txtCode.ClientID %>'); PageMethods.VerifyValue(txtCtrl.value,onComplete,onFailure,txtCtrl); } // Server side method VerifyValue is returning string and executing properly. // Getting called perfectly and returns …
As this is a known issue,I already run microsoft hotfix update for this problem.Also added z-index = 1000 for DynamicMenuStyle.I have also used CSSFriendlyAdapters. At last I hav also added <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> in master as ell as my Default.aspx where I want to display menu.Menu list is from …
Textbox is a server control,it loses value changed from javascript on postback.if u want to save the value,u can use hidden control which you can access in both client as well as server side.Please mark as answer if this works.
I am usind ajax modal popup extender control.I used following code. </cc1:ModalPopupExtender> <asp:Panel ID="pnlConfirm" runat="server" Width="328px" Visible="False" CssClass="modalBackground" > <asp:Label ID="lblConfirm" runat="server" Text="No employee is marked as absent,do you want to continue?" Width="409px"></asp:Label><br /> <br /> <asp:Button ID="btnYes" runat="server" Text="Yes" CausesValidation="false" UseSubmitBehavior="false" CssClass="button" Width="34px" /> <asp:Button ID="btnNo" runat="server" Text="No" CssClass="button" …
I am working on asp.net project in VSS 2005.Currently whenever I add a new web form,project file gets checked out and form gets added in VSS automatically.But I want to add a new web form loacally without affecting current VSS status.and I want to add this web form in VSS …
I have added blank row in a datatable and assigned that datatable to gridview to make gridview columns visible for first load.But template checkbox control is still visible.I want to find that checkbox and make invisible in this case.
The End.
ja3_bhende