I have one page to view all Universities,and I want this page to view filtered data as per city, I added to SQL statement:
WHERE (Cit_Id = @Unv_CitId OR @Unv_CitId IS NULL)
and set DefaultValue of @Unv_CitId parameter to NULL, but I got error,
How can I solve this issue?
whereclause.