Hi
I am using Substitution Contol in asp.net and i have saw an video tutorial on youtube.com for that and that a method called GetNum and passing as argument HttpContext , can any one tell me why use this and what is the functionality of that..............?
public static string GetNum(HttpContext context)
{
return (a + b).ToString();
}

VulpesPosted Mar 18, 2012, 9:25 AM
Also, it will only work if both 'a' and 'b' are static numeric fields of the same class.
Sam HobbsPosted Mar 17, 2012, 8:22 PM