Autocomplete Extender Control in ASP.NET
AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox. Extenders are server controls that allow to extend a set of ASP.NET server controls by adding client side functionality.
Categories: .NET, ASP.NET Tags: ASP.NET, ASP.NET server controls, AutoComplete, extender, senthil, TextBox, Visual Studio, Web Service
Windows Mobile Developer Contest
Do you have a cool idea for a Mobile Application? Here is a lifetime opportunity for you to showcase your development skills to the rest of the world and in the process, become a Millionaire. Pick any of the monthly themes and create a Windows Mobile Application which best showcases the versatility of the Windows Mobile platform. By doing it, you can help yourself win fabulous Cash Prizes, Phones, Certificates, Publicity
Categories: .NET, Compact Framework / Windows Mobile, Events Tags: Contest, developer, indian millionaire, microsoft, mobile, MSDN, senthil, windows, windows market place for Mobile, windows mobile
GeekNight on “High Performance .Net Code”
About GeekNight Informal meetings for tech people to exchange ideas,code and learnings. Held periodically at ThoughtWorks’ offices in Bangalore, Pune and Chennai. Topic : Tips and Techniques for Writing High Performance .NET Code Abstract of the Talk
Categories: .NET, Events Tags: geek night, High Performance .NET Code, Milind Hanchinmani, thoughtworks
Retreive User’s IP Address in ASP.NET
There may be a requirement of getting the user's IP address using ASP.NET and C# or VB .NET when a user logs in to the webpage. This can be achieved easily with the .NET Framework. The IP Address can be retreived in the following ways.
Categories: .NET, ASP.NET, ASP.NET MVC Tags: ASP.NET, c#, how to get user's IP Address using ASP.NET, HttpContext, HTTP_X_FORWARDED_FOR, ip address, REMOTE_ADDR, senthil, ServerVariables, UserHostAddress, VB.NET
Yield keyword in C#
I got caught with this keyword recently.Very much unknown to me ,but when explored was able to know its real advantages.
It is used to iterate through objects ,create a enumerator returned by a method.
public static IEnumerable
Categories: .NET Tags: Anonymous Methods, c#, enumerator, IEnumerable, Main, MoveNext, MSDN, out, ref, return, senthil, static, yield
