User Profile

Collapse

Profile Sidebar

Collapse
dscreation
dscreation
Last Activity: Jan 23 '08, 07:59 PM
Joined: May 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dscreation
    started a topic SQL Server on network

    SQL Server on network

    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:...
    See more | Go to post

  • dscreation
    started a topic SQL Server on network
    in .NET

    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...
    See more | Go to post

  • dscreation
    replied to Pictures and SQL
    in .NET
    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....
    See more | Go to post

    Leave a comment:


  • dscreation
    started a topic Pictures and SQL
    in .NET

    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....
    See more | Go to post

  • dscreation
    replied to ReadToEnd line breaks
    I can see that works, how can I display the read on a lable?...
    See more | Go to post

    Leave a comment:


  • dscreation
    started a topic ReadToEnd line breaks

    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
    ...
    See more | Go to post

  • dscreation
    replied to TreeView1_SelectedBeingAPain()
    in .NET
    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.
    See more | Go to post

    Leave a comment:


  • dscreation
    replied to TreeView1_SelectedBeingAPain()
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • dscreation
    replied to button click event
    in .NET
    write a variable to an xml...
    See more | Go to post

    Leave a comment:


  • dscreation
    started a topic visual web publish problem
    in .NET

    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?
    ...
    See more | Go to post

  • dscreation
    replied to TreeView1_SelectedBeingAPain()
    in .NET
    I tried that and I get the error "Property 'SelectedNode' is 'ReadOnly'
    See more | Go to post

    Leave a comment:


  • dscreation
    replied to Validate email
    in .NET
    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....
    See more | Go to post

    Leave a comment:


  • dscreation
    started a topic TreeView1_SelectedBeingAPain()
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...