Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can i apply pager without using listview or gridview on the data displayed by html tags ????
if yes then how ????

i am displaying my data in a div , and I am using innerhtml property to display my data created from code behind

HTML
DisplayJobs.InnerHtml += "<h4 class='nobordr'><label for=''>" + da2.DataReader[0] + "</label><label for='' class='jobtitle'><a href='JobDetail.aspx?Job_Id=" + da2.DataReader[3] + "'class='title'>" + da2.DataReader[1] + "</a></label><label for='' class='location'>" + da2.DataReader[2] + "</label></h4>";
Posted
Comments
Richard C Bishop 11-Mar-13 10:45am    
No, you cannot implement paging without some sort of control or custom code.
Sandeep Mewara 11-Mar-13 11:09am    
You can get better help if you explain more on what are you trying to do and why you seek such thing?
sr_24 11-Mar-13 15:36pm    
i have experimented pager on div but it cant be done bec Div does not have IPAgablecontainer ,so it can only be done by some control of asp.net
armie340 13-Mar-13 0:26am    
what's your purpose in doing this?? or what do you want to achieve?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900