Login:  Password:    
forgot my password
sign up!
Search: 
 
  This post is part of:
    Online course(s):   
 Course ASP.NET 4 and Visual Studio 2010

User Controls - Course ASP.NET 4 and Visual Studio 2010 - Lesson 32 | .net courses

In this video, we start our discussion of user controls.

"

Duration:  16 minutes

Summary: In this video, we start our discussion of user controls. It is natural that ASP.NET allows us to create controls that we can reuse across our pages. It does not make sense that every time we need a group of controls in a page to copy them over from another page. We need the ability to create a control one time and use it in multiple places. A user control serves this purpose. In this case, we create a user control (an ascx control) that contains labels and text boxes to ask the user for first name and last name. Then, we add a button and a label. When the button is clicked, the label displays a welcome message to the user. Once we complete that control, we need to reference it in a page. To do that we need two steps: 1) to add a register directive to the top of the page (with a TagName, TagPrefix, and Src) so ASP.NET knows what control we are using and where it is. 2) Use the control in the page using the TagName and the TagPrefix specified above. In our example, we added the control inside the main content of the page (since this page uses a master page).

Methodology of the development of example: Good coding standard and simplified design to illustrate the key points.

Technology Used: ASP.NET and Visual Studio 2010

Keyword: ASP.NET 4, Visual Studio 2010, User Controls, TextBox, Label, Button, TagPrefix, TagName, Src.




Add a comment!
[Fechar]

Este post é fechado - você precisa ter acesso ao post para incluir um comentário.


No comment was posted yet - be the first!



 
Help us to improve! Give us your feedback:
Give your note to the technical content
10 9 8 7 6 5 4 3 2 1
Give your note to the post's learning
10 9 8 7 6 5 4 3 2 1
Is this post helpful?
Yes No


Ayad Boudiab
Experience: A total of 10 years experience in developing applications using C++, Java, C#, ASP.NET, and SQL Server. In addition to 6 years experience in teaching programming courses at a local college. Degree: B.S. Computer Science Location: Atla...


Go to author's Space


Post stats:
Favorited:
 0

Post actions:
[Close]
To have full access to this post (or download the associated files) you must have MrBool Credits.

  See the prices for this post in Mr.Bool Credits System below:

Individually – in this case the price for this post is US$ 2,00 (Buy it now)
in this case you will buy only this video by paying the full price with no discount.

Package of 10 credits - in this case the price for this post is US$ 1,00
This subscription is ideal if you want to download few videos. In this plan you will receive a discount of 50% in each video. Subscribe for this package!

Package of 50 credits – in this case the price for this post is US$ 0,33
This subscription is ideal if you want to download several videos. In this plan you will receive a discount of 83% in each video. Subscribe for this package!


> More info about MrBool Credits








mrbool.com
contact us   |   publish your post   |   buy credits

Copyright 2012 - all rights reserved to www.web-03.net