Ask a Question related to ASP.NET General, Design and Development.
-
neil m #1
is databinding in asp.net read-only?
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
neil m Guest
-
Databinding HierarchicalDataBoundControl
I am trying to write a Hierarchical using HierarchicalDataBoundControl I have looked at both the treeview and menu but there implementations depend... -
databinding
have two Dropdownlist and one which is containing States and one containing Cities. I know how to do all the little databinding task in visual... -
databinding after page_load
Hi, I'm working on a webpage which starts with a rather timeconsuming database transaction. (two different .mdb's from different MSAccess versions... -
DataGrid Custom Column Error when DataBinding "does not contain a definition for 'DataBinding'"
I am creating a custom column that inherits from DataColumnGrid. When I attempt Databind to a property of the custom column, I get the the error: ... -
File system get auto change from read-write to read-oly
I have a very strange file system with OS Redhat 7.2 The file system is read-write, but some how it randomly changes to read-only at any time.... -
neil m #2
Re: is databinding in asp.net read-only?
yes, yes it is.
neil, answering his own question
"neil m" <nospam.macguigan@hotmail.com> wrote in message
news:MD1La.307850$ro6.7509515@news2.calgary.shaw.c a...the> 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> textbox and hit "ok" or whatever?
>
> thanks
>
> neil m
> vancouver, canada
>
>
neil m Guest
-
Ries Vriend #3
Re: is databinding in asp.net read-only?
Neil,
You have to hand-code this, for starters see> how do i get it to update the database if i change text in the
> textbox and hit "ok" or whatever?
[url]http://asp.net/Tutorials/quickstart.aspx[/url]. Also, there are third party
components (such as our Table Editor at [url]www.dvxp.com/dxtableeditor/[/url] ;-) that
can handle database updates transparently.
Ries
[url]www.dvxp.com[/url]
"neil m" <nospam.macguigan@hotmail.com> wrote in message
news:MD1La.307850$ro6.7509515@news2.calgary.shaw.c a...the> 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> textbox and hit "ok" or whatever?
>
> thanks
>
> neil m
> vancouver, canada
>
>
Ries Vriend Guest
-
Jeff Louie #4
Re: is databinding in asp.net read-only?
Neil... Working code at:
[url]http://www.geocities.com/jeff_louie/datagrid.htm[/url]
Binding to text boxes is more complicated:
[url]http://www.geocities.com/jeff_louie/databindingclasses.htm[/url]
Regards,
Jeff*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***>what about updating? what do i need to do?<
Don't just participate in USENET...get rewarded for it!
Jeff Louie Guest



Reply With Quote

