"If at first you don't succeed; call it version 1.0" :-Unknown

Pages

Showing posts with label server side. Show all posts
Showing posts with label server side. Show all posts

Monday, January 28, 2013

Reflection in c#

After a series of post regarding caches, we are into reflection now.
Here i'm posting how to invoke a method,Getting events properties,fields from a class using reflection.

For that i created a console application  ( named : ReflectionConsoleApplication ) and invoke using System.Reflection; Namespace and created a class and code goes below.

Saturday, December 22, 2012

Call Client Side JavaScript function() from Server Side

Call Client Side JavaScript function() from Server Side

You can find million of forums with same question and answers.Last day i cn a post in codeproject by P.Salini. Given a well documented solution for it.