Search

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

Matching Posts

  • Re: CSS Friendly + asp:menu control

    If you want to drop out the included CSS and javascript you will have to edit the adapter classes and recompile. Or, if you're just using the menu adapter, you could just drop the MenuAdapter.cs and WebControlAdapterExtender.cs files into your App_Code folder. From there you can just modify the MenuAdapter to not register the scripts. I had to do some modifications to change/add some CSS class names as well. Also, if you're looking for some nice CSS and javascript to replace the built in
  • Re: VS 2008 IDE Question: Inserts Snippets Automatically

    Yes, I wasn't sure that anyone else could reproduce it. It only happens sometimes. I'm guessing it must be an IDE configuration issue somehow, but I don't even know where to start. As for my page structure, I'm using master, code behind and custom base pages so I should have included that in the repro steps. I was using all these things long before I started experiencing this issue though. I've been trying to think of any fundamental changes I've made, but I can't think
    Posted to Visual Studio 2008 (Forum) by sprockincat on 3/5/2008
  • Re: VS 2008 IDE Question: Inserts Snippets Automatically

    Am I the only one experiencing this issue? VS 2008 is still inserting the snippets I mentioned. Here's the best I can do for steps to reproduce: Create a new aspx page Add a gridview control Select the gridview tasks list > Edit Templates Add some label controls to the item template Switch back to source view and see where the span tags have been inserted I would sure appreciate some help on this. For good or ill, I use the task wizards a lot and it's extremely frustrating to have to sift
    Posted to Visual Studio 2008 (Forum) by sprockincat on 3/5/2008
  • Re: VS 2008 IDE Question: Inserts Snippets Automatically

    [quote user="Mikhail Arkhipov (MSFT)"]I'd like to learn more on what exactly getting inserted and possibly identify good repro steps so we can track the bug. [/quote] Thanks for checking this out. Here's a sample of the code that's inserted: < span class= "headerTitle" id= "LogoTitle" runat= "server" /> < span class= "headerTitle" id= "LogoTitle" runat= "server" /> < span class= "headerTitle"
    Posted to Visual Studio 2008 (Forum) by sprockincat on 2/26/2008
  • VS 2008 IDE Question: Inserts Snippets Automatically

    Hi, I'm runing VS 2008 with all the updates, including the latest hotfix pack, and I'm experiencing some strange behaviour. I have a site using master pages. Occasionally, I'll edit a control in the IDE design view and then when I switch back to source view a bunch of code has been inserted. It's just the same bit each time, a span using styles from my linked style sheet, but inserted randomly somewhere in the control code. Sometimes it inserts it once, sometimes a bunch of times
    Posted to Visual Studio 2008 (Forum) by sprockincat on 2/25/2008
Page 1 of 1 (5 items)