all groups > asp.net datagrid control > july 2006 > threads for july 8 - 14, 2006
Filter by week: 1 2 3 4 5
How generate the data from a GridView to a text file?
Posted by Carlos at 7/13/2006 7:42:00 PM
Hello all
I have infromation that change every time, I created a button to export this
data to a text file.
It's possible? There is a command or a script or another solution?
Thanks in advanced.
C.
... more >>
filter
Posted by Jules at 7/13/2006 3:58:59 PM
i need to filter my data (by field) before loading my datagrid
programmatically
any idea?
thx
... more >>
How to get active row??
Posted by JLuv at 7/13/2006 9:12:13 AM
I have a TemplateColumn in my DataGrid that consists of links. When the
links are clicked a javascript calendar is opened that returns a
selected date to a HiddenField. What I'm trying to do is take the row
in which the calendar was chosen and change the date inside of the
datagrid. (if that mak... more >>
edit update and canel buttons not firing correct event handlers
Posted by lauralucas NO[at]SPAM gmail.com at 7/12/2006 12:27:00 PM
Hello
I use a datagrid with databound columns and a "Edit, Update, Cancel"
button column. I tried this with column created in design time:
When I click the Edit button, it correctly fires the Edit event which
calls my EditGrid
method and puts me in edit mode. So far, so good. But, when I click ... more >>
adding a row to the grid view
Posted by Etariq at 7/11/2006 4:22:38 PM
is there a way for adding a row before the header row so it can be used as
another header ,
... more >>
how to change labelvalue when deleting row in gridview?
Posted by Cas at 7/10/2006 4:26:07 PM
Hello,
My gridview has the option ShowDeleteButton="True".
There is also a label which renders the amounts of records.
What i'm trying tot do is: when i delete a row, the amount of records must
be adapted in function of the value of a field.
If the value of the field="black" then it must b... more >>
Edit/Update/Cancel Problem
Posted by mschmidt18 NO[at]SPAM gmail.com at 7/10/2006 9:56:39 AM
Hello,
I have a datagrid (.net 1.1) with an edit/update/cancel column. I am
having trouble capturing the data when the update event fires. It is
getting whatever was in the textbox before it was changed.
Here is some of my code:
c#
System.Web.UI.WebControls.TextBox p_productDesc = new
... more >>
How to generate readonly attribute correctly?
Posted by Hamed at 7/9/2006 10:41:26 AM
Hello
I have a DataGrid object in my ASP.NET page that has the following template
column. When I put the "readonly" attribute in the INPUT tag, it generates
readonly="".
<asp:TemplateColumn HeaderText="Kg Price" HeaderStyle-Width="5%">
<ItemTemplate><INPUT class="ep" id=kf readOnly value... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
GridView - FormView Problem
Posted by Giorgio Parmeggiani at 7/8/2006 11:28:06 AM
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
the SelectedValue of the Grid:
<asp:ControlParameter ControlID="gridRichieste" Name="id" PropertyName="Sele... more >>
|