More Fun With LINQ - Perform Common Tasks in ASP.NET(dotnetcurry.com)

submitted by shobankrshobankr(165) 2 years, 6 months ago

The following article demonstrates how to use LINQ to perform some complex tasks in ASP.NET.

1 comment |category: |Views: 438

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by MalkirMalkir(96) 2 years, 6 months ago 0

instead of doing .Cast<Control>().Where(c=>c is TextBox);
use .OfType<TextBox>();

Reply

information Login or create an account to comment on this story