How to VB.NET String.Format

Author: seven Category:Asp.net Slider

How to string format money in a sqlreader. Dim dNum1 As Double dNum1 = sqlDR(“Cost”) String.Format(“{0:c}”, dNum1)

ASP.NET Image Slider

Author: seven Category:Asp.net Slider, Did you know?

I took this reference from DYNAMIC DRIVE And what i like to do is take there scripts and modify it. Make it more user friendly. jQuery image galleries and sliders are very common on portfolio sites and are also useful …

How to Override Inline Styles with Style Sheet

Author: seven Category:CSS Hacks

For the first time I ran into an instance where I could not get to the inline style code. After research the best way but not good practice is to use my sample below. This works in all browsers except …

HttpBrowserCapabilities Class

Author: seven Category:Did you know?, HttpBrowserCapabilities

You can use this function in your vb or C# file for many different properties. for example VB Dim browser As System.Web.HttpBrowserCapabilities = Request.Browser Dim browsername As String = browser.Browser If browsername = “Firefox” Or browsername = “IE” Then Else …

xhtml 2.0 abandoned

Author: seven Category:Did you know?

During the time that HTML5 was in development, so was XHTML 2.0. that project has since been abandoned to allow focus on HTML5.