Sun. Mar 29th, 2026
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0″ width=”350px” height=”200px” title=”flashheader”> <param name=”movie” value=”Contact_us.swf”> <param name=”quality” value=”high”> <param name=”quality” value=”high”> <param name=”wmode” value=”transparent”> embed tag here…. </object>... Read More
Custom Error Page 1 min read
Hello Friend is the custom error page in sytem.web tag in a webconfig……. Examnple: <customErrors mode=”On” defaultRedirect=”ErrorPage.aspx”> <error statusCode=”403″ redirect=”NoAccess.htm”/> <error statusCode=”404″ redirect=”FileNotFound.htm”/> </customErrors>... Read More