Posting data from Control to Page
Hello,
I'm trying to post data from a user control to a page. I can access the data sure enough, but the problem I am now having is the fields are blank. I can't retrieve any of the fields defined in the user control in the posted to page. To give you a scenario, I have two pages search.aspx and view.aspx, which both post to searchresults.aspx. view.aspx has a user control that posts the user control data to searchresults.aspx page using PostBackUrl.
So it posts back to the page fine, but IsCrossPagePosted is false and there isn't any fields in the control.
Any ideas? Thanks,
Brian
__________________
Brian
|