Thanks! I was going nuts with this! I'm looking at my
code over and over and over, I'm looking at examples,
everything seems right! I too had the sorted = true!
Thanks a million!
I actually have a problem with retrieving the data saved
through combobo
I have combox which contains names of employees but i am
saving the equivalent empid in my database by seting the
dataset properties and DiplayMember as
"EmpName"
and Value member as "mpId"
The data is saving perfectly. but while retrieving i
cannot get the proper retrieval.