Tag Archive : Server

Get Server Name using IP

1
Digg me

To find out Windows Server Name using IP

Goto Command Prompt (Start > Run > cmd>

C:> nbtstat -A  <<ip address>>

(remember upper case A)

Note (added on mar 31st)

this works on all versions of windows

http://www.computerhope.com/nbtstat.htm

Comment on Server Side Asp.Net

0
Digg me

Inspired by ASP.NET 2.0 Server Side Comments

If you want to comment a particular column in GridView, HTML commenting approach wont work.

You have to use

< %--

--%>