| Thread | Last Post | Replies |
|
| Creating Template Fields from code | 29 Dec 2006 04:10 GMT | 1 |
I have a template field looking like this: <asp:TemplateField> <ItemTemplate> <asp:Image ID="Image1" Width="75" Height="100"
|
| Displaying images in the DataGrid | 29 Dec 2006 03:23 GMT | 3 |
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?
|
| Button in GridView causes Invalid postback or callback argument | 28 Dec 2006 23:01 GMT | 1 |
In my GridView I have a button in the Footer. When I click it it causes: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, ...
|
| feeding a seesion/parameter value to Gridview | 20 Dec 2006 12:16 GMT | 1 |
I am quite new to asp.net and before in old asp I used Session variables with <% %> to have dynamic parametrars in a SQL Stmt for example. But the serverside tag don´t accept <% %>. So what should a use? Is there serverside sessions and how do I use them or is there a simple ...
|
| GridView - fixed row height | 14 Dec 2006 04:42 GMT | 3 |
I am learning to use the Asp.Net 2.0 GridView. When I page of filter the data and end up with a page with less than the full page size of rows then the header and the displayed rows "stretch" to fill the GridView. I would like to have the row height remain the same and just ...
|
| GridView Update? | 12 Dec 2006 15:39 GMT | 1 |
I'm new in programming with ASP.NET 2.0 and I have a problem with the updating of the Grid View! I have one GridView with a connection to a database, three textboxes and a button! The Values of the textboxes should wrote
|
| Format Date in BoundField | 12 Dec 2006 12:56 GMT | 1 |
I have the code below to display and format a date column in a GridView. This works when the GridView is in read mode. But when I select Edit the date is no longer formated with DataFormatString. What should I do?
|
| HyperLink with an image | 11 Dec 2006 18:39 GMT | 2 |
Below is the code that I use <asp:TemplateField> <ControlStyle Height="75px" Width="75px" /> <ItemStyle Height="75px" Width="75px" />
|
| Disable datagridview sorting | 07 Dec 2006 14:50 GMT | 3 |
I have a DataGridView control, and i would like to disable the ability to resort data rows by clicking on a colum header. Could someone please help with this? Thanks
|
| Gridview - how to use stored procedures to update | 07 Dec 2006 12:47 GMT | 6 |
I am trying to use a stored procedure to update a row in a Gridview but I get the error "Procedure or function sc_updDEPT has too many arguments specified" The Stored procedure takes 3 parameters "sc_updDEPT @idplant, @iddept,
|
| Datagrid and child collections | 05 Dec 2006 09:26 GMT | 1 |
Hi I am writing a program that has the following structure: YearlySemesterPlans (collection object that contains a collection of YearlySemesterPlan)
|