Grid Challenge!!

V

Vai2000

Hi All, Here's my query (From sample pubs db on SQL)
use pubs
go
SELECT type, price, advance
FROM titles
WHERE type LIKE '%cook'
ORDER BY type
COMPUTE SUM(price)

I need to bind the recordset to a grid View and show the SUM on a label.

How do I go with it ?

I am not coding a single line (that's the main part)...using Wizard to
accomplish each task in asp.net 2.0

TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top