初学ASP.NET, 询问个简单问题, LEFT , RIGHT, SUBSTRING这些函数没有吗?
protected void txtJob_TextChanged(object sender, EventArgs e) { if (txtJob.Text.ToString().Trim() != "") { if (Left(txtJob.Text.ToString(),3) == "ECN") { } } }