arkadaşlar sorunum asp.net e yeni başladım ilk olarak programlama kısmı ile ilgilendim .net kısmı yani şimdi tasarım asp.net e giriş yapıyorum ve normalde belki çok basit bir çözümü olan ama bir türlü çözemediğim bir sorunla karşı karşıyayım.

sorunum şu master page de bir textbox açmak istiyorum fakat normalde çalışan sayfalar textbox vs herhangi birşey attığım zaman çalışmıyor hata veriyor hata ise şu:

Server Error in '/' Application.
--------------------------------------------------------------------------------

A page can have only one server-side Form tag.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: A page can have only one server-side Form tag.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): A page can have only one server-side Form tag.]
System.Web.UI.Page.OnFormRender() +8909912
altta vs. gidiyor.


herkeze çok teşekkür ederim.