Search

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

Matching Posts

  • Re: CSS Unusual Properties

    So, from the lack of any responses should I assume these are not part of any new or proposed properties?
    Posted to Client Side Web Development (Forum) by fchateau on 8/12/2008
  • Re: CSS Unusual Properties

    The CSS came from a Web site. It was written by a guy in India who is not available to explain why he added these. I do not know CSS well enough to determine exactly what they are doing, however, I know that they do change the way certain items are displayed on the Web page. Changing the values causes sections of boxes to not line up properly.
    Posted to Client Side Web Development (Forum) by fchateau on 8/9/2008
  • CSS Unusual Properties

    I ran across the following properties in a CSS document, and cannot determine their function. I'm referring to the underscore in the property "_top" and the asterisk in the property "*background-position". . clearboth { position: relative ; width: 100 % ; top: 75 px ; _top: 73 px ; <------- What does the underscore mean? background-image: url(images/sidebarbot.png) ; background-repeat: no-repeat ; background-position: 2 px bottom ; *background-position: center bottom ;
    Posted to Client Side Web Development (Forum) by fchateau on 8/8/2008
  • Script Manager Versions

    What is the difference, if any, between ScriptManager and ToolkitScriptManager?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by fchateau on 8/31/2007
  • Re: User Control Class Reference

    After your explanation, I'm lost. If you have the time, I'd appreciate a brief example of your suggestion.
    Posted to Web Forms (Forum) by fchateau on 8/8/2007
  • Re: User Control Class Reference

    I found it. I needed to add the <%@ reference control="~/ControlName.ascx" %> directlve to the page.
    Posted to Web Forms (Forum) by fchateau on 8/8/2007
  • User Control Class Reference

    I want to expose public properties of Web controls in a User Control, for access from main page. User control is loaded dynamically in Page_Init. How do I get a reference to the user control class from the containing page?
    Posted to Web Forms (Forum) by fchateau on 8/8/2007
  • Re: Script Manager ScriptPath Attribute

    Thanks. It worked. We were using ScriptReference for custom scripts. When I removed ScriptPath the custom scripts would stop working. After reading your reference I discovered we were using ScriptReference incorrectly. ScriptReference requires a relative path and we had tildes in the path attribute, so ScriptPath was the only way to find the custom scripts. Once I changed the absolute paths to relative, I was able to remove the ScriptPath attribute and everything is working properly.
  • Script Manager ScriptPath Attribute

    I have custom scripts that require the use of the ScriptManager attribute. I have been told numerous times that the the ScriptPath attribute is only for custom scripts but it appears that when it is added to the ScriptManager element, AJAX seems to be looking for all scripts in the script path. It appears that this requires me to load all scripts, including System.Web.Extensions, as .js files in the path specified. When my project is run I receive errors that may be coming from missing scripts. Is
  • Publish Fails with Index Error

    I'm receiving an "Index is outside the bounds of the array" error when attempting to publish to a Web site. The project builds correctly and the error only occurs on publish. Any idea where this is coming from?
    Posted to Visual Studio 2005 (Forum) by fchateau on 7/19/2007
Page 1 of 3 (24 items) 1 2 3 Next >