Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » .net   (RSS)
As stated here : Numeric Values Stored as Single-Precision Values Silverlight stores all numeric values internally as single-precision values. This means that if a property value is set to a higher precision value, such as a double, the property value Read More...
0 Comments
Filed under: ,
So I'm on my second paid Atlas gig at the moment and find myself doing purely custom control development while my colleague does all of the page development. He has been very pleased with my approach, so I thought I would share it for others to consume Read More...
0 Comments
Filed under: , , ,
So I have a quick and dirty XML Profile Provider for our app (the powers that be have not determined where the profiles will actually be kept yet) which stores the profile as XML elements within a file in Isolated Storage. Perfect, this works beautifully Read More...
One of the big issues that are always raised whenever I go into a project is the size of ViewState on complex pages. I'm not talking the 200 - 500 byte ViewState that a simple page might have, but the 300K - 1mb that a very large, complex grid might have. Read More...