This article describes Lightbox as a simple, unobtrusive script used to overlay images on the current page. It delivers a nice, professional looking method for displaying images as overlays through the use of hyperlinks.
ASP.NET GridView is very common and useful control. Here, I’m explaining how to work with GridView control in ASP.NET,
If we have some options but we have needed one of them or select one of them then we can use checkbox control. Let’s have a brief idea on working of checkbox control.
ASP.NET provides validation controls to help you check Web form data entries before the data is accepted and saved in the Database. Validation controls can be used to address the following questions.
The Repeater control performs a very common function that most Web developers have encountered in their projects work.
PostBack is an event that is triggered when an action is performed by an ASP.Net Control.
Hello guys, there is very simple way to insert, delete, update data in DataGridVifew with the help of using DataTable. Steps are given below…
ASP.Net 2.0 supports validation groups, which is a new feature that is included in this version. The validation groups help you to group the controls in a single page and you can have separate submit buttons for each group,
Strong Name is similar to GUID (It is supposed to be unique in space and time). In COM components, Strong name is only needed when we need to deploy assembly in GAC. Strong names help GAC to differentiate between two versions.
The most important component of .NET Framework is CLR (Common Language Runtime).
If you want to open new browser window then you can use this code.
With the release of ASP.NET 2.0, Microsoft has greatly increased the power of ASP.NET by introducing a suite of new features and functionalities.