I'm also facing the same issue.I tried the ways you suggested. I'm not getting this error regularly.its fluctuating.
ksss_maheshece
Posts
-
Need to Resolve the Error In Window Scheduler -
Sql server Login detailsActually i want to keep track of all the user name and password in any file or what ever? so that it can get the password changed when ever I've changed my password in Sql server. I do not want store the password.Just i want access it. Is Is possible? thanks once again..
-
Sql server Login detailsHi All, My requirement is to capture all the Sql server logins.Is it possible to capture through DOT NET?.Please Suggest me if any option available. Thanks in advance MEK
-
Delegate Eventthanks for your promotional support. Now i got some thing and done it for the same requirment is that In master page i createed delegate and an event Public Delegate Sub A(ByVal S As String) Public Event C As A Public Sub Search_Click(ByVal r As String) RaiseEvent C(r) End Sub I've raised an event while at the button click of user control Protected Sub btnGenerate_Click(ByVal sender As Object, ByVal e As System.EventArgs) RaiseEvent C("txtToFind") End Sub In my client page i've handled the master page event with one method AddHandler Master.C, AddressOf Me.Click Public Sub Click(ByVal pSearch As String) 'code to execute End Sub but its not capturing the Click method.:confused:
-
Delegate EventMy reqirement is to capture the Master page event in The client page In the click of Mater page button i have to control differnt client pages. This click has different meaning at differnt pages In the click of Master page button. AT State page It Should display all the state details At city page It Should display all the city details how should i do? Thanks in Advance
-
Can i export third Party tool to excelNivron Chart
-
Can i export third Party tool to excelHi all, I've used a third party Chart tool in Vb 2005. My Programming language is VB. I export that control to the excel sheet i can't get the inner content of the chart.Can any one help me to achieve this. Thanks in advance Mahesh
-
how to write connection string for two databases in asp.net with c#why do u use 2 connection strings. U create a login which has the access of two databases.and mention the login in your connection string.
-
get value from usercontrolYou just use the following code Dim str as String str=ctype(usercontrolname.findcontrol("lable1"),lable).Text
-
Customize gridviewYou add EditTemplate Item with that template field. there you can add a drop down and bind the values in grid view Edit event :thumbsup:
-
Sql Time out ErrorI've replied that Q but it's went back,therefore ive created a new thread. Here I need to run a job. This job has procedure to execute.This taking too much of time. Now only it's happening but not before. Thanks Mahesh
-
Sql Time out ErrorNo, It's not working
-
Sql Time out ErrorI've tried to debug my code(Sql prcocedure).it replies the same even after the Timeout error.
-
Sql Time out ErrorHi friends, I'm facing SqlTime out error in My web Application.Even though i increase my connection time out,it still showing error. I've restarted my Sql services but it's working for 1 hr then time out Repeated. I checked each connection I've used.it was closed properly. What may be the error? Thanks&Regards, Mahez Confused
-
Sql Time Out ErrorHi friends, I'm facing SqlTime out error in My web Application.Even though i increase my connection time out,it still showing error. I've reastarted my Sql services but i't working for 1 hr 2 hrs then time out Repeated. I checked each connedction ive used.it is closed properly. What may be the error? Thanks&Regards, Mahez :confused:
-
How To Edit dllhow can set as a binary compatible.Plz help cheers, Mahesh
-
How To Edit dllI tried my level best but it doesn't reflect that changes. Thanks, Mahesh
-
How To Edit dllI've Edit the Dll source file and registered as well.But it doesn't reflect in the application.What would be the problem? for Examble, I have the connection string in my dll.I'd change the server and Database name.but it didn't reflect.Still remains in the same connection. Thanks, Mahesh
-
How To Edit dlli have the source code. i'm using that component in my applicatiASP on. here i register my component in component liberary.Before it's working fine .now i want to change the dll. Shalln't need to register once again? can i know why? and how? Thanks, Mahesh
-
How To Edit dllHi friends, I've a vb source code for a dll. now i want change something on the Dll. Though i edit and registerthat component it's not wokring fine.How can fix the pblm. Cheers, Mahesh