Ask a Question related to ASP.NET General, Design and Development.
-
Ron Vecchi #1
Using Select method and LIKE expression to return DataRow[]
I am using the Select method on a DataTable to return a DataRow[]
filter = (width LIKE '%width=\"[1-9][0-9]%')
I am getting an exception saying my filter is invalid
I narrowed it down to the part that reads [1-9][0-9]
if I eliminate this part it works.
Is there a way to accomplish what I'm tring to do?
Thanks,
Ron Vecchi
Ron Vecchi Guest
-
Return value from ExternalInterface.call method
Hi people, I can not achieve to get any return value from javascript other than null. In th HTML container I have a functions like this: ... -
Can i return ObjectList type from a web service method?
Can i return ObjectList type from a web service method? I can't do this in my web service cuz the using System.Web.UI.MobileControls is not valid.... -
web method return type
Hi; Can WebMethod return Interface type? I am getting System.InvalidOperationException Followin is code... public interface IDBData { ///... -
Changing the default elementName for the return value of a Web Method
Hello Lets say I have a WebMethod with the following Attributes public short method() { return 1; } -
DataRow[] and Select(filter with a like clause) question
I am using the Select method on a DataTable to return a DataRow filter = (width LIKE '%width="%') I am getting an exception saying my filter is...



Reply With Quote

