hi vinayak
thanks milion i did it and it work i have 1 question
what is differrent between these two code?
1-SqlCommand cmd = newSqlCommand("Exec Electronic_Search @Key", con);
2-SqlCommand cmd = newSqlCommand("Electronic_Search", con);
why u wrote Exec Electronic_Search @Key for first code ?