T
Tony Johansson
Hello!
Below is three examples of the old HTML control where I have added
runat=server to make them available on the server
to be manipulated.
Now is there any reason to use these as server control instead of the new
asp control.?
I mean these old HTML control might be usable on the client but I can't see
any reason at all to use these as server control
because the new asp control is much better.
<input id="Name" style="position:absolute;" type="text"
size=50 runat="server" />
<input id="Password" style="position:absolute; top: 53px; left: 89px;"
type="password" size=50 runat="server"/>
<input id="Submit1" style="position:absolute; top: 83px; left: 63px;"
type="submit" value="Enter" size=30 OnServerClick="SubmitBtn_Click"
runat="server" />
//Tony
Below is three examples of the old HTML control where I have added
runat=server to make them available on the server
to be manipulated.
Now is there any reason to use these as server control instead of the new
asp control.?
I mean these old HTML control might be usable on the client but I can't see
any reason at all to use these as server control
because the new asp control is much better.
<input id="Name" style="position:absolute;" type="text"
size=50 runat="server" />
<input id="Password" style="position:absolute; top: 53px; left: 89px;"
type="password" size=50 runat="server"/>
<input id="Submit1" style="position:absolute; top: 83px; left: 63px;"
type="submit" value="Enter" size=30 OnServerClick="SubmitBtn_Click"
runat="server" />
//Tony