this does not work. does anyone know why?
<%# if GridView1.PageIndex = 1 then %> hello<%# end if %>
try removing the # symbol and see
<% if GridView1.PageIndex = 1 then %> hello<% end if %>
IIS
0 comments:
Post a Comment