TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sayed mahdi
NA
6
0
performing search on dataset windows from using c#
Aug 5 2009 1:38 PM
hi
i need to perform a search on a table in the dataset, my code performs the search for the first time only and diplay the result in couple of text boxes placed on the form, but when i try to repeat the search if does not responding at all and nothing happens,
it does not even got stuck..
my code is
string str_search = "SELECT * FROM EMPDETAILS WHERE EMPID= '" + txtItemSearch.Text + "'";
da.SelectCommand = new SqlCommand(str_search, conn);
da.Fill(payRullDataSet, "EmpDetails");
DataTable dt = payRullDataSet.Tables["EmpDetails"];
txtID.Text = dt.Rows[0]["EMPID"].ToString();
this is it ..
any ideas can help ?..:)
Reply
Answers (
3
)
how todo a split of string by generic splittype
Resource file and Localization