Yes, it is. As long as your aspx really generates CSS and set the right Content-type on the response (actually even this is not absolutely necessary - you can just provide type="text/css" right in the <link> tag). But, in fact you'd better implement such things as a *.ashx generic handler.
Is it possible to link a stylesheet to an aspx file?
Is it possible to link a stylesheet to a .aspx file, fx, like this:
When I do it, it cant get the stylesheet from the .aspx file - And style.aspx contains this:
Yes, it is. As long as your aspx really generates CSS and set the right Content-type on the response (actually even this is not absolutely necessary - you can just provide type="text/css" right in the <link> tag). But, in fact you'd better implement such things as a *.ashx generic handler.
is working on a reply...