Search

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

Matching Posts

  • Load a control based on a wildcard

    The data will look something like this: ...bunch of html code.... <!--WildcardName ID:123--> ....more html code.... During databinding, I parse though the data and find the wildcard (if it exists) and then for the above snipit, i'd add a literalcontrol, the control for the wildcard, and then another literal. The literals contain all of the html code. This works fine, but i am unable to handle postbacks. I need the data to see if I should load a control, but the dynamic control needs to
    Posted to Web Forms (Forum) by mkubaryc on 6/1/2009
  • Re: Sharing ASP.NET Controls

    Oh yea, AND I have a refrence from project 1 to project 2. Any other ideas?
    Posted to Configuration and Deployment (Forum) by mkubaryc on 2/3/2009
  • Sharing ASP.NET Controls

    http://support.microsoft.com/kb/324785 The above is a link to an interesting article on how to share asp.net controls and pages among multiple websites. Everything works great. The only thing left is that I want to get rid of an unknown server tag error. I know why it throws the error, but I can't figure out how to fix it. The setup: Project 1 - A WEB APPLICATION that has a controls folder with a bunch of controls Project 2 - AN ASP.NET WEB SITE that has a page looking like: <%@ Register src
    Posted to Configuration and Deployment (Forum) by mkubaryc on 2/2/2009
  • Best Practice - 4 Similar Sites

    I have 4 very similar sites. They will basically be sister sites. The difference in each site will be the masterpage, default page, css files and a few misc differeneces here and there. What is the reccommended way to set these up to maximize extensibility and minimize downtime?
    Posted to Architecture (Forum) by mkubaryc on 1/7/2009
  • Clear the output cache

    At the top of some of my controls I have the following: <%@ OutputCache Duration="300" Shared="true" VaryByParam="none" %> Question: How do I clear the entiere cache programmatically? I am not interested in using HttpResponse.RemoveOutputCacheItem unless there is a way to clear the cache for all of the controls without specifying their path. Any ideas? Thanks in advance.
    Posted to Web Forms (Forum) by mkubaryc on 10/29/2008
  • Re: Two Column repeater

    Got a chance to test this out (the first few responses) and they were no help. Does anyone have an idea that DOESN'T involve tables like I origionally requested?
    Posted to Data Presentation Controls (Forum) by mkubaryc on 10/19/2008
  • Re: Two Column repeater

    Can you explain "proper and fix setting for td"?
    Posted to Data Presentation Controls (Forum) by mkubaryc on 10/14/2008
  • Two Column repeater

    I thought this would be simpler than it is.... I need a two column repeater. Data should be displayed in order (left to right, top to bottom) and there should be no unneeded whitespace between dataitems (tables are out). I was hoping to just float the div left or right, but if the text in the dataitems in column 1 happen to be longer, a column 1 div will end up in column 2 on some browsers. I am sure someone has tackled this and your help is appreciated. Heres what I got: <asp:Repeater runat="server"
    Posted to Data Presentation Controls (Forum) by mkubaryc on 10/13/2008
  • Re: CustomValidator Not Working, Other Validators Do

    Yea, I am no help on this. It makes sense that possibly there is a naming collision on one of the java functions. Have you tried to add one control at a time to see if you can isolate the spot where this is occuring. That could take hours depending on your set up so keep bumping this discussion up and see if any of the big boys in this forum can help out. There are some good ones, but you have to post at the right time. Good luck.
    Posted to Web Forms (Forum) by mkubaryc on 9/2/2008
  • Re: CustomValidator Not Working, Other Validators Do

    Are you giving every control an ID? Sounds lame, but give it a try.
    Posted to Web Forms (Forum) by mkubaryc on 9/2/2008
Page 1 of 3 (30 items) 1 2 3 Next >