Hello
I have problem with ASP.NET in C# language.
I prepare two files of css style, one for ie ,second for firefox
I want to set css style file depends on browser type
I know how pull out info about sort of browser from browser (using
Request.Browser .Type),
but i have problem, how to load css file after execute Request.Browser .Type
method in head
section my ASP.NET page ???
Greetings
Grzegorz
I have problem with ASP.NET in C# language.
I prepare two files of css style, one for ie ,second for firefox
I want to set css style file depends on browser type
I know how pull out info about sort of browser from browser (using
Request.Browser .Type),
but i have problem, how to load css file after execute Request.Browser .Type
method in head
section my ASP.NET page ???
Greetings
Grzegorz
Comment