T
Tony Johansson
Hello!
if I have this asp control
<asp:Button ID="MyTest" runat="server" Text="Testing" />
which of these HTML control below will it be converted. All these is taken
from category HTML in the ToolBox.
If I look under category HTML inn the toolbox i can find these
Input(Button)
Input(Reset)
Input(Text)
Input(File)
Input(Password)
Input(Checkbox)
Input(Radio)
Input(Hidden)
Textarea
Table
Image
Select
Horizontal Rule
Div
//Tony
if I have this asp control
<asp:Button ID="MyTest" runat="server" Text="Testing" />
which of these HTML control below will it be converted. All these is taken
from category HTML in the ToolBox.
If I look under category HTML inn the toolbox i can find these
Input(Button)
Input(Reset)
Input(Text)
Input(File)
Input(Password)
Input(Checkbox)
Input(Radio)
Input(Hidden)
Textarea
Table
Image
Select
Horizontal Rule
Div
//Tony