Ya I Downloaded The Progaram But it is not cleared my dout
this is my code
Command.AddParameter("STUDENT")
Command.SetParameter("STUDENT",STUDENT.Text)
Reader.New1
Command.CommandText = "select * from studentinfo where studentname=@STUDENT"
Connection.BeginTransaction
Reader.Value = Command.ExecuteReader
Do While Reader.ReadNextRow = True
'ListboxView1.Add(Reader.GetValue(1))
Loop
Reader.Close
Connection.EndTransaction
this is My concept is this possible 'ListboxView1.Add(Reader.GetValue(1))
I thing Now You Can Help Me
