Search

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

Matching Posts

  • Setting custom properties of a dynamic control

    Hi, I'm trying to find a way to set a custom property of a user control that i'm loading into a placeholder. I can easily do this if I know in advance what kind of control it is, like in this example I'm loading an HTMLContent user control: int _pid = 93; string _file = "HTMLContent.ascx"; Control tmpControl = Page.LoadControl("Controls/" + _file); ((HTMLContent)tmpControl).PageID = _pid; plcHolder.Controls.Add(tmpControl); This works fine, but I don't know what type of control I'm going to be loading
    Posted to Web Forms (Forum) by Xaraz on 5/8/2006
  • Problem with nested applications in v1.1

    Hi, I'm having some trouble with a site that has a couple of different applications difined below the webroot. so I have a main site in / and a couple of subdirs that are also applications. The problem is that the main site uses some httpmodules. I'm getting an error on the sub-applications because of the httpmodules in the main site. I can easily fix this by copying the used .dll files to all the bin directories of the sub-apps, but there should be a better way to fix this. I've read something about
    Posted to Configuration and Deployment (Forum) by Xaraz on 5/2/2006
Page 1 of 1 (2 items)