Browse by Tags

Related Posts

  • No IntelliSense for some membership attributes?

    Hi, I recently created a Web App that I hooked up with a database using aspnet_regsql in the VS2008 command prompt. The problem I am currently facing is that when I configure my web.config to allow membership, I do not get intellisense for the nodes that are supposed to be part of the membership node...
    Posted to Security (Forum) by Melech7 on 04-10-2009, 12:00 AM
    Filed under: intellisense, membership, web.config
  • Where are the ASP.NET AJAX JavaScript XML comments located?

    I am trying to generate some client reference documentation for my component using AjaxDoc and SandCastle. I wanted to include some classes in the Sys namespace, but the MicrosoftAjax.xxx.js files do not contain complete XML comments, e.g. if you look at the function definition for Sys.Component you...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by llewellyn on 03-16-2009, 12:00 AM
    Filed under: ajax, IntelliSense, javascript, xml comments
  • Web Application Project with App_Themes in a virtual directory - Visual Studio IntelliSense not working

    Hi All, I’m currently migrating our web site projects to Web Application Projects in Visual Studio 2008 SP1. As we have a number of applications which all need to share themes and master pages, we have the App_Themes folder and a MasterPages folder both setup as virtual directories in IIS, and pointing...
    Posted to Visual Studio 2008 (Forum) by kevinkuszyk on 03-12-2009, 12:00 AM
    Filed under: virtual directory, visual Studio, WAP, web application project, intellisense
  • Re: how to create custom enumerated properites with IntelliSense in a User Control

    [quote user="jpuckett"] Use an enumeration :) public enum SomeUserControlProperty{ 1, 2, 3 } [/quote] jpuck -- Right you are. Thanks for that. I found it elsewhere too, after some looking, so I worked up some code. FWIW, below is the code for the full implementation of a custom web user control...
    Posted to Web Forms (Forum) by mkamoski on 02-27-2009, 12:00 AM
    Filed under: intellisense, web user control, custom property
  • IntelliSense in skins files

    hello every body.. I'm new in themes and skins in asp.net 3.5. I'm trying to do a trick that I saw in a video for Chris Pels.. it was in asp.net 2.0 this is the link to the video: http://www.asp.net/LEARN/videos/video-393.aspx as you know skin file by default does not have IntelliSense. Ex: when...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by sosoo on 01-28-2009, 12:00 AM
    Filed under: IntelliSense
  • Re: aspx page validation problem

    I had the same issue recently, after my user profile was moved after a domain name change at work. I tested Visual Studio using a local user account and it was okay. I tried devenv /resetsettings but this did not work. What I found did work was to rename the '9.0' folder under 'C:\Documents...
    Posted to Visual Studio 2008 (Forum) by neal_beecham on 01-16-2009, 12:00 AM
    Filed under: Visual Studio 2008, ASP.NET, intellisense
  • Need to make an intellisense listbox web control

    I am trying to make a webcontrol that consists of a combobox and a sqldatasource that populates the list based on what the user is typing in. From what I gather, there is no easy way to create a combobox on a webform - it has to combine a textbox with a listbox. I thought it would be pretty straightforward...
    Posted to Web Forms (Forum) by ppalubinski on 12-23-2008, 12:00 AM
    Filed under: TextBox, combobox, intellisense, listbox
  • Javascript Intellisense in VS2008

    I must be missing something. How do I get intellisense to work in VS 2008 for Javascript functions? For example, when I want to be prompted for an XML DOM method like this: docContXML.getElementsByTagName ... In VS2005, I would automatically get prompted with all the methods, now I just get some generic...
    Posted to Visual Studio 2008 (Forum) by jfwhitney on 11-23-2008, 12:00 AM
    Filed under: intellisense
  • Intellisense doesn't show extended BaseValidator class in VS2008

    I created a LengthValidator control by extending BaseValidator. I can register the assembly in the page and use it (Intellisense in the source view shows it), however the designer file doesn't include the declaration of that control (for some reason when I add controls to my webform they aren't...
    Posted to Web Forms (Forum) by desertfoxaz on 11-06-2008, 12:00 AM
    Filed under: Custom components, intellisense
  • C# inheritance, public methods and Intellisense

    Hi I've got a solution, with two projects... One website, and a class library. The class library's namespace is, say, ClassLibrary. The class is called, say, SomeFunctions, and is set to public. I have one method in SomeFunctions, called SpecificFunction, also set to public. I've added a...
    Posted to C# (Forum) by GrimStoner on 10-24-2008, 12:00 AM
    Filed under: public, C#, intellisense, inheritance
Page 1 of 7 (61 items) 1 2 3 4 5 Next > ... Last »