Although not a big fan of FormViews, I'm stuck with it for this application.
I have a Grid in a FormView, and I'm using a Object Data Source to bind database data. Right now...all the data looks fine, or at least how it is being returned from the database. One of the columns however is returning a '|' delimited group of names. What I would do without the FormView is respond to the PreRender event, and do a replace of the '|' with a line control or <br />. I know how to do the replace, but WHERE do I do it? How can I get to the PreRender event?
I have found LOTS of examples out on the net on how to access the properties of the controls on the FormView, but nothing yet on how to respond to the events. Anyone know how to do this? Or another way? Or a place I can begin to glean some information? Or a hint?
Thanks all!
I have a Grid in a FormView, and I'm using a Object Data Source to bind database data. Right now...all the data looks fine, or at least how it is being returned from the database. One of the columns however is returning a '|' delimited group of names. What I would do without the FormView is respond to the PreRender event, and do a replace of the '|' with a line control or <br />. I know how to do the replace, but WHERE do I do it? How can I get to the PreRender event?
I have found LOTS of examples out on the net on how to access the properties of the controls on the FormView, but nothing yet on how to respond to the events. Anyone know how to do this? Or another way? Or a place I can begin to glean some information? Or a hint?
Thanks all!