Hi,
In cha 5, Displayrows.aspx file i tried to divide the page to the .
vb file and the aspx file but with no success.
I got the comment: 'display' is not declared.
I try adding the :
Protected WithEvents display As System.Web.....
but nothing....
the 'display' is the id of an object called 'div' which is an HTML control not a server control.
so.... what can I do???
thx!