| Thread | Last Post | Replies |
|
| textbox text missing after detailsview postback? | 31 Jul 2006 16:37 GMT | 2 |
I have a imagebutton in a detailsview, which, when clicked, causes postback and show or hide some of the rows. (Me.DetailsView1.Fields(4).Visible = true or false) That's all it does. In the same detailsview I have other controls : dropdownlist, checkbox and
|
| Datagrid table display method | 31 Jul 2006 13:19 GMT | 3 |
Just wondering if someone could help me. I have a datagrid that displays client data A & B. If client data A is displayed then i display an image and some data in the table in my grid.
|
| Getting the value in a cell in a DataGridView | 27 Jul 2006 21:45 GMT | 3 |
I would like to capture the value in a specific cell in the current row on a double-click event on a DataGridView. I can't seem to figure out the syntax. Any help is greatly appreciated.
|
| GridView_Sorting() Event fires twice? | 27 Jul 2006 04:02 GMT | 2 |
I have a gridview object, and i have bound it to data. I created a sort method, and have set it so that when the gridview heading is clicked on, it should sort the gridview (the [gridview]_sorting() method fires when a heading is called, and then my sort method is called within ...
|
| FINDCONTROL PROBLEM | 24 Jul 2006 21:26 GMT | 4 |
It is in my <EditItemTemplate> Tag.. <asp:DropDownList Runat=server ID="CIdeefixeSatis" SelectedIndex='<%# SelectMyIndex(DataBinder.Eval(Container, "DataItem.ideefixesatis")) %>'
|
| GridView - FormView Problem | 24 Jul 2006 08:15 GMT | 8 |
Hi I have a GridView and a FormView connected among them through a relationship master/detail The FormView has an ObjectDataSource with a ControlParameter connected to
|
| want to make column in DataGrid a Hyperlink | 23 Jul 2006 15:34 GMT | 1 |
I am new to ASP.NET and I'm using Visual Studio 2003. I put a datagrid on a form and bound to the Northwind/Orders table. The first column is the ID field. How can I make the ID field display as a hyperlink on the grid when the web form is displayed?
|
| ItemDataBound fires for header only | 23 Jul 2006 12:16 GMT | 2 |
This is driving me crazy. I need to hide rows that a particular cell is zero. On debuggng I fiound out that ItemDataBound fires for header only and not for Item and AlternatingItem private void grdSelectionList_ItemDataBound(object sender,
|
| How to enable and disable a single row in a datagrid? | 23 Jul 2006 08:56 GMT | 2 |
Is there's a way to do this? I want to have control over the enabling/disabling of a single row... Any help will be appreciated...
|
| Help on DataSets | 23 Jul 2006 08:51 GMT | 1 |
I am creating an application using asp.net 2.0. But I am stuck somewhere. I want to get values from a DataSet one by one on every Page_Load. So I wrote my code in Page_Load but it didnt work, giving a warning. Here is my code:
|
| DataGrid with Multiple DropdownList's - need to Populate dynamical | 20 Jul 2006 23:53 GMT | 3 |
Need help with a DataGrid DropDownList problem. I have a datagrid that contains several columns, including two ItemTemplate columns that have DropDownList controls. The DropDownList controls are in columns titled "Short Title" and "Editions". When a user makes a selection from ...
|
| Percentage width for cells in web Datagrid | 20 Jul 2006 21:40 GMT | 1 |
I was migrating a web application from VS2003 to VS2005. In one page I had a grid with some cells with fixed width in pixels and two cells with width in percentage (65% and 35% respectively). In these cells with percentage I use user controls (dropdown extended).
|
| Datagrid PageIndexChanged event doesn't fire | 18 Jul 2006 09:45 GMT | 1 |
I already did this in the past succesfully. I can't understand why it isn' t working now. Anyone can see anything wrong? The ASPX page <%@ Page language="c#" Codebehind="WebForm1.aspx.cs"
|
| Hyperlink column when AutoGenerateColumns = True | 18 Jul 2006 09:40 GMT | 3 |
Hi, all - Can I make a hyperlink column when the AutoGenerateColumns property of a datagrid is set to "True"? I have a column that is created by AutoGenerateColumns called "WOID". I
|
| context menu of GridView | 15 Jul 2006 08:08 GMT | 2 |
Is it possible to create a 'context menu' for my GridView? What I need to when the user clicks on a row in my gridview I need to show a menu with links to a details page for that row of data.
|