hi friends,
I have a roll number 04331A1209 which is alfa-numeric . so I want this kind of numbers to be inserted into database .
if I want a particular students details which has to be searched based on the roll-number .so please explain me how to do that searching in c# language.
ex : ------------
please enter roll no. 04331A1209 | search |
------------
after clicking search button then the students details has to be printed in detailsview..
thanks in advance
chiranjeevi
Loading

Gomathi PalaniswamyPosted Aug 17, 2010, 5:41 AM
Keep the 04331A12 as string and attach some variable value eith that string
eg:
rollno="04331A12"+a;
the increment the a value for each student entry.
With Regards,
Gomathi.P