S
Scott M.
First, in ASP.NET there is no "scripting". It's all compiled code now.
Second, are you asking for how to do everything you are saying below or just
how to count up how many records matched?
To count how many matched, it's easy...just include your own variable
counter in the loop that gets incremented when you've determined there is a
match.
Second, are you asking for how to do everything you are saying below or just
how to count up how many records matched?
To count how many matched, it's easy...just include your own variable
counter in the loop that gets incremented when you've determined there is a
match.