Wednesday, March 07, 2007

Currency formatting issue ASP.NET, FormView 2*

Wednesday, March 07, 2007 8:07:08 PM (GMT Standard Time, UTC+00:00)

Further to this post, and assuming that you're using special tools like me to have formatting even in Textboxes that hold currency amounts (this is in the Insert and Edit item templates).. one may also have to make changes to FormView1_ItemUpdating and FormView1_ItemInserting events. This will be just like mentioned in the previous post i.e. that you will check for the "$" sign and remove it if it is present to avoid the "Input string was not in a correct format." exception.

PS. Roy Makaay just scored the Fastest Goal In Champions League History against Real. I think they clocked it at 11 seconds. Wow!

Related posts:
Select a random row in MS SQL...
Regular expressions
VS2005, ASP.NET 2 & DLLs, DLLs..
MS's ASP.NET and.. PHP
2-way databinding cascading drop down lists within a FormView
ApplicationName Property when customising providers

Comments are closed.