While binding in Radgrid Grid control,I am using sqldatasource.
Here I have select query from particular table.
Whether this query can be done generically in design page itself by without mentioning the tablename directly like below.
select * from Employeetable -> No need like this(Tablename mentioned)
select * from "+Tablename+" -> expected