This video is the summary of the 20 Quick Start introduction to visual web developer 2008 express edition video series. I concluded on everything i have been doing, and promise to create 500 videos on ASP.NET, Ajax, LINQ, SQL Server 2005 and so on. There are so many things that we havent done, whi[...]
Archive for the ‘Registered Members Video Tutorials’ Category
20) Summary and ASP.NET Deployment
19) Protecting Members Area – Server.Transfer C# Statement
In this video i’ll be protecting the members area. I’ll write a simple C# coding, very simple that anyone can remember. This will check to make sure that the user is authenticated before we allow them into our member area. This simple checks makes sure that our content is protected from [...]
18) ASP.NET ChangePassword and PasswordRecovery Controls
In this video I walked you through few more Login controls and pointed out that the secured members area is not secured because we havent provide any security measure to prevent anonymous user from accessing it. By simply typing the URL of the secured page they will be able to view it. In a real [..[...]
17) Using the LoginView, LoginName, and Roles
In this video i’ll be continue from video 16 where i showed you how to change the DestinationPageURL of the CreateUserWizard control. Here i changed the DestinationPageURL of the Login control so that when a user logs in they are taken to this page. I created a new page for our members only, a[...]
16) ASP.NET User Registration – CreateUserWizard Control
In this video i continued from the last video and added a control for users to register themselves. I explained more features that are available on the ASP.NET Configuration page, some of these features will be explained in details in the future video. I added a CreateUserWizard onto the page so use[...]
15) Introduction to Users and Security – Login Control
In this video i introduce another interesting part of visual web developer which is the users and security and membership features. I will be creating a login page where user can login, and a register page where user can register to be a member of our website. I created these two pages and added the[...]
14) Styling ASP.NET Datalist Control
In this video i’ll be showing you how to change the layout of the datalist from within the source. You can modify the HTML to your heart content, you can change the css styles and the way the data is displayed by using a table. You can get very creative with the Datalist because it [...][...]
13)Adding Data to the Database and ASP.NET DataList Control
In this video i’ll show you how to populate data into the database from within the database itself. The ideal way to insert data into the database is from the website front end, for example a web form. We are not going to be creative here, we’ll add the data into the database by using [.[...]
12) Intro to ASP.NET Database. Adding New Table
In this video i introduce you to the database, which is hell for most of us. Microsoft developers have thought about all the nightmares that developers face and have built many controls within the visual web developer to make our life easier as web developer. [Content protected for Registered member[...]
11) Styling the ASP.NET Menu Control With CSS
In this video i showed you how to modify the style of the menu and the submenu. Every controls have style properties that can be modified to give them a nice looking feel. To modify the style of a control, select the control that you want to modify its Style, go to the properties window [...][...]