Daily Archives: 9/14/2007

Eval For VB.NET

Today I was converting some ASP code to ASP.NET when I ran into a problem with the eval statement which is not supported in the NET Framework. Fortunately, I found a clever solution on the Internet at http://odetocode.com/Articles/80.aspx. You can … Continue reading

Posted in ASP.NET | Leave a comment