Click here to Skip to main content
15,917,862 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello....

Actually I have a list of items on my html page and i want to bind it with database so that, if i make changes into database items it should reflect immediately to my list items on html page....

I have used DataList yet but it is very heavy control and killing my website performance unnecessarily ....

So, please give me some good ideas.

Thank in Advance

Vipin Saini
Posted
Comments
nikhil-vartak 29-Aug-13 6:11am    
You mean notifying HTML page via some trigger in SQL server? I have not seen anyone doing that! I can imagine doing it with ajax timer and update panel, not otherwise. For binding list you can use asp.net BulletedList control.

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