Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/ASP.NET/VB/HomeRealtor/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/ASP.NET/VB/HomeRealtor/Default.aspx.vb

Imports Microsoft.VisualBasic
Imports System
Imports System.Collections.Generic
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Text
Imports System.IO
Imports DevExpress.Web.ASPxClasses.Internal

Partial Public Class _Default
	Inherits System.Web.UI.Page
	Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
		' Allows using portrait and landscape css files depending on the browser window width on a desktop
		If (Not RenderUtils.Browser.Platform.IsTouchUI) Then
			PortraitStyleLink.Attributes("media") = "all and (max-width: 800px)"
			LandscapeStyleLink.Attributes("media") = "all and (min-width: 800px)"
		End If
	End Sub
End Class