Groups | Blog | Home
all groups > asp.net mobile > january 2004 >

asp.net mobile : .net framework 1.1 problem


uni
1/28/2004 4:16:11 PM
Hi,

I have an asp.net application with MMIT ObjectList controls. Recently i upgrade the framework to 1.1. When I click one of the lines in the objectlist to see the details and hit [Back] command to go back, I got an error like this:
Invalid posted data for current ObjectList ViewMode. (The ObjectList may have been databound on postback during Page_Load, resetting the ViewMode. Call DataBind in Page_Load only if IsPostBack is false.)
but it works fine with dotnet framework 1.0.

Anybody knows what that happened and how to resolve it?

thanks!
mvaniperen NO[at]SPAM poolmanager.nl
1/29/2004 1:28:34 AM
Did you make sure databinding of the objectlist does not take place
when it's a postback?

[quoted text, click to view]
uni
2/4/2004 3:46:05 PM
AddThis Social Bookmark Button