This is a migrated thread and some comments may be shown as answers.

Create a Resume with SQL data

3 Answers 92 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ricardo
Top achievements
Rank 1
Ricardo asked on 03 Aug 2011, 12:37 PM
Hello!

At this moment i have a table on my database which data are populated on a RadGrid.

Now I need to create a aspx page with a control to show a resume of the data showed on the RadGrid (total of records on my table "Docs" (database)).

I need a control to show a message with some data from my database table "Docs" on a aspx page.

Example:

"At this moment exist 33 docs with priority 1,(column from table Docs) Stage S(column from table Docs), 21 docs with priority 1 Stage SP, 31 docs with priority 2 Stage S, 1 doc with priority 2 Stage SP........"


My "Docs" table has a column for doc id, Stage (two values possible: S or SP) and Priority(1 to 9). I'm already showing that info on my RadGrid in a different page, but now before showing the RadGrid page i want to show another page with that Resume...

What control i must use and how can i put on the message the correct values for the regists??

3 Answers, 1 is accepted

Sort by
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 03 Aug 2011, 12:51 PM
0
Ricardo
Top achievements
Rank 1
answered on 03 Aug 2011, 02:41 PM
Hello Goyani,

I don't want a Grid control, only something to write the resume....only a few word but geting the values of the docs per priority and stage....

Can you understand?
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 04 Aug 2011, 05:45 AM
Hello,

Then i suggest you please use Radlist in place of Radgrid and set "pagesize=1".
http://demos.telerik.com/aspnet-ajax/datapager/examples/firstlook/defaultcs.aspx
or
if you want to continue with Radgrid then You have to hide ColumnHeader/GridHeader by css/property respectively.

Thanks,
Jayesh Goyani
Tags
General Discussions
Asked by
Ricardo
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Ricardo
Top achievements
Rank 1
Share this question
or