Code:
<image url='charts.swf?library_path=charts_library&xml_so urce=ts.php%3Fcat%3D"; print $category; print $category"; print $category; print "' />
this code i write in c# like
Code:
<image url='charts.swf?library_path=charts_library&xml_source=ts.aspx?cat=<%=category %> '><% Response.Write(category);%></image>;
here
category =Request.Query String["category"]Please solve my problem