I have two questions:

I'm aware that Math.Min() will only accept two values, but I need to get the minimum value from the contents of ten textboxes; so, is there a Math function that will allow me to do this or is there a better way to do it?

Also, how do I get round the problem of showing the minimum value as zero if any of the textboxes contain zeros or blanks?

Hope you can help.