| php Programming Glossary: destheightasp.net version of timthumb php class http://stackoverflow.com/questions/4436209/asp-net-version-of-timthumb-php-class  Calculate thumbnail sizes  Dim destWidth As Integer 0 Dim destHeight As Integer 0 Dim destRatio As Double 0 Dim qW As String context.Request.QueryString.. If If Not String.IsNullOrEmpty qH Then  Int32.TryParse qH destHeight  If destHeight 0 Then  destHeight 0  End If End If 'if both.. qH Then  Int32.TryParse qH destHeight  If destHeight 0 Then  destHeight 0  End If End If 'if both width and height.. 
 |