|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET DataGrid Controlmicrosoft.public.dotnet.framework.aspnet.datagridcontrol
Frank Walsh -
6 May 2005 9:23 PM - 2 messages
My question is regarding Datagrid's and some trouble I am experiencing getting events to fire. Here goes: My Page_Load Looks like this: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load If Not Page.IsPostBack Then ...
Schultz -
5 May 2005 8:46 PM - 2 messages
Hi, I would like to be able to edit data in a datagrid by column insted of by row. Is this possible? And, how can one make an entire Datagrid editable by clicking on "Edit All" > "Update" or "Cancel" ...
Cole Trickle -
5 May 2005 3:18 PM - 4 messages
Hello, I wonder if anyone has had any experience with this??? I have a page with an IE web control tab strip and a single datagrid. The datagrid's columns are created manually depending on the SelectedIndex of the tabstrip. ...
chris ong via DotNetMonster.com -
5 May 2005 6:12 AM - 2 messages
hi everyone i dont noe where to post this msg... i guess i just post it here i have a problem here.. i am using dataset to store information from a table in the database.. then out put the result and sace it into a note pad ...
Bob Weiner -
4 May 2005 8:40 PM - 2 messages
Ok, how about just one of the previous questions. Here are the columns in my datagrid: <Columns> <asp:BoundColumn Visible="False" DataField="FQFN" HeaderText="FQFN"></asp:BoundColumn> <asp:BoundColumn DataField="FileName" ...
DaveC -
4 May 2005 4:23 PM - 5 messages
Hi, I have a DataGrid control that "by default" comes up with an EditCommandColumn. However, I don't want all users to see this. How do I conditionally remove the EditCommandColumn? Thanks in advance for your help. ...
Kenoben -
4 May 2005 4:14 PM - 2 messages
Hi, Can anyone suggest how I might set the property "Visible=False" of a datagrid's column. Important : We are using a DataSet intialized with an XML File, to feed the Datagrid. The debugger shows this error : << Index was out of range. Must be non-negative and less than the size of the ...
Bob Weiner -
4 May 2005 3:25 PM - 2 messages
This is my first attempt at creating an ASP.Net app and first using the datagrid. Seems pretty nice but there are some peculiarities I can't figure out. Basically, I want a 3 column datagrid. The first column will list some ...
Brian Potroz -
3 May 2005 11:35 PM - 5 messages
Hi Experts, Can you please inform me how to bind() a dataset to a datagrid using javascript from the client in ASP.NET ? I have successfully returned / tested the dataset from the server (VB codebehind) and have applied it to the datagrid.datasource as follows with ...
Anders K. Jacobsen [DK] -
3 May 2005 9:54 PM - 2 messages
Hi i have a list of objects which I bind to a datagrid Some of the columns are decimal type and in the database many of the values are 0. But I need the zeros to beed empty string instead of 0. how could i ...
Jeronimo Bertran -
3 May 2005 8:59 PM - 4 messages
Hi, What is the correct way to sbuclass a datagrid that we want to use in the designer that includes default columns? I am trying to create a control that inherits from DataGrid and performs some standard manipulation (such as creating default columns).... ...
chris ong via DotNetMonster.com -
3 May 2005 9:08 AM - 3 messages
hi everyone... i have a problem here.. i am using datagrid to store information which i have gotten in a dataset.. then i wish to covert all the information into string so that i can save all the information into a .txt format file.. can ...
So -
3 May 2005 8:14 AM - 3 messages
HOWTO: Bring that row (in a grid) back into focus, on which a hyperlink was clicked to navigate to Detail page. Hi everybody, There is a grid control on page with a hyperlink column. On clicking on of the hyperlinks a details page is shown. The details page has a Back or ...
JP -
3 May 2005 4:00 AM - 4 messages
Hi; I have a DataGrid called "dgEvents"; one of the columns in the DataGrid is a template column and it is a TextBox called "txtEndDate". So, on Page Load, this column has a textbox in every row of the datagrid and there is no data ...
|
|||||||||||||||||||||||