Is there something like ...
-
:zzz: :zzz: :zzz: EveryOne working in Dot Net Studio must have come across
DataControl.DataBind()
Method. What occurred to me - is is there something like a Data-UN-Bind() Method that Unbinds a data source...
-
:zzz: :zzz: :zzz: EveryOne working in Dot Net Studio must have come across
DataControl.DataBind()
Method. What occurred to me - is is there something like a Data-UN-Bind() Method that Unbinds a data source...
Just set the data source to null and update the display. [Note]This isn't really the place for a programming question... You should have asked this either in the C# forum or in the Q&A section.
I wasn't, now I am, then I won't be anymore.
-
:zzz: :zzz: :zzz: EveryOne working in Dot Net Studio must have come across
DataControl.DataBind()
Method. What occurred to me - is is there something like a Data-UN-Bind() Method that Unbinds a data source...
I believe Application.Exit() should do the trick.
The problem with borrowing money from China is 30 mins. later you feel broke again.
-
I believe Application.Exit() should do the trick.
The problem with borrowing money from China is 30 mins. later you feel broke again.
Mike Hankey wrote:
I believe Application.Exit() should do the trick.
Works for me. :thumbsup:
The 3-legged stool of understanding is held up by history, languages, and mathematics. Equipped with these three you can learn anything you want to learn. But if you lack any one of them you are just another ignorant peasant with dung on your boots. R. A. H.
-
:zzz: :zzz: :zzz: EveryOne working in Dot Net Studio must have come across
DataControl.DataBind()
Method. What occurred to me - is is there something like a Data-UN-Bind() Method that Unbinds a data source...
How about setting the DataControl DataSource null. Like
DataControl.DataSource = null;