Monthly Archives: March 2007

Part 2: More about variables, IF and CASE in Transact-SQL

Hai,   You can find part 2 of the series focusing on "database interactions with Transact-SQL" here at http://www.aspfree.com/c/a/MS-SQL-Server/How-to-Use-Variables-IF-and-CASE-in-Database-Interactions-with-TransactSQL/   Enjoy, Jag

Posted in SQL Server 2005 | Tagged | Leave a comment

Part 1: Transact-SQL Tutorial: Working with Variables

Hai,   Started a new tutorial series to completely cover Transact-SQL Programming (right from its basics).  The first is here:   http://www.aspfree.com/c/a/MS-SQL-Server/Working-wth-Variables-in-Database-Interactions-with-Transact-SQL/   enjoy and let me know if you want any topic..   thanks Jag

Posted in SQL Server 2005 | Tagged | 100 Comments

Extending ASP.NET TextField User Control

Hello guys,   I Added few more features to the already contributed ASP.NET TexField User Control.  New version is here http://www.aspfree.com/c/a/MS-SQL-Server/Extending-the-ASPNET-TextField-User-Control/   First contribution is here  http://www.aspfree.com/c/a/ASP.NET/Developing-a-Wonderful-ASPNET-TextField-Control/   Enjoy, Jag

Posted in ASP.NET | Tagged | 2 Comments

TIP: Open a new browser window using ASP.NET button (server control)

New browser windows are generally opened using hyperlink with "target" attribute set to "_blank".  Sometime, it may be necessary to process something at server and then open a new window (which cannot be accomplished using hyperlinks).    To solve such … Continue reading

Posted in ASP.NET | Tagged , | Leave a comment

Enhancing the features of ASP.NET 2.0 TextBox control

Hello guys,   I contributed a new article which focuses mainly on the following:   Introduction to User controls in ASP.NET 2.0 Developing a composite user control Enhancing the existing ASP.NET 2.0 TextBox control with more flexible features. The article … Continue reading

Posted in ASP.NET | Tagged | 13 Comments