I have a very strange problem. Simply creating a Masterpage with nothing in
it but the Content Area and then making a page that uses this masterpage and
has a DataView Control, binds to a DataSet works ok.
But as soon as I add:
<link href="~/css/styles.css" rel="stylesheet" type="text/css" />
to the Masterpage (with or without ~ doesn't matter) gives:
Microsoft JScript runtime error: Object required
what could this be ?
Shimon Sim - 13 Feb 2006 21:48 GMT
Do you have anything in your styles.css file?
Shimon.
>I have a very strange problem. Simply creating a Masterpage with nothing in
> it but the Content Area and then making a page that uses this masterpage
[quoted text clipped - 7 lines]
>
> what could this be ?