Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score Creating Template Fields from code
Henrik Skak Pedersen - 28 Dec 2006 12:20 PM - 2 messages
Hi, I have a template field looking like this: <asp:TemplateField>     <ItemTemplate>         <asp:Image ID="Image1" Width="75" Height="100"             ImageUrl='<%# GetURL(DataBinder.Eval(Container.DataItem, ...
Score Displaying images in the DataGrid
Henrik Skak Pedersen - 27 Dec 2006 7:51 PM - 4 messages
Hi, I have a Datasource which contains strings fields and a binary field containing a image. How do I display them in the DataGrid using data binding? Normally in Windows Forms Applications is it very easy to bind to image controls, but do I do it in ASP? ...
Score Custom Paging - ASP.NET Grid + SQL 2000
Logu Krishnan - 27 Dec 2006 4:30 PM - 4 messages
in short, the question is "How do i do custom paging in my asp.net grids" in SQL 2000. if i use default paging and if my db has ~200000 records, then i have to select all the 2 lac records then bind to the grid. ...
Next » 2 3 4 5 6 7 8 9 10