If you add attribute "runat" & "id" to your input then you can access it in your code behind without using Ajax:
<input type="text" id="myInput" runat="server" />
“No problem can be solved from the same level of consciousness that created it.” Albert Einstein (1879-1955)
<body> <dialog id = "modal"> <div> <h1>Title</h1> <p>Sample Text</p...
No comments:
Post a Comment