In asp.net How to display records satisfying particular conditions from one table only in diff DIV
eg. using only one table
we have to display diff. records in diff.DIV. according to particular column value.
eg. in one DIV show records from table1 where empno between(1-8)
in other DIV show records from same table whee empno between(8-14) and so on.
how I can do this?
whether i have to write diff. query for diff DIV or what?
eg. using only one table
we have to display diff. records in diff.DIV. according to particular column value.
eg. in one DIV show records from table1 where empno between(1-8)
in other DIV show records from same table whee empno between(8-14) and so on.
how I can do this?
whether i have to write diff. query for diff DIV or what?
Comment