Search

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

Matching Posts

  • AJAX DataView Template: Bind to li element

    I'm working with the ASP.Net 4.0 Preview 3 build. I've been unsuccessful in my attempts to bind the value of 'PrefValue' (returned by the HTTP response) to the 'li' element. I'm not getting any errors and the data that I'm looking for is getting returned, but I can't get it to bind to the 'li' element. I'm hoping that someone can review my code and see what I need to change. HTML <body xmlns:sys="javascript:Sys" xmlns:dataview="javascript
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Emanon on 1/27/2009
    Filed under: dataview template
  • Re: CSS stylesheet in ascx file

    mrslowly, This solution worked extremely well for a portal application that my team has begun building. Thank you very much for your post.
    Posted to Getting Started (Forum) by Emanon on 12/12/2008
  • Re: Inserting ASP Controls into HTML pulled from a Database

    bill, Thank you for your excellent reply to my question. Based on your example I was able to write a small sub routine that works as you described. bill "In actuality I use RegularExpression to find all the matches and step through the collection of matches.." I can understand how a RegularExpression would be of great worth when parsing the HTML. Would you be willing to share the RegularExpression (and surrounding code) that you use to perform this function? Thanks again for your assistance. Regards
    Posted to Web Forms (Forum) by Emanon on 12/16/2005
  • Inserting ASP Controls into HTML pulled from a Database

    I'm hoping that you may be able to assist me in making the following objective a reality: I start with an ASPX page that has no HTML between the FORM tag. Prior to the page load I pull from a database table HTML content that will be inserted between the ASPX page's FORM tag. I then programmatically create various ASP controls and insert them in various locations within the HTML content. The ASPX page is then compiled and displayed to the end user. I have successfully pulled HTML content from a database
    Posted to Web Forms (Forum) by Emanon on 12/16/2005
  • Re: Adding tag to the control's father page

    This is a great solution to a problem that I was facing with adding a dynamic STYLE tag to the HEAD section of a Web Form. The only question that I have is how do I remove or replace the original dynamically generated STYLE tag when I want to add a new dynamic STYLE tag?
    Posted to Hosting Open Forum (Forum) by Emanon on 12/13/2005
  • Re: Dynamic CSS in .net 2.0

    Meson, Your suggestion is very intriguing . If possible, I'd really like to see an example of what you have suggested.
  • Re: CSS & ImageButton Control

    Primillo, Appreciate the response. I'm not sure that I understand what the purpose of the table control is, but I tried the following and it didn't work: HTML <asp:imagebutton id="ibtn" runat="server" CssClass="calendarbuttons"></asp:imagebutton> CSS .calendarbuttons { background-attachment: fixed; background-image: url(Media/icon_calendar.gif); background-repeat: no-repeat; background-position: left top; }
    Posted to Getting Started (Forum) by Emanon on 8/12/2005
  • CSS & ImageButton Control

    I would like to be able to assign the ImageURL property of an ImageButton control using CSS. Is this possible? If so, how do you do it? I've tried using 'background-image: url(image path here)' with no success.
    Posted to Getting Started (Forum) by Emanon on 8/12/2005
Page 1 of 1 (8 items)