Two-way Custom data binding

  • Thread starter Thread starter Larry Bud
  • Start date Start date
L

Larry Bud

Is it possible with asp.net 2.0??

If so, how?

If not, here's the situation, which I would think is very common.

GridView accessing 1 table. The update is a stored procedure. If a
column is not using the BIND method (2 way binding), the parameter
doesn't get included in the SQL update command.

How else can I do this?
 
Is it possible with asp.net 2.0??

If so, how?

If not, here's the situation, which I would think is very common.

GridView accessing 1 table. The update is a stored procedure. If a
column is not using the BIND method (2 way binding), the parameter
doesn't get included in the SQL update command.

How else can I do this?

Nobody? Anybody?
 
Back
Top