Page 529 - Removing runat attribute
Hello Imar,
On page 529, (step 9 of a Try It Out) you remove the runat attribute from the <ul> element and not from the <li> element.
I understand that you keep the runat="server" attribute in the <li> element because <li> will be replaced by all the repeated data items from the Pictures EntitySet at the server.
But why removing the runat attribute from <ul> ?
Thank you
|