Hi
Im getting the below error when i hit a particular button on my application
[SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
GETxxxx.UI.cags .Page_Load(Obje ct sender, EventArgs e) +2024 System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +750
Im not a .NET guy, im from SQL background
People here say it is SQL error when I know it is not.
Before expalining this to people here want to when this error comes, how to resolve it.
I know sumthing wrong with cags.page not getting opened or..?
Please help me
Im getting the below error when i hit a particular button on my application
[SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
GETxxxx.UI.cags .Page_Load(Obje ct sender, EventArgs e) +2024 System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +750
Im not a .NET guy, im from SQL background
People here say it is SQL error when I know it is not.
Before expalining this to people here want to when this error comes, how to resolve it.
I know sumthing wrong with cags.page not getting opened or..?
Please help me
Comment