There is an article may help your first Question http://www.codeproject.com/cs/database/GridEx.asp[^] Or there is another easy way: compare one by one with the search query with your record in datagrid. Then you can either display the Found record or highlight the record in table. :-D
C M
Posts
-
searching a datagrid -
Centering a flash objectYou can try to export the flash animation and place in the html table so that you can aligh its easily. ;P
-
can someone please tell me how to host a pageLet say you already have your aspx pages which run well, to host the page in iis, go to "Internet Information Services", right click the "Default Web Site" and choose "New" -> "Virtual Directory" Follow the wizard until finish. You will see your project in the list after you finish the wizard. To change the setting of your page -> right click the project and choose "Properties" ;) Test the page by right click your project in iis and choose "browse" Link will display in IE :)
-
Maintain User Login/logout stausCan it be : You Application will update the database every 5mins(let say) until the User log out. On the other hand, You have maybe a stored procedure to check every mins into the column (time_active) of maintain table. If the user's time_active more than 30 mins from current time == consider the user directly closed the browser without log out ??? ;P;P;P -C-?-M-
-
Scroll BarsReplace with own images : <!-- BODY{ cursor:url("OwnImage.CUR"); } --> :rolleyes: C-?-M-
-
Convert CMYK to RGBCyan = (1-Red-Black)/(1-Black) Magenta = (1-Green-Black)/(1-Black) Yellow = (1-Blue-Black)/(1-Black) You try to shift the it to into RGB :rolleyes: -C-?-M- -C-?-M-
-
How can i disable viewsource in internet explorer using javascriptHmm maybe you can try to disable the right click of onmousedown :cool: -C-?-M-
-
column alter problmHi i believe your statement 'alter table applcn alter column txtreforg3 nvarchar not null' does not specify the column length which its will automatically give a default length value = 1 for txtreforg3 which you already has some data more than length = 1 So i suggest you make your statement 'alter table applcn alter column txtreforg3 nvarchar(x) not null' x = depend the max length of your data in table. :) -C-?-M-
-
Select calendarsRtn = showModalDialog("Datescripts/calendar.htm","","center=yes;dialogWidth=350pt;dialogHeight=200pt"); if (sRtn!="") elTarget.value = sRtn; try to match this into your onclick function (javascript)
-
html table control click eventOne table has many table cells. When "OK" define, all table Cells change color Or ONLY particular cell changes color ?
-
html table control click eventhehe i just provide some optional way.. coz you said some others way beside onclick... Or u describe more on your problem ... For example: do u use image... You wan the link to be display or ... what purpose of the table cell Or give something that i can visualize it :) Perhaps i can think of more accurate solution :)
-
I don't know why this ...txtName.Text=String.Empty; txtFname.Text=String.Empty; DataRow dr=dt.NewRow(); dr["firstname"]=txtName.Text; dr["lastname"]=txtFname.Text; dt.Rows.InsertAt(dr, 0) dt.DataBind() Hope this will help you get some new idea :) -C-?-M-
-
html table control click eventa b -C-?-M- -- modified at 3:25 Friday 18th November, 2005
-
html table control click event[Message Deleted]