plz write quarie.......
i have two fields .......
house no & area
1-1-1 to 1-1- EOB = areaname1.
1-2-1 to 1-2-78 = areaname2 .
1-3-50 to 1-3-70 = areaname3.
i wan code like this...
i have two textboxs......
when i entered house no in first text box display area name in second textbox....
ex- when i entered house no: textbox1 1-1-30 textbox2 shows as areaname1
1-2-1 textbox2 shows as areaname2
Loading
VulpesPosted Jun 8, 2013, 6:14 AM
private int EOB = 99; // or whatever
VulpesPosted Jun 11, 2013, 6:11 AM
JAYRAMPosted Jun 11, 2013, 5:12 AM
VulpesPosted Jun 10, 2013, 8:54 AM
JAYRAMPosted Jun 10, 2013, 6:41 AM
but above code is working only 1-1-1 to 1-1-eob .....
how to write code when house no ex:1 1-2-1 to 1-2-eob
ex:2 2-1-1 to 2-1-eob..
plz help me...
Pankaj PandeyPosted Jun 8, 2013, 6:30 AM