Thank you very much to all....
I was handle that by considering it as two substrings.... Thank you very much On Feb 25, 6:26 pm, Raghupathi Kamuni <[email protected]> wrote: > Good link for DataView.RowFilter expressions > > http://aspdotnetcodebook.blogspot.com/2008/07/short-tutorial-on-datav... > > On Tue, Feb 24, 2009 at 3:06 PM, [email protected] < > > > > [email protected]> wrote: > > > I am getting the following exception > > ----SynataxErrorException was unhandled by usercode > > ----Syntax error: Missing operand after 's' operator. > > > On Feb 24, 2:26 pm, "[email protected]" > > <[email protected]> wrote: > > > Hi all, > > > > Suppose if I have the data like below. > > > SqlServer Table Emp: > > > > EmpName Empno > > > -------------------------------------------------------- > > > Kumar's p 123 > > > bharat 124 > > > pradeep'k kumar 125 > > > > I need to retrive only the 'kumar's p' related rows based on only > > > ename And needs to bind to the grid. > > > I am using dataview.rowfilter = "ename = 'kumar's p' . I am getting > > > the exception. > > > > Please let me know how can I check this condition. > > > > Thank you in advance. > > > > Regards, > > > Pradeep- Hide quoted text - > > - Show quoted text -
