is databinding in asp.net read-only?

  • Thread starter Thread starter neil m
  • Start date Start date
N

neil m

i have a dataAdpater and dataset, and can use databinding to set the value
of a textbox to a field in the database.

what about updating? what do i need to do? can asp.net/ado.net do it
automagically? it seems to have the code built into the dataadapter to do
the update... how do i get it to update the database if i change text in the
textbox and hit "ok" or whatever?

thanks

neil m
vancouver, canada
 
Back
Top