Smart    Lucky

Smart Lucky

  • NA
  • 555
  • 638.3k

HttpContext Problem

Mar 17 2012 6:21 AM

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)