I cannnot get the ModalPopupExtender to work via code.If I set the ModalPopupExtender\'s property TargetControlID=\"btn\", it works.When I set TargetControlID=\"HiddenField1\" to use the mpe.show() me
Evening all. Ok, here we go! Right I have the following buttons on my page and I wish to use one modal popup for both save clicks. I therefore have the following for the buttons:
guys i need a help im having a hard time to get the formula to center this modal (http://www.queness.com/post/77/simple-jquery-modal-window-tutorial) my brows开发者_C百科er size is 1263X582, Im solvin
I have used modalpopup control in my web application and after open it when i click on ok button i have make call to WCF function to deal with some functional requirement.
I really need some help here. I am trying to hookup a linkbutton in my GridView to a ModalPopupExtender, but with no luck. Basically I have a GridView which list all the users\' info from a database,
I have a gridview that has linkbuttons that call modalpopups and textboxes with values. I am trying to implement sorting for the gridview, but the if(!ispostback) statement I need for sorting prevents
<asp:LinkButton ID=\"Lnk_Edit\" ToolTip=\"Edit Message\" CommandArgument=\'<%# Eval(\"MsgID\") %>\'
<asp:GridView ID=\"UserTable\" runat=\"server\" AllowPaging=\"False\" SelectedIndex=\"0\"DataKeyNames=\"UserID\" ShowHeaderWhenEmpty=\"True\"
Fighting with this for few days in a row - no luck. Trying to make ModalPopupExtender work with IE9. I use latest开发者_如何学运维 AjaxControlToolki.dll Version 507
Created a simple application for saving data.I want to: 1. Confirm that the user wants to save the data (ConfirmButtonExtender)