RSS

Archive for the ‘ASP.NET Tutorials’ Category

December 10th, 2008 - 5:55 pm § in ASP.NET Tutorials

Welcome to StepByStepASP.NET. Please Read This First!

Beginners, intermediate and advanced level video tutorials on ASP.NET, Ajax, C#, LINQ, SQL Server etc. Please register so you can access more video tutorials. If you have any questions about ASP.NET web development then email me I am always ready to help. Have fun. [F] means free. [R] means register[...]

December 11th, 2008 - 12:05 pm § in ASP.NET Tutorials, Registered Members Video Tutorials

20) Summary and ASP.NET Deployment

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[...]

December 11th, 2008 - 11:53 am § in ASP.NET Tutorials, Registered Members Video Tutorials

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 [...]

December 11th, 2008 - 11:32 am § in ASP.NET Tutorials, Registered Members Video Tutorials

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 [..[...]

December 11th, 2008 - 11:19 am § in ASP.NET Tutorials, Registered Members Video Tutorials

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[...]

December 11th, 2008 - 10:42 am § in ASP.NET Tutorials, Registered Members Video Tutorials

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[...]

December 11th, 2008 - 10:25 am § in ASP.NET Tutorials, Registered Members Video Tutorials

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 [...][...]

December 11th, 2008 - 10:04 am § in ASP.NET Tutorials, Registered Members Video Tutorials

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 [.[...]

December 11th, 2008 - 9:05 am § in ASP.NET Tutorials, Registered Members Video Tutorials

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[...]