hello..
I have created table dynemically on .cs page. and then bound the value from database. its show result perfectly..
But I want to give paging on this table..Please suggest me how to give paging dynemically...
hello..
I have created table dynemically on .cs page. and then bound the value from database. its show result perfectly..
But I want to give paging on this table..Please suggest me how to give paging dynemically...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raushan KumarPosted Aug 13, 2008, 2:10 AM
actually i have taken a asp:table control. then i have created 3 table on .cs file according to my condition and then i have bind value in tablecell of a table from databse and then finally add controls in asp:table. i want to give paging in the table which is created dynamecally. just like Rediff discussion board.check this url..http://www.rediff.com/sports/oly-live.html. down of this page has discussion board. i am createing a discussion board dynamically for a client. i have done all the work.just like post question, reply...
but i am facing problem in paging. so give some help for paging.
Raj KumarPosted Aug 12, 2008, 10:39 PM
your question is little bit confusing. if i am not wrong then ur question is "u are making a datatable dynamiclly and u want put paging on that datatable?. if yes then you have to bind with any rich data control to that datatable. tell me which control u using?
Raushan KumarPosted Jul 29, 2008, 3:20 AM
thanks for reply.....
but please send me some code ya small example for paging..
ArshadPosted Jul 29, 2008, 3:04 AM
Fill(dataSet, ByVal startRecord As Integer, ByVal maxRecords As Integer, ByVal srcTable As String) As Integer
Eveytime u need to call that Function,Please check this Method and Parameter you will get to know, Thanks