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