Dropdown menus in a website is an important element when it comes to affective navigation of webpages. It is basically an encapsulation of many links which allow the users to browse the contents of a ...
Accessing a remote database in .Net is relatively simple as compared to what we did during the Classic ASP era. One of .Net’s most powerful controls is the SqlDataSource, which allows web controls to ...
Highlighting a GridView row is more than just to make it look good. It helps to identify and focus on a particular row, since the GridView shows many rows of data at a time ...
Data in an Excel file can be manipulated using Vb.Net without even opening the file. With few steps this can be done. Previously we have created Excel file from Vb.Net with auto formating technique ...
Every time a user visits a website, a new session is maintained for a specific period of time. During this session, the server records specific information about the user till the user logs out or ...
Data can be exported to an excel sheet in Vb.Net using Microsoft.Office.Interop.Excel namespace. Though it’s a classic example, exporting data into an excel file can be useful when you want to share ...
Client side validations become very important when submitting client entered data on a WebForm. Now here is case where we want check if a particular field accepts only numbers, and it should not ...
This article is an enhancement of our previous article about showing crystal report in Asp.Net using XML data. We have showed how to create a Crystal Report and display it on the Form_Load event ...
A Gridview control is good way to display data in a tabular format with its rich features and functions. An entire database table can be displayed on the browser. These data can be manipulated using ...
Using standard CSS (Cascading Style Sheets) properties, we can center and float a DIV block. This concept is similar to a MODAL popup container filled with controls, which will be placed at the center ...