Search

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

Matching Posts

  • The server tag <%= btnModelClose.clientID%> not working in ASP.net 2.0

    Need your HELP!!! I'm currently using the ASP.NET 2.0 and i found a problem: < asp : Button ID ="btnSave" runat ="server" OnClientClick ="javascript:$( ' <%= btnModelClose.clientID%> ' ).click(); );" Text ="Save" CommandName ="Insert" /> The server tag <%= btnModelClose.clientID%> here is not working (which previously work in ASP.net 1.1) as it will give render a result like: <input type="submit" name="ctl00$ContentPlaceHolder1$FormView1$btnSave" value="Save" onclick=" javascript
    Posted to Web Forms (Forum) by ahtsong on 8/8/2006
  • Re: Data Binding in an AccordionPane in a Repeater

    Hi, I'm also facing the same problem, hope that someone could share.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ahtsong on 8/8/2006
  • Re: UserControl as a ModalPopup

    Hi All, I'm aslo facing the same problem, i manage to make it work by hardcoded the client ID as bellow: < asp : Panel ID ="modalPopup" Width ="550" runat ="server" Style ="display: none"> < uc1 : CustManpowerLookup ID ="CustManpowerLookup1" runat ="server" /> </ asp : Panel > < atlasToolkit : ModalPopupExtender ID ="ModalPopupExtender" runat ="server"> < atlasToolkit : ModalPopupProperties TargetControlID ="btnAdd" PopupControlID ="modalPopup" BackgroundCssClass ="modalBackground
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ahtsong on 8/2/2006
  • Clickable header for sort? not only limit to Header Text.

    Hi All experts, Can anyone tell me how to make every column of gridview header is clickable for sorting. The current gridview sort function is only enable when u click on the header text only. This will not be so user-friendly for the novice user. I have try to apply the CSS as below but only the 1st header row is clickable, the rest is still the same .dtgHeader TH A { display:block; } Thanks in advnace, Regards Ahtsong
    Posted to Data Presentation Controls (Forum) by ahtsong on 7/22/2006
Page 1 of 1 (4 items)