Okay... so I'm completely new to SQL and this forum. So if people can't follow this question, I didn't ask it right or any guidance is completely welcomed.
I'm using VS 2008 to make an inventory page. I need to:
-create web project -make SQL calls, calling the stored procedure -put the data I get back in a data table -bind it to the divs I created to output the information
Usually I'm just the web develop/designer.. I don't know SQL so this is like leaping off a cliff. I made the "GUI" page using divs but I don't know how to go about doing this...
Is this very difficult to do? Any advice on where to start? or some stuff I could read to figure the problem out? Thanks.