c# - Literal Control <li> inline edit -
i edit text , save it, inline, is, text uploaded literal command in server, edit text inline.
user command - asp.net
...
+ "<td>" + status + "</td>"
...
load.controls.add(new literalcontrol(_str));
_str string literal control;
status string wich info database.
my thought click in numbers , edit. how can it?
you render status disabled borderless textbox (input="text"). meaning seem plain text user. when user clicks on it, alter textbox style create visible (with borders) , editable (focusable, enabled). saving process of info made when user leaves textbox (onblur event), making ajax request server or when user clicks on save button (assuming exist).
c# asp.net
No comments:
Post a Comment