you control just has to expose some properties. not sure how you planned
on coding it.
there is no postback when you use the modal popup, it just displays its
contents (which where rendered hidden). did you render all the editing
controls for each item in the gridview? are you using an update panel,
for which you must trigge a postback.
-- bruce (sqlwork.com)
> Hi,
>
[quoted text clipped - 9 lines]
> I am not using any object datasources. All items are populated
> manually. Anyone ever encounter this? Thanks.
jeffbellus@gmail.com - 24 Mar 2008 02:57 GMT
> you control just has to expose some properties. not sure how you planned
> on coding it.
[quoted text clipped - 20 lines]
> > I am not using any object datasources. All items are populated
> > manually. Anyone ever encounter this? Thanks.
Thanks Bruce. I am using an update panel (update panel is hosting the
gridview, then a seperate update panel outside of that one hosting the
popup) but have not tried the trigger aspect. I am not rendering any
editing on the grid itself (I'm new to this). Does the trigger just
need to postback? And the trigger would be off of the linkbutton
within the grid, true? Where would the parameters come into play? I
will keep playing with it and try what you suggested, but any input
would be greatly appreciated....Thanks again!