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...
User Profile
Collapse
-
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... -
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... -
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
No activity results to display
Show More