in the insert query how to use OrderBy help me
query as follows;
Sql = "insert into BirthDayWish values('" + txt_name.Text + "','" + DOB.SelectedDateValue.ToString() + "','" + txt_mobile.Text + "','" + Wedding.SelectedDateValue.ToString() + "','" + txt_Email.Text + "','A')";
in the above query insert with OrderBy Name
form the above query how to use Order By Name.