January 6th, 2013 05:08 AM
now i got the solution for my rollno generation query..
Dim rs As New ADODB.Recordset
If Combo1.Text = "BE-CSE" Then
strSQL = "Select Count(*) From biodata where dept=' " & Combo1.Text & " ' "...
January 3rd, 2013 11:08 AM
Thanks for your suggestion.now i got my email address validation part over...
January 1st, 2013 08:20 AM
December 31st, 2012 09:39 AM
to valid e-mail address which ill fufil the following primary conditions,i use the below code but it shows an invalid id if i try to give one @ symbol anywhere in the id.
conditions:
(1) It is a...
December 26th, 2012 07:24 AM
thanks for ur reply.i dont know how to set the initial value of the count vars to that of the last rollno in the database.so ill u send me the code for that.if u send me the code then it ill be...
December 25th, 2012 07:01 AM
when i enter the dept of the student it will search for the last rollno in the database and increment it by one then assign it in the text boxes.i want it to be generated automatically.......i...
December 24th, 2012 12:13 PM
i m doing project in admission management system. i want to generate the rollno like 10cs01,10it01,10ee01...according to the department of the students where 10-year;cs,it,ee-dept;01-number.i need...