Dear all we have Vs2005, and sqlserver 2000 in our local system. We create a login.aspx file. Thru this login.aspx file(which is on the local system) , we can connect to the host server database.But while we try to connect the database thru the login.aspx file (which is on the host server) , we get the following error alert message. "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.(provider:TCP Provider,error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)" Can anybody help for this problem?
alav
Posts
-
Sqlserver connecting problem -
Formview Modechanged and Modechanging events are not firedHi everybody The formview modechange events are not fired, when i try to change the modes to insert,edit,readonly. Thanks in advance
-
Sqlserver 2000 and Sqlserver 2005Hi all What are the advantages of sqlserver2005 over sqlserver2000? Thanks in advance
-
Client - ServerHow to implement a database server , in client-server local network,(we are using visual basic 6.0 and sqlserver 2000). The problem is ,if the connection is not available than we can't get the master datas from the server. If it is .net it is no problem. because it support connection less database. But if we use visual basic 6.0 , what is the way to persist the data from server after terminate the connection. Please can anybody help Thanks in Advance
-
Flexgrid scrolling problem in vb6.Hi Friends, I make a flexgrid in which ,i attach combox box and check box using the control array method on each row of flexgrid. The problem is , while i scroll the flexgrid, the combo and check boxs are not moving properly with grid. Can anybody help me to solve this scrolling problem of flexgrid. Thanks in advance
-
How do we secure a Sqlserver database in client side?Dear All, We created a windows application using Sqlserver2000,We have to deploy it at client side. My question is, the client should not be abel to open the database in any way, even if he well known with SqlServer. How do we secure it?
-
Asp.Net 2.0 and Sqlserver 2000Hi Vicky, Thanks for your reply, its not a huge number of records , its the records with master detail relationship. Please i should also know how to use middle layer(XML) between Asp.Net2.0 and Sqlserver2000. Thanks you once again.
-
problem in moving controls over asp.net desighner 2005Hi, There are two ways to move a control anywhere in the form 1) Goto Tools-->Options and select HtmlDesigner then choose your options to "Absolutely Positioned". 2) Right click over a particular control select style then select position there also you can choose a position to "Absolutely Positioned". Test for all Choices.
-
Dynamic parameter to crystal report using SQL CommandHi, If you are using VS2005. I think the following will helps to you. 1) Make the EnableParameterPrompt to false. 2) For your example create two text box and a button. 3) In the button click event add the following code. CrystalReportSource1.ReportDocument.SetParameterValue(0,TextBox1.Text) CrystalReportSource1.ReportDocument.SetParameterValue(1,TextBox2.Text) Thats it.
-
Asp.Net 2.0 and Sqlserver 2000Dear All, How to store a group of records from asp.net2.0 to sqlserver2000 at a same time?
-
How can I access the Server controls in Javascript functionHi, All server control will be treated as html control after they render on a page, this is the basic idea to access the server control in javascript. You can use the DOM(document object model), to access and modify the server control values. For eg. A server control(Textbox) named as "username". Then to modify the value, document.getElementById('username').value="someuser"; to access the value, alert(document.getElementById('username').value); You can use it in any javascript function.
-
Problem using windows form control in asp.net 2.0 [modified]Dear All, Iam using Visual Studio 2005. I create a control in windows form, make it as a dll file, refer it on the website folder thru Asp.Net 2.0. It works well. But if once i made change in the dll source , recompile it, then refer it on the same website folder thru Asp.Net 2.0, it does't works. I mean the control contained in the dll file is not even visible to the site(aspx file). What i made wrong? Please could any body solve this problem? -- modified at 10:04 Saturday 23rd December, 2006