Ajax controltoolkit calendarextender position Issue

Tapovan
I was facing two problems with calender control in Chrome and IE. 1st is postion issue of the calender.....  And another issue was about its z-index...  This was my input box with a ajax control toolkit calender control extender. and the calender control was coming under anothe…

Escape Sequences in C# .Net

Tapovan
C# defines the following character escape sequences: \'  - single quote, needed for character literals \"  - double quote, needed for string literals \\  - backslash \0  - Unicode character 0 \a  - Alert (character 7) \b  - Backspace (character 8) \f  - Form feed (character 12) \n  - N…

Regular Expressions essential

Tapovan
Character Classes If you browse through the Pattern class specification, you'll see tables summarizing the supported regular expression constructs. In the "Character Classes" section you'll find the following: Construct Description [abc] a, b, or c (simple class…

Get latitude - longitude by postal code

Tapovan
This is a service from geoname.org . You can download various type of DB files about pincode/ IP Addresses and much more, and the real cool about this is, they provide it for free I have included a iFrame here for Demo, You can test it here. 1.select country 2. put your city&#…

Geolocation by area/city name

Tapovan
Hi its again about the Geo-location , but its inverse Geo-location actually I was googling for a question: how to get lat long by city name ?  OR  how to get lat long by address ? and got this one working and simply awesome  :  http://ws.geonames.org/search?name=ujjain&country=i…

Geolocation using ip address

Tapovan
Here is a method for C-sharp lovers, It will fetch the IP Address of Client and some other browser info of the host when you run it after compiling your code. We are just creating Http Request and an object of HttpBrowserCapabilities class. Now with this object we can collect…

How to get Browser detail in c# asp.net

Tapovan
With any HttpRequest through our Asp.Net application we can collect a lot information about client's browser. We can get this information creating an object of the Browser property of the Request . we can access many properties with this object like: Browser.Type, Browser.N…
an "open and free" initiative. Powered by Blogger.