adding new row into an unbounded gridview.
Wed, 5 Dec 2007 19:42:00 -0800
)Dear All,
Please help me out here. I have been stuck in this issue for almost a day
now.
I had an ASP .net page with VB .NET as back code which have 2 calendar
control (From Date and To date) that for user to select. After the user
select the dates, I want to refresh the gridview which having 2 column ...
|
Problem with Adding a new row to an existing datagrid
Thu, 29 Nov 2007 10:09:02 -0800
Hello,
The existing data table binded to a grid works When I enter the number of
line items I need and click on a button that say make grid. The problem is
when click on Add Rows the extra row does not appear. I think I am having a
problem with the databind, because if I use, gvParts.DataBind(), the exist ...
|
Problem with Adding a new row to an exiting datagrid
Thu, 29 Nov 2007 10:07:02 -0800
Hello,
The existing data table binded to a grid works When I enter the number of
line items I need and click on a button that say make grid. The problem is
when click on Add Rows the extra row does not appear. I think I am having a
problem with the databind, because if I use, gvParts.DataBind(), the exi ...
|
Use the .NET ASP DATAGRID control in Visual Foxpro
Thu, 29 Nov 2007 05:55:01 -0800
How can I use the .NET DATAGRID control in VFP 9? ...
|
Use the .NET ASP DATAGRID control in Visual Foxpro
Thu, 29 Nov 2007 05:55:00 -0800
How can I use the .NET DATAGRID control in VFP 9? ...
|
Please, Please help!! I am stuck!
Thu, 29 Nov 2007 14:50:58 +0100
I have written lots of code and also tested with Visual Studio WEB 2005
but i still dont get it...
This is what i cant get to work:
1. Connect to one datasource
2. Create a sql question that filters with value fetced from textbox
3. Get the data collection that will be viewed
4. Create a gridview and add the ...
|
How send to query fiel values that extracted from gridveiw
Wed, 28 Nov 2007 02:15:02 -0800
Hi
How can I send to query fiel values that extracted from gridveiw
my code:
foreach(????)
{
case 1:
DataControlFieldCell DateCell =
GridView1.Rows[e.RowIndex].Cells[0] as DataControlFieldCell;
GridView1.Columns[0].ExtractValuesFromCell(e.NewValues, DateCell,
DataControlRowState.Edit, tru ...
|
|
|
2nd Post - {0:c} causes deletes to fail!
Tue, 27 Nov 2007 10:11:13 -0500
I didn't get an answer on this the first time around, so I'll try again:
=====================================
I've seen many posts complaining about this, but none with a solution.....
I have a GridView that is bound to a SQLDataSource and working just fine,
except that when I change the DataFormatString on ...
|
Problem creating TemplateFields in DetailsView dynamically
Mon, 26 Nov 2007 10:21:34 +0100
Hello,
I want to create a TempalteField in a DetailsView dynamically. I call the
"SetDetailsTemplateFields"-Method on every Postback (Page_OnLoad).
The Problem that occurs is, that on every Postback I get a new row, but the
TemplateField is only created in the last row.
Example:
ID 10
...
|
In a GridView i have a new dataset i want to show in it...
Sun, 25 Nov 2007 20:42:34 +0100
In a GridView i have a new dataset i want to show in it.
I dont know how to make the gridview show my new dataset.
Say, if i add my data to the gridview:
Me.grdGifts.DataSource = gifts
Me.grdGifts.DataBind()
this does not actually make the data updated in the gridview for me.
I have been thinking of an alt ...
|