2
Reply

HttpContext Problem

Smart    Lucky

Smart Lucky

Mar 17 2012 6:21 AM
1.8k

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();
}


Answers (2)