H
hangar18
First...
All apologies to Tom. Tom, I think it was out of sheer desperation that
I emailed you personally. No offence meant and point taken.
Anyways heres the problem
Scenario is this :
I have three columns in the grid ( each having a combo box). On change
of
one combo, I am populating the values of the other ( take the scenario
of
Country,City,State). Ex:
http://www.webswapp.com/codesamples/aspnet20/dependentlists/gridview.aspx
Now the issue here is that I also have to dynamically add a row for
user to
select values.
Solutions found:
One solution talks about using the the ObjectDataSource and mapping it
with
methods in your class.
http://www.gridviewguy.com/ArticleDetails.aspx?articleID=139
Problem:
The problem here is that the class updates the DB on click of ADD. But
this
is a problem since the grid that I have is a child table grid (we are
using
a wizard control and the record can only be created at the click of
Finish).
Any clues..?
Thanks in advance
Soni
All apologies to Tom. Tom, I think it was out of sheer desperation that
I emailed you personally. No offence meant and point taken.
Anyways heres the problem
Scenario is this :
I have three columns in the grid ( each having a combo box). On change
of
one combo, I am populating the values of the other ( take the scenario
of
Country,City,State). Ex:
http://www.webswapp.com/codesamples/aspnet20/dependentlists/gridview.aspx
Now the issue here is that I also have to dynamically add a row for
user to
select values.
Solutions found:
One solution talks about using the the ObjectDataSource and mapping it
with
methods in your class.
http://www.gridviewguy.com/ArticleDetails.aspx?articleID=139
Problem:
The problem here is that the class updates the DB on click of ADD. But
this
is a problem since the grid that I have is a child table grid (we are
using
a wizard control and the record can only be created at the click of
Finish).
Any clues..?
Thanks in advance
Soni