try following code: HTML : <input type="text" runat="server" id="txtInput" /> C# code behind : string sValu = txtInput.Value.ToString();.
確定! 回上一頁