About Custom DataGrid control
Hi I'm working with customized web user controls..(a .cs file)
In that I'm using a datagrid.. and setting the query through the
aspx page. <ASP;NET id="id1" value=<%=vData%> runat=server >, but this is not working and saying syntax error near "<"
and another problem is i used built-in-paging..
pagesize=25 and pageButtonCount=10.
it works fine till it reaches nexe 10 pages.. I mean ... 10 11 12... 19 20 ... and now if i click any of the button it will take it back to ... 1 2 3 4 .... 9 10 ... I couldn't understand what the problem is. one more thing is if I change the pagermode to nextprev it will work fine.. Please help me..
Thanks in advance
|