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
sam
NA
202
0
Search and highlight
Jul 26 2010 12:26 AM
Hi all..
I've implemented search function using ajax in asp.net..where i used scriptmanager,textbox,realtimesearchmonitor,updatepanel,gridview and sqldatasource..
All works fine..but i want the search function highlight the text in the gridview as what i type in the textbox..
Any ideas?
any add on on the cs-file?
My cs file is like this :
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
namespace Search
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
Reply
Answers (
2
)
Verify path
how to convert .aspx pages into html page