c# - AutoFilling a TextBox with Data from a Database -


umm have simple login window accepts information present in database. there 3 textboxes 1 userid, name , password respectively. name textbox readonly , want display name of user corresponds userid entered first textbox. need help.... :)


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -