Go Back   CodingForums.com > :: Server side development > ASP.NET

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-29-2012, 04:00 AM   PM User | #1
iacemomo
New to the CF scene

 
Join Date: May 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
iacemomo is an unknown quantity at this point
Design time Visual in ASP .NET

Hello everybody!
I would like to address a question that is pushing me to sleep ...
I see in tutorials ASP. NET that controls the flap design have a different view in my Visual Studio. In the videos and images they have a view very close to the displaycontrol in the website running, while in my Visual Studio appear more different, I'drather not finish rendering. I also realized that in the control of images and videos of the tutorials, there is always a small green image in the upper left corner of the control,which also does not appear in my controls in the Visual Studio.
My question is: This is a setting you have to implement, or can I have this view?

Thank you!
iacemomo is offline   Reply With Quote
Old 05-29-2012, 06:49 PM   PM User | #2
alykins
Senior Coder

 
alykins's Avatar
 
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
alykins will become famous soon enough
I always always always always always always always use code mode only. Design view really screws things up and messed with your perception of *how* the page will turn out once rendered. If you want to know, hit debug and look at it rendered (remember to clear cache).

Also worth noting is that in VB it will auto pop in code for My.FormLoad which you may not want in there (if you look at in design mode)
__________________

I code C hash-tag .Net
Reference: W3C W3CWiki .Net Lib
Validate: html CSS
Debug: Chrome FireFox IE
alykins is offline   Reply With Quote
Old 06-06-2012, 09:29 PM   PM User | #3
eonmorgan
New to the CF scene

 
Join Date: Jun 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
eonmorgan is an unknown quantity at this point
Custom Web Controls are completely customizable and offer design-time support. They can also be added to your Integrated Development Environment's (IDE) toolbox so that you can reuse them in other projects. In order to reuse your custom Web control in other projects, you begin by creating a Web Control Library project in Visual Studio .NET. Then, to reuse them in other projects, you set a reference to the dynamic link library (DLL) in your project. This example creates a custom welcome label using Visual C#.

_____________________________________________________________
How Can I Get a Loan for you any kind of business or home or if you are unemployee
eonmorgan is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:46 PM.


Advertisement
Log in to turn off these ads.