I got the following error when I tried to execute stored procedure through c#.net
System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. at Phn.ClsAdminShowContentDB.getProviderContent(Int32 id, String sortby, String sortas, String search) in d:\AspDotNetProjects2010\PrivateHealthNews\App_Code\DataAccess Layer\ClsAdminShowContentDB.cs:line 61 at Phn.clsAdminShowContent.getProviderContent(Int32 id, String sortby, String sortas, String search) in d:\AspDotNetProjects2010\PrivateHealthNews\App_Code\Business Layer\Logic Layer\clsAdminShowContent.cs:line 33 at Admin_view_content.Showcontent(String orderby, String strVal) in d:\AspDotNetProjects2010\PrivateHealthNews\Admin\view_content.aspx.cs:line 117
can you please tell me how can I solve this