Using VB.Net
I want to write a function or sub procedure for calling the table values
I have n number of textbox, each textbox i want to populate different values, i dont want to write repeated code for each textbox leave event, instead of that i can call function or sub procedure on each textbox leave event. Each textbox values is different.
Which is the best suggestion..? How to do it.
Can any one help me and provide some piece of code.
what table? data table or datagridvew?
here a sample if it datagridview:
Datatable :
after that you can call that on you textbox event :
Thats just a basic, you can improvise that.
Sorry if it’s not helping.