Showing related tags and posts accross the entire site.
-
Hi There I am having trouble with the netiers component of codesmith. My main problem is that I have a view and would like to search on that view using a like % clause. I cant see any built in methods that allows you do do this. I wrote a custom stored procedure that calls that view and filters on string...
-
I want to use parameter builder to replicate this SQL query: select * from viewSessionDetails where StartDate >= 'August 3, 2007' AND CourseID = 149 AND MaxEnrollment > Registrants So far my code is: InUnison.EnvisionU.Data.Bases. ViewSessionDetailsParameterBuilder SessionDetailsParams...
-
Abhijit, Here is an example (Northwind DB) <data:ProductsDataSource ID="ProductsDataSource" runat="server" SelectMethod="GetPaged" EnablePaging="True" EnableSorting="True" > <Parameters> <data:SqlParameter UseParameterizedFilters="false"...