| Thread | Last Post | Replies |
|
| Can a css file be used in a forms based datagrid? | 08 Jun 2005 14:42 GMT | 3 |
If so how, that'd be really cool if I could create different color schemes in the css file and have the ability to change them on the fly. Any ideas? If I were to extend that idea forward if I could do it for my entire app it would be even cooler. Kind of like skins for my app.
|
| How do I loop through checkboxes and set them as Checked? | 08 Jun 2005 10:37 GMT | 3 |
I have a Datagrid where there is a Checkbox in the Header. When the user clicks on this checkbox, I want all the checkboxes in each row to show as Checked. How do I interate through each one and set it to 'Checked' ? Paul
|
| Get value of drop down list from one user control to another -- raise event? | 06 Jun 2005 23:36 GMT | 1 |
I have tried just about everything that I can understand. I have 2 user controls on a form. One user control has a drop down list, and the 2nd user control has a datagrid, that is editable. When the drop down list is changed, I need the 2nd user control to be
|
| troubles with dropdownlist inside of datagrid | 06 Jun 2005 20:15 GMT | 1 |
I'm still relatively new to asp.net and i'm having troubles with a dropdownlist in a datagrid. Here is the code for the dropdownlist --------------------------------- <asp:DropDownList Runat="server"
|
| how to use a fuction in dataitem ? | 02 Jun 2005 23:20 GMT | 2 |
I use the DataBinder.Eval(Container.DataItem,ADData.TYPE_FIELD) to the hyperlink controls 's visiable atrribute , and I¡¡want that if ADData.TYPE_FIELD is true , convert to false ,
|
| popup window from datagrid using asp.net | 02 Jun 2005 21:17 GMT | 5 |
I have a datagrid control that pulls images into a template column using the following code <asp:TemplateColumn HeaderText="Image"> <ItemTemplate>
|
| Add two buttons in datagrid row in same column | 02 Jun 2005 09:52 GMT | 1 |
I have a datagrid with 5 columns In the 4th column i have a link button with an image and in the 5th columm i have a link button with an image. what i want to do is to have both images in the same column one above
|
| Datagrid with multiple row types | 02 Jun 2005 09:46 GMT | 1 |
I am somewhat new to using Datagrids. I would like to present a datagrid with vairous different types of styles/templates when selected/edited. Is there a way to dynamically build the rowstyles depending on the row (data type/class).
|
| Exporting to Clipboard | 02 Jun 2005 02:50 GMT | 1 |
How do I copy the contents of my ASP Datagrid to the clipboard so I can then paste the data to where I need it. Regards Tim
|
| fill datagrid | 01 Jun 2005 10:43 GMT | 1 |
if i have two or more datagrids need to be filled , should i use two or more sqldataadapters, or only just use one sqldataadapter (by changing it's selectcommand?) what is the difference? --
|