hiii everyone....
i have small problem with my code in vb.net that i want to use (Eval) in my project
so i write this code :
<asp:Label ID="Label1" runat="server"
Text='<%#Eval("PAG_PAGES") == null ? "" : ((PostAgenciesModel.PAG_PAGES)(Eval("PAG_PAGES"))).PAGE_TITLE_AR %>' />
and this code i used in my C# project .... all want to show the (Label1) in inside my GridView....
("PAG_PAGES")
is the name of table..
PostAgenciesModel
is the edmx
...
PAGE_TITLE_AR
is the colum in ("PAG_PAGES")
that i want to show it
can anyone help plzzz
thanxx