User Profile

Collapse

Profile Sidebar

Collapse
MrNate
MrNate
Last Activity: Sep 26 '06, 02:13 PM
Joined: Jun 28 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • MrNate
    started a topic Add New Line to String

    Add New Line to String

    I have a simple request - how can i concatenate several strings together in a text area and make sure that each string is inserted on a new line?

    "TextArea" = _
    & "FullName: " & txtFirstName.Te xt & " " & txtLastName.Tex t _
    & " Course: " & strCourse _
    & " Expiry: " & ddlExpireDay.Se lectedValue & " " ddlExpMon.Selec tedValue...
    See more | Go to post

  • MrNate
    started a topic Add New Line to String

    Add New Line to String

    I have a simple request - how can i concatenate several strings together in a text area and make sure that each string is inserted on a new line?

    "TextArea" = _
    "FullName: " & txtFirstName.Te xt & " " & txtLastName.Tex t _
    & " Course: " & strCourse _
    & " Expiry: " & ddlExpireDay.Se lectedValue & " " ddlExpMon.Selec tedValue...
    See more | Go to post

  • I cant view my web app pages that are linked to SQL database??

    I have been deigning a web application in VB 2005 and I am having great difficulty in getting others to view the web pages. when i type in the url in ie browser to view the application (http://ipaddress/foldername.filename.aspx) it loads fine but then when i click on a link to the page that loads info from the SQL database it gives me the following error:

    Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server...
    See more | Go to post

  • How the ... do you set the Left & Top possitions for a Pannel in CODE!?

    hey there
    im using Visual Studio 2005, an im trying to position a pannel on a web form during run time i.e. when a user clicks a button the pannel must become visible and then must be possitioned underneath the last pannel - ive done this in VB but it doesnt seem to work on the Web Form
    How the ... do you set the Left & Top possitions for a Pannel in CODE!?


    Nate
    See more | Go to post
No activity results to display
Show More
Working...