I am trying to convert some Coldfusion web sites to C# and I am having trouble figuring out how to output my data. We have pages that pull in some customer specific content from our DB. so far all i have been able to do is create a the data data source and I can output it into a data grid, but that does not fit my content needs.
Example: Welcome <Customer name here>,
Your daily special today is <Special description here>. Blah blah blah.....
Where can I find information on how to take the query results and populate those two areas? Or how do I do it?
Thank you.
Example: Welcome <Customer name here>,
Your daily special today is <Special description here>. Blah blah blah.....
Where can I find information on how to take the query results and populate those two areas? Or how do I do it?
Thank you.