can i bind repeater without page load in vb.net??
please share examples..
Loading
can i bind repeater without page load in vb.net??
please share examples..
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.
Amit MohantyPosted Feb 13, 2024, 9:34 AM
Could you please share a minimal, reproducible code snippet, so we can better understand the problem?
rupesh gourPosted Feb 13, 2024, 9:29 AM
after click event popup for kyc which is closed after 2 sec , how to resolved.
Amit MohantyPosted Feb 13, 2024, 8:00 AM
You can store the values of textboxes in ViewState or Session state, and then restore those values when rebinding the repeater.
rupesh gourPosted Feb 13, 2024, 6:36 AM
i have an text box in repeater but after 2 sec value is restored, then how this issue will handled?
Amit MohantyPosted Feb 13, 2024, 5:45 AM
By using Repeater control:
rupesh gourPosted Feb 13, 2024, 5:10 AM
no i want to work also on repeater,
Please suggest
Amit MohantyPosted Feb 12, 2024, 12:19 PM
If your purpose is to show data only then you can use html table instade of repeater control.
For example: