asp.net mvc - proper way to reference an unbound aspx control -
if have unbound textbox on aspx page , want reference in code, best way abstract control?
i reference property rather command like: string textbox = request.form["mytextbox"]. not sure property should created expose textbox. thanks
asp.net-mvc controls abstraction
No comments:
Post a Comment