Exposing Events in ASP.NET Server Controls
Thoughts, approaches and major pitfalls in exposing ASP.NET server control events. The emphasis is mostly on using the Events collection as well as properly defining keys for delegate inquiry.
|
Build your own Whois Lookup with ASP.NET and jQuery
IP addresses can reveal a lot about your web visitors. For an ecommerce site, the owner or registrant of the visitor"s IP address can be very useful information. You could paste each visitor IP address into one of the many free IP Lookup sites available, but that can be time-consuming and tedious. Or you could build your own lookup. This article shows how this can be done pretty quickly.
|