RSS

December 17th, 2008 - 5:46 am § in Premium Video Tutorials

59) ASP.NET MultiView Control

In this video I’ll demonstrate a MultiView control which allow you to create multiple view on a single page. For example you can use the MultiView to hide and show different areas of a page. MultiView has a very little properties you can configure on the properties window. You need to go insid[...]

December 17th, 2008 - 5:34 am § in Premium Video Tutorials

58) ASP.NET AdRotator Control

In this video I am going to demonstrate how to use the AdRotator control. This control is used to display advertisements on your web page. You can have as many banner advertisement inside your database or xml file that will be rotated when your page is loaded. In this video I use an XML file [...][...]

December 17th, 2008 - 5:20 am § in Premium Video Tutorials

57) ASP.NET Calendar Control

In this video I am going to be discussing the Calendar control. Calendar control is an advanced control and has lots of options that you can modify from the properties windows. There are different selection modes, you can enable Day selection so that only days can be selected, you can set it to DayW[...]

December 17th, 2008 - 5:07 am § in Premium Video Tutorials

56) Performing ASP.NET Cross-Page Posts

In this video I am going to show you how to do cross-page posting so you can send information from one page to another page when a button is clicked. If you do not set the property of a button called PostBackUrl to another page, the page is posted back to itself. [Content protected for Registered [.[...]

December 17th, 2008 - 4:55 am § in Premium Video Tutorials

55) ASP.NET Button OnClientClick and xpando Attributes

In this video I’ll be discussing two important properties of the Button control. Button are meant to always raise events on the server. We can use a property of a button known as OnClientClick to execute a javascript within your browser before the server event is raised. I used the javascript [...]

December 17th, 2008 - 4:45 am § in Premium Video Tutorials

54) ASP.NET Panel Control

In this video I’ll discussing the Panel control which is a very useful control to use on your web form. Panel enables you to work with multiple ASP.NET control as a group. You can use Panel to group together ASP.NET controls, then use the Visible property to either show all these controls or h[...]