Cookies in ASP.NET
This video contains
1. introduction to cookies
2. How to handle single value cookies
3. How to handle multi value cookies
4. Create cookies using HttpCookie Class
Insert, Update, Delete & Search Operation in C# with MS-Access Database
This video contains
1. Create & Place Data base in Specific Folder
2. Form Control Naming
3. Function to Create Connection with Data base
4. Code to perform Insert operation
5. Code to fill data in data grid view Control
6. View Selected record
7. Code to perform Update operation
8. Code to perform Delete operation
9. Cancel Button
10. Code to perform Search operation
How to use Compare Validator Control in ASP.NET ?
This video contains
1. How to use compare validator to compare value of one control to another control value?
2. How to use compare validator to check data type of input data?
3. How to use compare validator to compare value of control with constant value using different operators?
Custom Validator In ASP.NET.
This video contains
1. How to use custom validator in ASP.NET?
2. Code for age validation using input of birthday using custom validator.
Regular Expression Validator in ASP.NET
This video contains
1. How to use different special character in regular expression in ASP.NET?
2. How to write regular expression?
3. How to use regular expression validator control in ASP.NET?
How to Use IsPostBack in ASP.NET?
This Video Contains
1. What is Postback ?
2. How to Use isPostBack?
3. Code to Use isPostBack Property of Page.
How to use ViewState in ASP.NET?
This video contains
1. What is viewState?
2. How to manage values of variable during post back using viewState?
3. How to store value in viewState?
4. How to retrieve value from viewState?