vb.net - Registering Changed Input -
so working on webpage displays stored information in form can edited. requester can enter contact information stored in database , can called "editor" on information , update request. issue having when populate form setting value of each textbox input , want able changed input in each form update database. code use populate form:
dim customername textbox = directcast(radpanelbar1.finditembyvalue("requesterinformation").findcontrol("txtcustomername"), textbox) customername.text() = pmpmr.customername
this code use updated information form once editor clicks approve button:
dim customername textbox = directcast(radpanelbar1.finditembyvalue("requesterinformation").findcontrol("txtcustomername"), textbox) information.customername = customername.text
i realize small sample show code webpage on 800 lines. thank you!
Comments
Post a Comment