
Try our DigitsyGrid web control for Microsoft ASP.NET. You will be amazed how simple, powerful and intelligent it is. It really understands your database query and recreates it on the fly to include native database-side paging and sorting. Only data needed to be displayed on the current page will be selected from the database and transmitted to the web server. No manual coding needed. Did you ever try to display images taking them from a database and putting into a grid control? Unlike Windows Forms, ordinary ASP.NET web controls require a separate page to actually send image data to a browser. This is because HTML standard requires you to put a URL in place of image on your web page, and the browser will load image bytes from that separate URL. Right? Yes, but...
|