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

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -