function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
raju.Braju.B 

Logic of search functionality

Hi,

 

I want a good logic for search functionality.

 

my requirement is 

 

When i Entered : "How to convert string to integer in my text box "

 

It has to display all related quetions which are ogf string to intgere conversions.

 

Can any pls help me..?

 

This is not my exact requirement...

 

It would be better if you send me a good logic.Even though it is not similar to my requirement.

 

Thanks,

Gopal.p

Imran MohammedImran Mohammed

You can make use of ajax feature here.

In your Inputtext box, use onBlur event and in the controller class you can make a check and assign related results based on the InputText value.

Using reRender attribute in apex:Inputtext tag, one can render the results retrieved from the controller.