I'm creating a new Web Applicatin project with C#,
Adding a Web Form (Textbox Control) as well as a Html Control
(Textfield) with default value in it (changing the text property).
The project compile without error and the IIS receive the page and
display it in my IE browser (V6).
Seen the two control on the web form inside the web browser but the
Web form control is displaying like a label inistead of a textbox and
I can NOT modify the text inside.
For the Html Textfield, everything is fine.
Also when I add a Web Form Button, it does NOT display at all on the
screen, but the Html Button will… What Wrong ???
My IIS is running & I setup the Frontpage server extention like
mention in the doc.