Browse By Tag:
3
Zips
By anuditiya 698 days, 12 hours, 49 minutes ago
In this video Chris Pels will show how to persist and restore information in the ViewState of a custom user control. First, learn how to persist simple values containing .NET primitive types such as String, Int32, Boolean, etc. Then see how to persist ... [View Lecture]
Category: ASP.NET | Add a Comment | Level: Beginner | Language: English
Tags howto , custom control , viewstate
1
Zips
By amydumm 698 days, 12 hours, 54 minutes ago
In this video Chris Pels will demonstrate how to create a custom user control in ASP.NET that can be used throughout a web site or across many web sites. Start out by learning the basics of creating a user control that will be used in multiple pages in... [View Lecture]
Category: ASP.NET | 1Comment | Level: Intermediate | Language: English
Tags howto , custom control