hi,
i have link button at last of page when user click on link button it clicks more data.
what i want is when user reach on bottom so load more button click automatically.
You need to use below code.
Javascript
javascript: __doPostBack('<%= LinkButton7.UniqueID %>', '')
to post back after document reach the bottom,but you need to rebind data to Datalist.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.