|
id=<%iIndex++;SPHttpUtility.AddQuote(SPHttpUtility.NoEncode("SubscriptionOption" + iList.ToString()),Response.Output);%> type="radio" name="List" value=<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(spList.ID.ToString("B").ToUpper()),Response.Output);%> onclick="btnNext.disabled = false; SelectedList.value = this.value;" />
|
<%
string listViewUrl;
if (spList.DefaultViewUrl == null)
listViewUrl = "ListEdit.aspx?List=" + spList.ID.ToString("B").ToUpper();
else
listViewUrl = spList.DefaultViewUrl;
%>
|
|
<%
}
}
%>