Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 21st, 2006, 01:21 AM
Authorized User
 
Join Date: Jul 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default Web Matrix Does Not Like Min

Hello and thank you for taking a moment to read this message. I am trying to do some custom paging with a data grid. The following statement I am trying to use to calculate the ending index of a record within a page:

EndOfPage = Min((PageSize * (CurrentPage - 1)) + (PageSize - 1), ((WholePages * PageSize) + Leftover - 1))

Web Matrix keeps throwing me this error:

Compiler Error Message: BC30451: Name 'Min' is not declared.

Does anybody have any suggestions? I would greatly appreciate the help.

Thanks,

Jason


 
Old February 21st, 2006, 03:15 PM
Friend of Wrox
 
Join Date: Jul 2003
Posts: 599
Thanks: 6
Thanked 3 Times in 3 Posts
Default

It appears that MIN is not a function in .NET. Have you written a Sub or Function by the name of Min?






Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Matrix vs. Visual Web Developer Express kwilliams ASP.NET 2.0 Basics 8 July 17th, 2007 01:41 PM
Using the Web Matrix drdexter33 BOOK: Professional C#, 2nd and 3rd Editions 1 July 2nd, 2003 04:25 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.