Their are 3 Methods for developing multi-language websites: 1. Replication2. Generalized approach3. Using Concept of Localization and Globalization Replization: This is basic approach used in...
ASP.NET Security Lecture 1 Authentication: Checks user identityAuthorization: Check Permissions 4 type of security:1. Windows Authentication2. Forms Authentication: Can be customized3. Passport Authentication4. NoneWeb.config For more...
Create Excel (xls) from gridview, XSLT from XML using c#, ASP.NET or .NET In this example i have covered 2 ways of generating XLS: 1....
XSLT is very simple but powerful way to handle dynamic transform. In this example i have used XML datasource and XSLT file for generating dynamic...
ASP.NET Dynamic Data is used to create data-driven web applications with minimal coding. ASP.NET Dynamic Data have the advantage of using all capabilities of the...
In this lecture, you will learn to do basic CRUD operation using web service and stored procedure. To complete this lecture you need database script,...
This exception is thrown only in 3 cases:1. Parameter is not passed to sub report2. Parameter which is been passed is not been created on...