I ran into this strange situation where I wanted to get Trigger Definition(the SQL content) of a specific trigger from a database. The following SQL…
I ran into this strange situation where I wanted to get Trigger Definition(the SQL content) of a specific trigger from a database. The following SQL…
Well, this one comes from after a discussion from one of threads on CodeProject. The following snippet shows how to toggle string casing in .NET:…
In ASP.Net, many times there are scenarios when you want to add a style sheet (CSS) reference to your page from the code behind. Usually,…
Did you know that there is no way to branch the files recursively in Microsoft VSS? Here is a work around: From Visual SourceSafe Explorer, go to View ->Search ->WildCard…
Introduction Accessing Active Director (AD) is one of the most basic scenarios for an Intranet application. For a new developer though, sometimes it becomes clumsy…
The following snippet shows how to retrieve the IP Address of visitor of your website. Usually, the Request object contains the IP Address in the HTTP_X_FORWARDED_FOR key,…
This time Microsoft is ready to battle with all guns up. In the past posts we have discussed the new features of Microsoft Visual Studio…
Oh!!! If you have got this page by searching for pirated, warez or whatever weird stuffs than I must say that these surf engine giants…
Introduction The Microsoft Windows Forms Datagridview provided with the MS Visual Studio 2005 has got a lot new and good features which were missing in…