BASEER HAIDER JAFRI
BASEER HAIDER JAFRI

Reputation: 949

Method of Wcf display at Client side in a grid asp.net

I have a table called Movies i want to select some columns from it make a method at serverside WCF and diplay them in a grid on clientside Asp.net C#

table Movies { Title,Thumbnail,Genre,Rent,ID,OverDueRent} and i want to dispaly Title,Genre,Thumbnail,Rent

Upvotes: 1

Views: 78

Answers (1)

Sameer
Sameer

Reputation: 392

first get column by column id and than get data of whole column in a array variable and than fetch your desired data of column.

Upvotes: 1

Related Questions