Hi,
I have the following field,
txtfirstname.Text
which has firstname e.g., John, Michael, Ali
I want to to READ only the first 3 letters ;
Therefore,
John - JOH
Michael - MIC
Ali - ALI
Note: They are also set to upper case..
Thanks
I have the following field,
txtfirstname.Text
which has firstname e.g., John, Michael, Ali
I want to to READ only the first 3 letters ;
Therefore,
John - JOH
Michael - MIC
Ali - ALI
Note: They are also set to upper case..
Thanks