| Thread | Last Post | Replies |
|
| NumericFirstLast Doesn't work | 08 Feb 2006 14:27 GMT | 3 |
I'm using the GridView control and have the Mode of the Pager set to "NumericFirstLast". However, when there are several pages to display, the pager shows only page numbers--and no First/Last buttons. First of all, is this a bug or am I doing something stupid? Secondly, can I
|
| ASP.NET 2.0, GridView, BoundField Visible=False | 06 Feb 2006 17:23 GMT | 1 |
Based on the code below using ASP.NET 2.0 GridView server control. When the RefID column Visible="True", then [grd1.Rows(i).Cells(0).Text] = "6". When the RefID column Visible="False",
|
| Datagrid UpdateCommand | 06 Feb 2006 17:20 GMT | 1 |
I am having a problem referencing the field that is updated in the datagrid EditCommand event. when i update the text box and trigger the UpdateCommand event the old value still gets populated.
|
| DataGrid Column Headers | 03 Feb 2006 20:55 GMT | 2 |
I have a datagrid and I want 3 columns to share the same column header. I have ColID, ColName, and 3 Hyperlink columns that need to have AdminFunctions as their header. Anyone know how to accomplish that? Thanks in advance for any help!
|
| realignment of datagrid after a search | 03 Feb 2006 18:36 GMT | 1 |
i have been trying to solve this problem the entire morning...i have a datagrid (i'm using asp.net with C#) which populates the list of all the users with their details...i have a a search text box and a button ...when i enter a username or the usercode (in the textbox and click on
|
| Using TextChanged event within DataGrid | 03 Feb 2006 17:47 GMT | 1 |
My datagrid contains two text boxes and three dropdownlists - for the purpose of this example I'll name the textboxes TextBox1 and TextBox2. In edit mode there is a requirement to update TextBox2's text to TextBox1 text using the TextChanged event. I trigger the TextChanged
|
| Clear Grid Content | 03 Feb 2006 16:31 GMT | 6 |
I want to clear the content of the Grid before assigning a new DataSource into it. I just foud that it show me the combination of old content and new content from new assigned datasource. So, I want to make sure to clear it first
|
| AlternatingItemStyle color question | 02 Feb 2006 14:08 GMT | 1 |
i have a datagrid, i've set the "header" row to have a white background with <HeaderStyle BackColor="#ffffff"></HeaderStyle> and want the color of the data rows to alternate between a color and white. so i have added
|
| How to pre-select a control of a DataGrid with the database-result? | 02 Feb 2006 12:02 GMT | 1 |
have used MetaBuilders.WebControls for including a radiobutton in a datagrid. Its works fine with retreiving the checked radiobutton datagrid row id. but i'm not able to preselect the row radiobutton which matches with the database data. ok
|
| Delete Query for Gridview 2.0 | 02 Feb 2006 11:02 GMT | 2 |
I am using the sqldatasource to populate a gridview and I have a pop up that fires when the item_deleting event is triggered. Now in the popup, if the user clicks cancel, i dont want the delete query to continue.
|
| hiding templates column in datagrid | 02 Feb 2006 06:54 GMT | 5 |
the datagrid that i am working on has 3 template columns having text boxes in them.what i want to know is how to hide a template column.i tried hiding a column by setting the visible property accordingly in PROPERTY BUILDER.it actually worked but when i tried to retrieve the
|
| available columns not refreshed after db change | 02 Feb 2006 04:16 GMT | 2 |
I added a column and deleted another column from my database table. A data grid is bound to this table through a typed dataset. The xsd file has been updated to the new schema. The data grid is populated correctly from the database.
|
| Add attributes to Hyperlinks in HyperLinkColumn | 02 Feb 2006 02:45 GMT | 1 |
Does anyone know how to add javascript calls to HyperLinks in a HyperLinkColumn contained in a Datagrid? Somehow I need to have each hyperlink do something like the following: <a href="#" id="whatever" onmouseout="whatever" onmouseover="whatever".......
|