在myeclipse新建jsp如果输入中文无法保存问题

Save could not be completed

标签:

使用FindControl方法获取控件值

TextBox tb = (TextBox)e.Row.FindControl("txtQuantity");///获得ID为txtQuantity的值并且赋给临时对象tb;
int Count = Int32.Parse(tb.Text.Trim());///这里是类型转换,为整型;
string strCount = tb.Text.Trim();///这里是类型转换,为字符串;

标签:

重温asp

因为这段时间实在太忙.并且都是在写.net,好久都没有温习过基本asp了,前段时间一些网友叫我写一段asp分页,一写就和.net搞混了

标签:

分页:«1»