Author: samiwafaa | Posted on: 9/23/2008 3:09:27 AM | Views : 847

Dear all,

I trying to make a phone panel with 9 digits as asp buttons such as below:

1      2      3

4       5     6

7       8     9

 

9665421548754

Check           Clear

When the user will click button number 1 for example, I want a command to be written in vb.net at the code behind to write number 1 in the follwing text box to form a phone number the check if it's avalaible in the database or not.

What should I write between the following 2 lines?
Private Sub Button1_Click(ByVal sender Go to the complete details ...