[Mono-bugs] [Bug 481248] New: DataPager ignore QueryStringField
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 2 18:48:13 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=481248
Summary: DataPager ignore QueryStringField
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: x86
OS/Version: Windows Vista
Status: NEW
Severity: Major
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: PascalFresnay at free.fr
QAContact: mono-bugs at lists.ximian.com
Found By: Community User
Description of Problem:
DataPager does not take care of field QueryStringField. Generated previous/next
link should be GET instead of javascript postback. Very useful when viewstate
is disable.
Steps to reproduce the problem:
1. run test page (see attachment)
Actual Results:
"Next" link is :
javascript:__doPostBack('DataPager1$ctl00$ctl01','')
Expected Results:
"Next" link should be :
/datapagerbug/Default.aspx?page=2
How often does this happen?
every time
Additional Information:
works fine with .NET framework 3.5
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list