Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

21 lines
416 B
Plaintext

<%@ Page Language="C#" Debug="true" %>
<%@ Import namespace="System.Collections" %>
<%@ Import namespace="System.Text" %>
<html>
<script runat="server">
void Page_Load ()
{
ar1.AdvertisementFile = null;
}
</script>
<body>
Setting AdvertisementFile to null in Page_Load. Should display a broken img.
It used to crash.
<br>
<form runat="server">
<asp:adrotator runat="server" id="ar1" />
</form>
</body>
</html>