Results 1 to 6 of 6

Thread: [RESOLVED] VS 2008 Design mode problem

Hybrid View

  1. #1

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    Resolved [RESOLVED] VS 2008 Design mode problem

    Hey guys,

    I have this problem with the design mode in visual studio.


    If I create asp:table and drag to one of its cells a button for example (or any other control) when i double click on it the IDE is not creating the basic click handle function, if i drag the same control to the source code but without tablecell warping it i does create the click event handle, any ideas of how to fix it ?
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: VS 2008 Design mode problem

    It's possible that this could happen if the rest of the page's markup is not well formed, the VS designer can be quite picky about these things. You could try to right click the button, properties, lightning icon, find the event you want, double click it.

  3. #3

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    Re: VS 2008 Design mode problem

    Thanks Mendhak, i still have a lot to learn about the designer
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: VS 2008 Design mode problem

    Hey,

    I find that the best way to learn how to use the IDE, is to watch videos of someone as they are producing code, you pick up lots of great tricks. There is a full set of videos here, that might be of interest to you:

    http://msdn.microsoft.com/en-us/bb629407.aspx

    Hope that helps.

    Gary

    P.S. Remember to mark your thread as resolved if your question has been answered.

  5. #5

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    Re: VS 2008 Design mode problem

    Thanks Gary!
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [RESOLVED] VS 2008 Design mode problem

    I'll also add that you should try using the markup editor more. You'll get much more proficient at HTML+ASPX faster instead of having to rely on drag-drop.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width