Search

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

Matching Posts

  • Re: Making design mark-up

    I think it is similar to what I have described in the first post. The only difference I can see is that you use HtmlServerControl and I use UserControl.
    Posted to Web Forms (Forum) by Idsa on 2/23/2009
  • Re: Making design mark-up

    I use CSS styles. The border consists of some div's which have class property set to some value. But I don't want to copy and paste these div's from page to page.
    Posted to Web Forms (Forum) by Idsa on 2/23/2009
  • Making design mark-up

    For the purpose of creating beautiful design, I need to wrap my controls in a lot of "div" elements (for example, for creating attractive border). But I don't want to copy and past this code (there are only two types of borders... and more than 50 controls). So I need some approach to automate this process. First, I created a UserControl with template: <uc:ContentBorder> < ContentTemplate > //here is list of my controls, which are wrapped automatically </ ContentTemplate
    Posted to Web Forms (Forum) by Idsa on 2/18/2009
  • Re: UserControl with Template

    Yes, it is exactly what I need. Thank you!
    Posted to Web Forms (Forum) by Idsa on 2/18/2009
  • UserControl with Template

    I need to create a UserControl which would have a part of static content and other part should be set through template. Something like that: <div class="..."> < div class= "..." > ... < asp:PlaceHolder id= "ContentPlaceHolder" /> ... </ div > </ div > and dynamic content should be set in this way: <uc:MarkupContainer> < Content > < table > ... </ table > < Content > </ uc:MarkupContainer > How can I achieve
    Posted to Web Forms (Forum) by Idsa on 2/17/2009
  • Re: Html controls at codebehind

    vinz , thank you. It works. My html control was in Login control's template that's why I couldn't see at at IntelliSense. Sorry for my innattantiveness.
    Posted to Web Forms (Forum) by Idsa on 1/23/2009
  • Html controls at codebehind

    I have an html control at markup: <tr id="SomeTr" runat="server"/> Can I get it at codebehind? For example: SomeTr.value = "..."; I have found a lot of similar topics but without working solution.
    Posted to Web Forms (Forum) by Idsa on 1/22/2009
  • Re: AutoCompleteExtender popup

    Thank you. It's really what I need.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Idsa on 11/12/2008
  • AutoCompleteExtender popup

    I have a TextBox with AutoCompleteExtender. It works but browser AutoComplete list is shown too. So I have 2 AutoCompleteLists. Is there any ability to disable browser's AutoComplete list?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Idsa on 11/12/2008
  • Re: Navigation control

    Thank you very much! It's really what I was looking for.
Page 1 of 15 (146 items) 1 2 3 4 5 Next > ... Last »