Код: Выделить всё
< /code>
ASPX.cs
protected void txtasptext(object sender, EventArgs e) {
string name = "hello asp element";
}
< /code>
Но моя цель - использовать элемент ввода: < /p>
aspx < /p>
< /code>
ASPX.cs
protected void txtnormaltext(object sender, EventArgs e) {
string name = "hello normal element";
}
Подробнее здесь: https://stackoverflow.com/questions/208 ... hind-event
Мобильная версия