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
james james
NA
419
29.8k
c# Search data grid column for top 10 repeaters
Nov 22 2017 11:27 AM
I am sure this has been asked before but I cant find an example.
I have a Winform and want to search 1 column for the Top 10 repeaters. Can you show some examples of doing such?
This is one of my search function
private
void
btn_SearchPart_Click(
object
sender, EventArgs e)
{
string
Part = textBox3.Text.ToString();
if
(Part !=
""
)
{
string
queryString =
"SELECT SheetID, Today, Part, Type FROM LC,movietype WHERE movietype.typeID = ILC.typeID AND LC.Part LIKE '"
+ Part +
"%'"
;
loadDataGrid(queryString);
textBox3.Clear();
}
}
Reply
Answers (
3
)
Arrays mutlidimension
Remote Administration Tool FUD