ASP.NET aspnet Coding Standards and Guidelines ASP.NET By Mallikarjun A 20:22:00 Add Comment Coding Standards and Guidelines ASP.NET 1. Prefix user control names with “uc” 2. The rest of the user control name should be in P... Read More
aspnet AdRotator Control in Asp.Net By Mallikarjun A 14:53:00 Add Comment AdRotator Control in Asp.Net AdRotator is a control in ASP.Net which is concerned with advertisements; it basically displays a sequence of... Read More
aspnet ImageMap control in Asp.Net By Mallikarjun A 14:51:00 Add Comment ImageMap control in Asp.Net The ImageMap control consists primarily of two pieces. The first is an image, which can be a graphic in any sta... Read More
aspnet csharp Implement Text to Speech in ASP.NET By Mallikarjun A 15:41:00 Add Comment At this point I have created a new ASP.NET Empty Web Site. To begin: Right click the project in your solution explorer. Select Add ... Read More
.net aspnet C# Interview Questions on constructors By Mallikarjun A 15:46:00 Add Comment C# Interview Questions on constructors Q : What is a constructor in C#? Ans : Constructor is a class method that is executed when an object... Read More
.net aspnet Basic C# Interview Questions on arrays By Mallikarjun A 15:45:00 Add Comment Basic C# Interview Questions on arrays Q : What is an array? Ans : An array is a data structure that contains several variables of the same... Read More
.net aspnet C# Interview Questions on Data Types By Mallikarjun A 15:45:00 Add Comment C# Interview Questions on Data Types Q : What are the 3 types of comments in C#? Ans : 1. Single Line Comments. You define single line comm... Read More
aspnet csharp Interview Questions on ASP.NET Validation Controls By Mallikarjun A 15:43:00 Add Comment Interview Questions on ASP.NET Validation Controls Q : What is Validation controls in ASP.NET? Ans : ASP.NET provides validation con... Read More