|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET DataGrid Controlmicrosoft.public.dotnet.framework.aspnet.datagridcontrol
Jay -
24 Sep 2005 4:11 PM - 7 messages
In an asp.net app I need to print a lengthy datagrid. How can this be done and still have the datagrid header appear on all printed pages? I am not using VStudio or Reportin Services.... just an asp.net app written in ...
CalSun -
22 Sep 2005 4:22 PM - 3 messages
I have a datagrid with Edit/Delete columns in a webcontrol. I load this control dynamically based on users' selection from a table dropdownlist. The control loads fine and the data is there. However, when I click on Edit to change the current column, the column doesn't change to Update/Cancel. ...
Mark -
22 Sep 2005 4:10 PM - 3 messages
Hi Sorry if this is a bit obvious but I'm new to the datagrid ... :@) I have an unbound grid which contains a hidden column holding the primary key of the row. I would like to detect when the user has finished updating a ...
Nathan Sokalski -
22 Sep 2005 6:20 AM - 2 messages
When I run my application, which uses databinding in a DataList, I recieve the following error: Server Error in '/' Application. -------------------------------------------------------------------------------- Public member 'title' on type 'DataRowView' not found. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. ...
Nathan Sokalski -
22 Sep 2005 12:47 AM - 6 messages
I want to access the DataRow used in DataBinding from the ItemDataBound event. In my case, the reason for doing this is to determine whether I need to make a word singular or plural. How can I do this? Thanks. ...
Ken Webster -
22 Sep 2005 12:04 AM - 2 messages
Given a pulldown template like: <asp:TemplateColumn HeaderText="PO Line"> <ItemTemplate> <asp:Label id="TX_POLine" runat="server" BorderColor="#E0E0E0" ...
Nathan Sokalski -
21 Sep 2005 10:10 PM - 4 messages
I have three LinkButtons in the HeaderTemplate of my DataList (I use them to let the user determine what to sort the list by). I am assuming that the event will be bubbled to the ItemCommand event (since that is the default ...
Nathan Sokalski -
21 Sep 2005 8:35 PM - 2 messages
I have a DataList with a RepeatColumns property that has a value of 3. However, when the number of items is not divisible by 3, I have blank cells at the end of the list, which makes the DataList look somewhat ugly. Is ...
Ryan Rueckl -
21 Sep 2005 2:18 PM - 3 messages
In am using the datagrid's EditCommand event but rather than edit the row right in the datagtid, the event hides the grid and brings up some drop down lists so the user has to make a valid choice. I got everything working ...
Nathan Sokalski -
20 Sep 2005 5:31 AM - 3 messages
I have two OleDbDataReaders that I need to use at the same time. One of the DataReadersis used inside a While loop. My code is as follows: While eventreader.Read() Response.Write(ControlChars.NewLine & CStr(eventreader("eventdate")).PadRight(20) & ...
Chris Mahoney -
19 Sep 2005 10:36 PM - 3 messages
Hi I have a DataGrid, with Edit links in each row. The Edit button works, the user can change the values. But I can't get updating to work. <asp:datagrid id="Content" runat="server" OnUpdateCommand="Content_Update" OnCancelCommand="Content_Cancel" OnEditCommand="Content_Edit"> ...
Paul D. Fox -
19 Sep 2005 3:00 PM - 3 messages
I am setting a datagrid's Datasource to a Dataset returned from a Web Service. However, I need to manipulate one of the columns. The column being returned is a relative URL, so I need to prefix the column's data with the first part of the URL to make it an Absolute URL. How can I do this so the datagrid column displays this? I'm thinking something like... ...
Joel Zinn -
19 Sep 2005 2:15 PM - 3 messages
I have a developer that wants to dump data from a datagrid to an external file. I am thinking a .csv file for simplicity sake. I had thought about dumping the data from the dataset, but there is considerable morphing of the ...
PaulNaude -
19 Sep 2005 7:01 AM - 3 messages
I would like to allow editing of data displayed in a datagrid but not the adding of new records. How do you set it up? ...
Nathan Sokalski -
18 Sep 2005 10:27 PM - 6 messages
I am recieving an error about not being able to use a file because it is already in use. Based on the error, I think it is referring to my DB, but I don't know how to avoid the error or why it is happening. Here is the error: ...
|
|||||||||||||||||||||||