MJLaukala
11-26-2010, 01:08 PM
I have a database and I am connecting to it with ASPs connectionstring method. I am able to display my data in grid-view but that's not what I want. My entire site content is going to be based on the information in the database. What I am trying to do is to pull a single variable from my database and store it in a string ASP so I can then write it to my page.
example senario: Say I had "Hello World" as a variable in my database and the string, str. How would I get string to equal my table variable "Hello World"?
example senario: Say I had "Hello World" as a variable in my database and the string, str. How would I get string to equal my table variable "Hello World"?