Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Mobile > .net framework 1.1 problem

Reply
Thread Tools

.net framework 1.1 problem

 
 
uni
Guest
Posts: n/a
 
      01-29-2004
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!

 
Reply With Quote
 
 
 
 
Martine
Guest
Posts: n/a
 
      01-29-2004
Did you make sure databinding of the objectlist does not take place
when it's a postback?

uni <> wrote in message news:<B3E48F11-7A49-45D3-A572->...
> 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!

 
Reply With Quote
 
 
 
 
uni
Guest
Posts: n/a
 
      02-04-2004
In some cases, i need to rebind the data upon posting back to reflect the changes. It works fine in 1.0 though.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
delete .NET FRAMEWORK 1.1 before installing .NET FRAMEWORK 2 ???? moi ASP .Net 3 09-26-2008 02:19 PM
Installing 1.1 Framework and 2.0 Framework on the same web server Mark ASP .Net 4 11-17-2005 03:30 PM
spring framework versus struts framework jrefactors@hotmail.com Java 2 09-11-2005 09:54 PM
microsoft.public.dotnet.faqs,microsoft.public.dotnet.framework,microsoft.public.dotnet.framework.windowsforms,microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb Charles A. Lackman ASP .Net 1 12-08-2004 07:08 PM
COMInterop does not work in Framework 1.1 without Framework 1.0 Anatoly Volodko ASP .Net 1 08-14-2003 08:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57