Microsoft
Software
Hardware
Network
Question : Colour highlighted search in vi
I use Red Hat Enterprise Linux AS release 4 (Nahant Update 6)
I have to perform search on words in vi.
Q1 I want to see colour highlighted text on my search word in vi (not vim), Is it possible?
Q2 Also, How do i change the colour of the highlighted text in vi?
Answer : Colour highlighted search in vi
This should be as
For Each dgi As GridView In myGridView.Rows
Correct
For Each dgi As GridViewRow In myGridView.Rows
Random Solutions
How to change the encoding of the postgre in the client side using pg_set_client_encoding?
mysql query - version
SELCT statement based on Javascript Image change code
What is the best way to create an external distribution group in Exchange 2010
Move 2000 DC terminal server to 2008 Std terminal Server
Using DLookup in VBA code on Access Form
Cisco Unity Call Handlers
Kill All MySQL Sleeping Connections
Delete from table based on full-row results of subquery
How to replace all onclick events to ontouchstart using jQuery