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
Navaz
NA
96
44.6k
search is not working
Aug 23 2013 12:19 AM
my text box search code
public void gridsearch()
{
ClassSp spclass = new ClassSp();
DataTable dtblc = new DataTable();
dtblc = spclass.classSearch(decserch);
gvclassreport.DataSource = dtblc;
}
protected void txtclassName_TextChanged(object sender, EventArgs e)
{
if (txtclassName.Text != string.Empty)
{
decserch = txtclassName.Text;
gridsearch();
}
else
{
gridfill();
}
}
Reply
Answers (
9
)
HTML ERROR
Data Insertion Error in ASP.NET