|
-
Aug 6th, 2009, 03:03 PM
#1
[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 
-
Aug 7th, 2009, 01:20 AM
#2
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.
-
Aug 7th, 2009, 02:15 AM
#3
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 
-
Aug 7th, 2009, 03:02 AM
#4
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.
-
Aug 7th, 2009, 03:33 AM
#5
Re: VS 2008 Design mode problem
* 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 
-
Aug 7th, 2009, 12:58 PM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|