search page

  • Thread starter Thread starter new coder
  • Start date Start date
N

new coder

I have to create a search page (never created one before), would it be
easier to just go against the DB or can I do a search against a dataset?

I can pass up to 4 parameters or I can pass 0, I never did a search page
before, so I'm not sure what would be the easiest way .I'm coding in ASP.NET
2.0
 
Both ways are fine but for me it easy against a Database. U can pass as much
parameters as u want so long as they are Declared.
 
Back
Top