Category: ASP.NET
Classic ASP, ASP.NET Web Forms/MVC, and ASP.NET Core tutorials
Membership and Roles in Web Forms
Use Membership/Roles providers for users and role checks.
ADO.NET in Web Forms
Execute queries with SqlConnection, SqlCommand, and DataReader/Adapter.
CRUD Operations in Web Forms
Implement list/create/edit/delete with GridView or custom forms.
File Upload in Web Forms
Accept files with FileUpload control and SaveAs after validation.
State Management in Web Forms
Choose ViewState, Session, Application, cookies, and cache appropriately.