Display information by ASP.Net literal control
The literal control is similar to the Label control. Unlike the Label control, the Literal control does not render its content inside of a tag. You can use t...
The literal control is similar to the Label control. Unlike the Label control, the Literal control does not render its content inside of a tag. You can use t...
Suppose you want to display confirmation message by javascript from asp.net code behind after saving data. Write the following code in your button event.
Every day we fell in some difficulties and want to know which service is using by which port? Ports are divided into three ranges: The well-known ports (from...
Get Column Name, Data Type and Data Length of a table in sql server. Here hrm_employee is a table name.