PDA

View Full Version : change content outside a component


chris_angell
07-03-2008, 03:22 PM
I am using a devexpress Xgrid view component for a image gallery and using postback to change the images.. but i would like to change some division text else where on the page... but because its not within the component i cant change it...

has anyone got any ideas how i can do this ??

cheers chris

demtron
07-06-2008, 04:44 PM
If the target control that you wish to modify is a serverside control (for example, <asp:textbox />) then you should be able to programmatically access that control server-side from with a gridview event like load, databound, or whatever.

Hope that helps. If not, please post more details about your scenario.