Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » ajax » C#   (RSS)

Trends in Programming Languages

Al Pascual wrote about some trends he noticed using Google Trend , with regard to different programming languages. It's an interesting tool, since it can be used to gauge general interest in particular keywords and search terms, as well as news, going
Posted by ssmith | 3 Comments
Filed under: , , ,

Render User Control as String Template

Scott Guthrie has a great example of how to use an ASP.NET user control as a template which one can dynamically bind to data and then pull the results out as a string . One place this is useful is in AJAX scenarios in which you want to replace the contents
Posted by ssmith | 14 Comments
Filed under: , ,