I am brand new to SQL Servers and Databases
I am building a site with Visual Web 2005 using a SQL Database. It works locally just fine, however when I deploy it to our server I get this error 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:...
User Profile
Collapse
-
SQL Server on network
-
SQL Server on network
I am building a site with Visual Web 2005 using a SQL Database. It works locally just fine, however when I deploy it to our server I get this error 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: SQL Network Interfaces, error: 26 - Error... -
I am using Visual Web 05.
Another thing is; when the user fills out the create award form, the image is being uploaded when this form is submitted. So if the user pick award 1 from a drop down list the right image will be uploaded when the form is submitted.... -
Pictures and SQL
Okay the situation is this;
I am making a self populating certificate.
I am pulling the name, date, citation, etc from a sql data base.
There are three types of awards.
On each certificate there are 2 images that need to be displayed base on the type of award.
The user will be able to look at a list of awardees and then click on "View Cert".
That is when they get redirected to the cert page.... -
I can see that works, how can I display the read on a lable?...Leave a comment:
-
ReadToEnd line breaks
I am trying to read from a .txt but when it reads, all of the lines are in a single string. all I want it to do is add a break after each line. Here is the code I am using right now...
If System.IO.File. Exists("CartP.t xt") Then
viewProduct = System.IO.File. OpenText("CartP .txt")
cartProduct = viewProduct.Rea dToEnd()
lblProduct.Text = cartProduct
... -
okay, I figured out that I needed to return the statement to terminate execution of the method. Yes I am a newb, but heyit works.
conlusion, don't forget to return the method to keep away from a null reference.Leave a comment:
-
yeah but I am getting a null reference exception, am not exactly sure why.
basically if no nodes are selected, when I do a SelectedNode.Se lected = Nothing or False I get the error, obviously because there were no other nodes selected. I have tried an else if but that didn't work. The node being called to deselect need to be selected first.
But I have tried to check its state first but even still, as soon as it looks to see if it...Leave a comment:
-
-
visual web publish problem
I just started using Visual Web with ajax extensions. Every time I copy my files to the server I get bombarded with errors, they work locally but not on the server. Usually after some trial and error I can fix them but today I can't.
All I am doing it building the site, and doing a Copy Web Site.
Two question??????? ?
1. Am I missing a step?
2. Does anyone have any idea why I am getting this error message?
... -
I tried that and I get the error "Property 'SelectedNode' is 'ReadOnly'Leave a comment:
-
check out this link
http://www.asp.net/learn/videos/default.aspx?tabid=63
go down to....
“How Do I?” with ASP.NET
then watch the video tutorial...
Create a Contact Us Page.
he goes over an email validation control that might come in handy....Leave a comment:
-
TreeView1_SelectedBeingAPain()
I am using a series of 8 TreeViews. If the root of the first one is in a selected state, I can still click any of the other node in another TreeView and it will remain selected. I have tried...
Protected Sub TreeView1_Selec tedNodeChanged( ByVal sender////////////
if TreeView2.Selec tedNode.Value = "yada" Then
blah
blah
blah
TreeView1.Selec tedNode.Selecte d = False
but I get...
No activity results to display
Show More
Leave a comment: