| Thread | Last Post | Replies |
|
| Asp.Net 2.0 GridView inline style: can it be disabled? | 28 Feb 2006 19:12 GMT | 3 |
I've got a GridView in my asp.net 2.0 page. After running the page the table tag contains the following attributes: cellspacing="0" rules="all" border="1" id="ID1" style="border-collapse:collapse"
|
| Checkbox in Datagrid not trapping event | 28 Feb 2006 04:49 GMT | 2 |
Here is the problem. I have worked with checkboxes in datagrids before with no problem. Check the box, it does a postback which adds it to a listbox and, when you have made all your selections, hit the save button and it all gets saved.
|
| Loading all files in a folder to a grid | 27 Feb 2006 20:51 GMT | 2 |
Is there an easy way to create a list of all files in a folder (and subfolders) using asp.net? example: Folder: pdf\sub1
|
| Sort() : JoinTextBoxColumn - DataGridTextBoxColumn | 27 Feb 2006 16:59 GMT | 2 |
I'am using this class : http://support.microsoft.com/default.aspx?scid=kb;en-us;Q319076 and i want to sort the datagrid by the text obtained in feild 2 and not by the id of the thirst column ...
|
| How do I find Datagrid in a Page | 27 Feb 2006 16:19 GMT | 2 |
I am completely lost. I have page that has usercontrol that has bunch of datagrids. How do I iterate through the controls in usercontrol to find datagrid? I did For Each my_Controls In Me.Controls
|
| Formatting for display a datagrid with many columns | 27 Feb 2006 16:19 GMT | 1 |
I have a spec for a datagrid that the client has provided that includes 40 columns that the client wants to be able to edit. What is the best way of formatting very long tables for display? I saw a note posted to say use a dropdownlist to allow users to select
|
| DetailsView Update Issues | 27 Feb 2006 07:33 GMT | 1 |
For once i decided to use the much hyped wizards that come with Net 2 rather than the programmatic way I have always done. What a nightmare - and some google, i see i am not the only one. A whole day for something i could write in a fraction of the time!!
|
| editing / updating dynamic dgrid | 24 Feb 2006 20:03 GMT | 6 |
I have a dynamic datagrid , made and filled by VB code. No problem here! But when I try to update my db via this datagrid, Im in deep trouble! The problem is that when I do a databind on every postback, I loose the
|
| Syntax to loop through the DataList | 24 Feb 2006 13:28 GMT | 3 |
My Code: HTML for Panel 1 <asp:DataList ID="dlItems" Runat=server DataKeyField="Prod_PK" > <ItemTemplate>
|
| Trouble with DataList | 23 Feb 2006 19:36 GMT | 1 |
I have multiple DataList controls on the same page and I want to bind each of them to different datasets. Is this possible? I am currently using the following syntax to bind my first
|
| passing parameter to SqlDataAdapter | 23 Feb 2006 18:16 GMT | 1 |
I am a newbee, I want to know few things about Datagrid. 1. I used the designer to create a Datagrid with SELECT, INSERT,DELETE and UPDATE commands. Now I want to retrieve data depending on the "current_id" value on the
|
| CSS styles and item colours | 22 Feb 2006 18:18 GMT | 3 |
I have a datagrid, where I have used CSS classes for the item style and alternating item style. The grid draws great when I load the page, but I have problems when I want to select a line by clicking on it.
|
| GridView SelectedDataKey paging problem | 22 Feb 2006 06:32 GMT | 1 |
I have a GridView where I've implemented paging along with a Button that uses the CommandName "Select". When I render the page initially, I click the button and handle the SelectedIndexChanged event and get the SelectedDataKey values as expected. When I change the page on the ...
|
| GridView - Display two columns as one | 22 Feb 2006 01:23 GMT | 3 |
I would like to display two columns as one. I have two hyperlink columns that display an image and perform two different actions based on the Id field in the row. I would like to display both these columns as a single column. Once that's accomplished I would like to hide or show ...
|
| columnwidth | 20 Feb 2006 15:10 GMT | 1 |
I'm pretty new in asp.net, so my questions may be too simple for this newsgroup, but I don't find answers! I use asp.net 1.1 I created programmatically a datagrid with 4 column (3 boundcolumns and 1 EditCommandColumn) No problems so far! But...
|