G
George
In my Webform I am building in VS.NET, I need to position and reposition a
number of panels at runtime from within my Code Behind. Can someone tell me
what namespaces I need to import, what the code is, and where, exactly I put
that code.
In addtion to the...
<%@ Page Language="vb" (etc, etc.) %>
....at the very top of my HTML source, I also have...
<%@ Import Namespace="System.Drawing" %>
I thought that was all I needed to use...
Panel1.Location = New Point(x,x)
....in my Code Behind, but it doesn't allow it. I get those little squiggle
lines underneath it.
What am I doing wrong?
Thanks,
George
number of panels at runtime from within my Code Behind. Can someone tell me
what namespaces I need to import, what the code is, and where, exactly I put
that code.
In addtion to the...
<%@ Page Language="vb" (etc, etc.) %>
....at the very top of my HTML source, I also have...
<%@ Import Namespace="System.Drawing" %>
I thought that was all I needed to use...
Panel1.Location = New Point(x,x)
....in my Code Behind, but it doesn't allow it. I get those little squiggle
lines underneath it.
What am I doing wrong?
Thanks,
George