Friday, October 5, 2007

Fetch My IP - Reverse DNS Look up

Fetch My IP - Reverse DNS Look up: "Reverse DNS Lookup.
What is Reverse DNS lookup?
* This site does a reverse DNS lookup of an IP address by searching domain name.
* You may be able to identify the domain name of a spammer sending you spam email.
* You may also be able to use this information to determine the name of the internet service provider assigned to a particular IP address.

Try it today."

Wednesday, October 3, 2007

Fetch My IP Address

Fetch My IP Address: "An easy way to know your Internet IP Address"

Thursday, September 27, 2007

ASP.NET - Auto Complete Feature using VB.NET

ASP.NET - Auto Complete Feature using VB.NET: "ASP.NET - Textbox AutoComplete Feature using VB.NET The entire internet world is now moving towards the AJAX and related features. In another one or two years there won't be much web sites without the features of AJAX. One of the most respected feature of AJAX Control Extension kit is the Autocompletion feature. But it is not much"

Wednesday, September 12, 2007

ASP.NET - Paging Provision in Grid View

ASP.NET - Paging Provision in Grid View: "ASP.NET - Dropdown List with Values from Database It is often needed to get input from the user from a predefined list of values available in a database. For this we will be using dropdown list control available in ASP.NET."

ASP.NET - Paging Provision in Grid View

ASP.NET - Paging Provision in Grid View: "ASP.NET - Reusing the existing Web Form Yes, you have made a lot of effort to make a form with all the functional codings and features. Do you need to put the same effort for all the forms. No Definitely not. Or atleast, I'm not doing that mistake. Because, once if a form is working perfectly and tested to 100% accuracy, it is easy to use this resource in order to make the new form with higher accuracy."

ASP.NET - Formatting Date Field in Grid View

ASP.NET - Formatting Date Field in Grid View: "ASP.NET - Formatting Date Field in Grid View Sometimes we wish to display the date and time differently than the system settings oriented display. For example we wish to display in the formats dd-MMM-yy or dd-MMM-yy HH:mm:ss or simply MMM-yyyy etc. This is very simple to achieve. Do the following steps in order to do like this."

ASP.NET - Formatting Date Field in Grid View

ASP.NET - Formatting Date Field in Grid View: "ASP.NET - Displaying only the required fields in Grid View Eventhough we have a number of fields in the physical database table, for quite a many reasons, we want to display only a limited number of fields in the grid view. By default, when we assign the datasource and bind the control, the gridview displays all the fields in the output. We need to use the following procedure to display only the required fields."