Recent Comments

Tags

Widgets



Comodo SSL Seal

Searched Tag csharp

3 Articles Found

Filter, Map, Reduce in C#

Author Asif

Jun16

C# has generic implementations of these three higher-order functions which takes a function as an argument and/or returns a function as its result.

 

Set QueryString Parameters For Postback In C#

Author Asif

Jun14

In asp.net ver 2, you can accomplish this by using cross page posting.

 

Executing javascript with C#

Author Asif

May31

The ClientScriptManager.RegisterStartupScript Method is useful when you need to perform some functions in c#.