What control to use for display a row from Database

ktyong123

New Member
I have something like this \[code\]select sum(value) from database.table\[/code\]And this will display only one number for example : 6546.00What is the best control that i should use to display the selected data to my .aspx pageI don't want use DatagridView .I think : \[code\]label , textbox(onlyRead) , ListVIew\[/code\] or something else ?
 
Top