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
ASP.NET CONTROLS ASP.net Navigation Controls Basics By Mallikarjun A 16:34:00 Add Comment (1) Menu The ASP.NET menu control allows you to develop both statically and dynamically displayed menus for your ASP.NET Web pages. Y... Read More
ASP.NET CONTROLS ASP.net Basic Controls & Standard Controls By Mallikarjun A 16:43:00 Add Comment STANDARD CONTROL (1) Button Controls: ASP .Net provides three types of button controls: buttons, link buttons and image buttons. As the ... Read More
ASP.NET CONTROLS 50 ASP.NET Interview Questions and Answers asked in Interviews By Mallikarjun A 06:30:00 Add Comment 1. What is ASP.Net? It is a framework developed by Microsoft on which we can develop new generation web sites using web forms(aspx), MVC, ... Read More
ASP.NET CONTROLS MultiView & View Controls in Asp.Net By Mallikarjun A 23:43:00 Add Comment The MultiView & View Controls are new features of Asp.Net 2.0 which was introduced with Visual Studio 2005. The MultiView and View Web s... Read More
ASP.NET CONTROLS ASP.NET Validation Controls By Mallikarjun A 23:20:00 Add Comment 1.RequiredFieldValidation Control 2.RangeValidator Control 3.RegularExpressionValidator Control 4.CompareValidator Control 5.Custo... Read More