Execute LINQ query
ASP.NET
4
Posts
2
Posters
0
Views
1
Watching
-
hello :) , i just want pass the LINQ query in string format from java script to the code behind and then here execute the this string formatted LINQ query.....
public static IList getUserListForGrid(string sQuery)
{DALDataContext Context = new DALDataContext();
-->i want your help here
->-> Execute sQuery ?????? :omg:}
-
hello :) , i just want pass the LINQ query in string format from java script to the code behind and then here execute the this string formatted LINQ query.....
public static IList getUserListForGrid(string sQuery)
{DALDataContext Context = new DALDataContext();
-->i want your help here
->-> Execute sQuery ?????? :omg:}
-
Try assigning value to a server side created hiden field in javascript then get value from codebehind and execute query.
how execute?
-
how execute?