Hallo,
I am new in ASP.NET, i work with VisualWebDeveloper Express 2008 and its very nice an komfortible.
I have a Database and a DatabaseConnection, i can show the Data in a Label (Text='<%# Eval("price") %>')
But now i want to format the string from the database and do something like this: string.Format("{0:c}",Wert)
Now my question: to format the string i have to get the item from the database (in this case <%# Eval("price") %>) in the codeBehind Area
for example: Dim wert as String = price
What do i have to do, to get this specific item from the ConnectionString
thanks for any help
caspar.net
is there any tutorial that shows me how to handle data from a connectionString