"all the style is lost", I can't understand. The "Response.Write(Session("ShowTable"))" style lost or all the style on this page lost.
I think it is the former case.
If you see the source, you will under stand the reason.
Code:
fdsfdsfdsfs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<LINK href="Styles.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout" >
<form name="Form1" method="post" action="Mask.aspx" id="Form1">
fdsfjdslfdsjf
</form>
</body>
</HTML>
The Response.Write(Session("ShowTable")) can't use the css.
Maybe you can use following method.
Code:
Response.Write("" + Session("ShowTable") + "")
:)¡¶
¡¶¡¶ No pains, no gains.
¡¶¡¶¡¶