Browse by Tags

All Tags » ASP.NET (RSS)

.NET Framework FX 4 Beta 1 – What’s New by Yanesh Tyagi

Today, Microsoft launched Visual Studio 2010 and .Net FX 4 Beta 1 . This is available to the MSDN subscribers only. Don’t loose heart. It will be available to everybody on Wednesday . .Net Framework 4.0 will provide the second generation of WCF and WWF...
Filed under:

Implementing Delete Confirmation Dialog in ListView Control (ASP.Net) by Yanesh Tyagi

Listview control is one of my favorite controls added in asp.net version 3.5. It provides easy way to implement view (list), update, insert and delete functionality. Using SQL Data Source or LINQ Data Source control, you can create a page that will display...
Filed under: ,

Converting Text into Image On-The-Fly by Yanesh Tyagi

Sometimes we need to convert text into the images on the fly. This code converts the text into image and displays it onto the web page without saving it into a file on the disk. It also takes care of text wrapping. TextToImageConvertor can either be used...
Filed under: , , ,
More Posts