blah blah blah is here! blah blah » Close

0
votes
1 answers

Sintax problem trying to grab a value in query

Im trying to grab a value from my query. Im gettign a sintax error. It contains a picture name mypic.jpg. Then i want to display that on my page. This is what im doing how do i do this correctly. display.aspx [CODE] <asp:Image ...

0
votes
0 answers

C# databinding problem question

This code works below but i want to do it with out a repeater because I only return one row in my query. How would i do this with out a repeater? aspx.cs page [CODE] Picture dlPicture = new Picture(); DataTable DTPictures = dlPict ...

Feedback