Search

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

Matching Posts

  • Re: Design Time Trouble With Attributes

    I'm pretty sure that the Editor attribute specifies which graphical editor dialog the "design" view should use to edit the property. I'm only interested in the getting the intellisense to show up properly in the "source" view. Any other ideas?
    Posted to Web Forms (Forum) by mhil_cbtech on 8/27/2007
  • Design Time Trouble With Attributes

    I'm developing a webcontrol and am running into some trouble with the designer/intellisense. I'm attempting to create the control so that it has a nested property exposed that is a collection. I would like to be able to add items to the collection using the designer in the same way the GridView.Columns are added to a GridView. The following code is abbreviated, but should get the point across: <code> [ParseChildren( true )] public class MyControl : Control { public List _Items; [Browsable
    Posted to Web Forms (Forum) by mhil_cbtech on 8/7/2007
  • Re: Using relative urls in the menu control

    Sorry, I was using caching - I'm a retard.
  • Using relative urls in the menu control

    I have a menu control in a usercontrol that I use on different pages of my site for general navigation. When I specify the NavigateUrl and ImageUrl properties of the menu items as something like "~/Members/List.aspx", it appears that the url is mapped based on the location of the ascx control, not on the page that contains the ascx control. Therefore, all the links and images in the menu are broken when the ascx control is placed on a page that is deeper in the site than the ascx control itself.
  • Re: PopupControlExtender inside an UpdatePanel

    Has anyone found a solution to this? I am experience the same problem.
    Posted to ASP.NET AJAX UI (Forum) by mhil_cbtech on 3/28/2007
  • Re: PopupControlExtender - this._postbackSettings.async is null or not an object

    I'm getting the same error. Has anyone found a solution other than using a link button?
  • Re: Script References Not Rendering

    Yes to all 3. I have working update panels on the site, so I can be sure of 1 & 2 as well as a bunch of treeview and menu controls which utilize the webresource.axd handler. The wierd thing is that I tried changing the web.config ensure the app was running in full trust (which it should have been anyway) and that had no effect. Then I tried reinstalling the asp.net ajax library and reinstalling it - no dice. Then I took a break and after reading through the forums for an answer for a few hours
  • Script References Not Rendering

    I am having some trouble getting the ajax control toolkit code working on my server. Background: The server is a win 2k3 machine which I have full control of. All the code works fine on my test environment which is also a win 2k3 machine that I have complete control of. Both machines are identical and both sites are identical (i know because i copied the site contents directly from on to the other - INCLUDING web.config files). Specifics: The exact problem is that I have a server control that I wrote
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mhil_cbtech on 1/3/2007
    Filed under: popupcontrol updatepanel, PopupControl updatepanel "already has a data item registered", PopupControlExtender, PopupControlExtender DetailsView ScriptManager, ajax, AjaxControlToolkit, beta 2, bug, AJAX Control Toolkit, ajax control Toolkit beta2
  • Re: No Script Being Rendered

    I am experiencing the same problem. The script references are not being rendered to the page. I have double checked my web.config and all the settings are in place. In fact, I have another win 2k3 server with the same exact web.config and assemblies which works. I have also tried reinstalling the ajax assemblies which did not work. I feel like I have exhausted all the possibilities. Does anyone have any suggestions? Thanks in advance, Mark
  • Re: Broken TreeView lines in IE7

    Thanks for the suggestion! That did the trick. I wouldn't have suspected that.
    Posted to Web Forms (Forum) by mhil_cbtech on 12/29/2006
Page 1 of 3 (26 items) 1 2 3 Next >