can anyone tell me how i create search function

like as in reservation i search thrugh id then how i create

any help

Recommended Answers

All 3 Replies

If you're using a database you'll probably have to learn SQL or atleast enough to formulate your query. If it's in an array, including LINQ gives you a number of handy functions. Things like contains, min, max etc.

in visual studio

Since you're in the c# forum, I assumed you're in visual studio. What I said still holds, how it's done depends on how you're storing the information.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.