Ask a Question related to ASP.NET General, Design and Development.
-
Trevor Hartman #1
Re: databinding and cache
i figured out the problem - i forgot to save after i put the databinding
method in the Page_PreRender()!
trevor
"Trevor Hartman" <synapsee@hotmail.com> wrote in message
news:ekkYirNRDHA.1072@TK2MSFTNGP10.phx.gbl...the> Hi,
>
> I have a dropdownlist control. In the Page_PreRender() event, I query the
> database and bind some data to my drop down list. The problem is, when> data in the database changes, it doesn't reflect in the drop down. Is it
> being cached or something? and if so, how do i get around this?
>
> Thanks - Trevor
>
>
Trevor Hartman Guest
-
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... -
Web UserControls and databinding...
I have created a user control and declared following property... public string Text { get { } set -
databinding & classes
I made an arraylist wich contains a certain amount of objects from the class 'employees'. The class 'employees' contains also an object... -
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: ...



Reply With Quote

