Hi,
I have a dropdown called Category eg: say values cat 1,cat 2,cat3. I m calling these values through Stored Procedures.
That stored procedure is used in other modules also.
My requirement is: in my particular module, the dropdown values "Cat 3" should not show.
I need to filter this value at my vb.net code behind.
How to resolve this issue?
Thanks.