Search

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

Matching Posts

  • Re: Collapsible panel and Datalist - works for IE but not for Firefox

    Hi Barton I cant actually see the image for the firefox rendering - perhaps the link is broken? :( I havent looked at this for some time but will do ASAP and get back to you. Thx Steve
  • Re: ITemplate exposing controls within like ContentTemplate

    I dont see how that will help. in the markup of my Template I dont have control over what server controls are put in there; thats kinga the point of the template. Perhaps i just dont understand? ON my aspx page that I use the custom control I have something like this... <sc:mycontrol runat=server id=blah> <body> the user of the control can add what ever controls or html they want. </body> </sc:mycontrol> if i add a textbox to the body, that isnt available in the code behind
    Posted to Custom Server Controls (Forum) by Osiris209 on 3/2/2007
  • Re: ITemplate exposing controls within like ContentTemplate

    Thanks Bud, I know how to access the controls using the heirarchy but what I am looking for is how can i access the controls from the code behind by simply going txtBox.Text, with nothing else. The same way that the contenttemplate in updatepanel control does it?? Some kind of proxy in place but I dont know what?!? --------------------------------------------- I have long searched for this and it comes up everytime I want to use an ITemplate in a control but never get there!! hope you can help!
    Posted to Custom Server Controls (Forum) by Osiris209 on 3/2/2007
  • Re: ITemplate exposing controls within like ContentTemplate

    In the CreateChildControls method I create several panel controls... one main panel (called container) I add several Panel to it (for header div, body and footer). I instantiate the template in the body panel. Finally I add the container panel to the this.Controls collection. protected override void CreateChildControls() { // Clear out the control collection before starting Controls.Clear(); Panel container = new Panel (); Panel header = new Panel (); Panel body = new Panel (); Panel footer = new
    Posted to Custom Server Controls (Forum) by Osiris209 on 3/2/2007
  • ITemplate exposing controls within like ContentTemplate

    I have a custom control that has an ITemplate...what I want to be able to do is expose the controls that are added to the Template in the code behind e.g. txtBox.Text; at the moment of course I need to do a FindCOntrol on the widget because I can only access the "pages" chile controls BUT with the ajax update panel the contentTemplate does it (and others)! So how do i do it with my control?? Thanks Steve
    Posted to Custom Server Controls (Forum) by Osiris209 on 2/27/2007
    Filed under: custom control
  • Re: AJAX AutoComplete Extender in a Custom Control

    TIP: When inheriting from CompositeControl you dont need to implement INamingContainer. CompositeControl does this for you :) Happy Days!
    Posted to Custom Server Controls (Forum) by Osiris209 on 2/27/2007
  • Referral error connecting to AD with ASP.net Membership providor.

    Hi, OK I am new to connecting to AD with the membership providor but am hitting a wall and keep getting the same error not matter what I try with the connection string.... Parser Error Message: A referral was returned from the server. Source Error: Line 21: <providers> Line 22: <add name="AspNetActiveDirectoryMembershipProvider" Line 23: type="System.Web.Security.ActiveDirectoryMembershipProvider, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Line 24:
    Posted to Active Directory and LDAP (Forum) by Osiris209 on 2/15/2007
  • Re: Personal Site Starter Kit and SQL Server 2005

    I dont follow exactly what you are trying to do? Out of the box the Personal website starter kits wants the use SQL 2005 express on the same machine as IIS. If you want to change this run the create db scripts on your choosen sql instance then edit the web.config file. hth Steve
    Posted to Personal Site Starter Kit (Forum) by Osiris209 on 2/6/2007
  • Re: PWS Randomizer

    Johnny, Looking at the code i can see why its such shocking performance...it returns all photos to the homepage then the randomize method decides which one to show... I have added a new method to the PhotoManager class... public static Photo GetRandomPhoto() { int min = 0, max = 0, photoId = 0; // Getting a random photo will require getting a random Album ID and then a random Photo ID from within that Album // So... int albumId = GetRandomAlbumID(); // Now i need a random photo from with that album
    Posted to Personal Site Starter Kit (Forum) by Osiris209 on 2/5/2007
  • Re: Administration page on my Localhost

    Hi John 1. What happens? Do you get an error message? Try and debug in the localhost IIS (rather than Web Dev IIS). What SQL are you using? 2. http://dhosting.co.uk/ they are in the UK, excellent value, SQL 2005 etc but best of all he has AJAX extensions installed in the GAC! Steve
    Posted to Personal Site Starter Kit (Forum) by Osiris209 on 2/5/2007
Page 1 of 14 (133 items) 1 2 3 4 5 Next > ... Last »