Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:307415
More Search Options
RSS Available
Matching Posts
RowFilter Like Statement
I'm trying to get a like statement for a RowFilter and i'm getting no errors and no results. My regular filter works fine. Any ideas, syntax wrong? Dim View As DataView = ds.Tables(0).DefaultView View.Sort = SortField & " " & AscDesc If txtCourseName.Text <> "" Then 'Does not work View.RowFilter = "COURSE_NAME LIKE '%" + txtCourseName.Text + "%'" End If 'Works fine If cboCourseGroup.SelectedValue <> "All"
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
drock22
on 10/7/2009
Re: RowFilter Like Statement
Thanks for responding Darrell. I'm not sure what you what you mean by group clause - the issue is with the LIKE statement below... View.RowFilter = "COURSE_NAME LIKE '%" + txtCourseName.Text + "%'" Wildcard Characters Both the * and % can be used interchangeably for wildcard characters in a LIKE comparison. If the string in a LIKE clause contains a * or %, those characters should be enclosed in brackets ([]). If a bracket is in the clause, each bracket character should
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
drock22
on 10/7/2009
Re: RowFilter Like Statement
The following worked. View.RowFilter = "COURSE_NAME LIKE '%" & txtCourseName.Text & "%'" Thanks
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
drock22
on 10/7/2009
Looking for Free xsl to PDF converter for .net 2.0
Anyone have any recommendations to convert xsl stylesheets to PDF documents? Thanks.
Posted to
Free For All
(Forum)
by
drock22
on 8/18/2009
Re: prolem help me
I would take the autopostback and set to false. I would use a validator to check for null. If it is passed i would store the password in a hidden label to get the value back after postback when you go to the next section.
Posted to
Getting Started
(Forum)
by
drock22
on 7/30/2009
Re: Sending Calendar Events Via Email to Outlook and Google
Nobody:( Sending an ical event to outlook and google calendar via email?
Posted to
Web Forms
(Forum)
by
drock22
on 7/21/2009
Re: Sending Calendar Events Via Email to Outlook and Google
Thanks for the reply. I'm looking to send the event via email. I believe this will work. http://www.ahmedblog.com/Blogs/ShowBlog.aspx?Id=2dc7e9e7-92b4-48cc-a7d1-d6535e5554ab Thanks
Posted to
Web Forms
(Forum)
by
drock22
on 7/21/2009
Sending Calendar Events Via Email to Outlook and Google
I was wondering if someone could help me. We have an application that contains courses with schedules. A client wants us to add a button at the bottom of the page that will send the course to an email account that will automatically except the event from us so users could have shared calendars based off this in exchange. Anyone have ideas on how to do this - as in the format of the event... i.e. ics etc. They would like this to work for Outlook and the google calendar. Thanks
Posted to
Web Forms
(Forum)
by
drock22
on 7/7/2009
Re: Mouseover/Mouseout Popup tied to DB
I would use this on multiple aspects of our site, at least that was my thought. Paging from 30 to 300 records on a page. Maybe i should think of a click event instead of a hover because of the potential performance hit if someone tries to hover all. I was hoping to rid myself of all regular window popups:) Maybe a third party component would work such as... http://demos.telerik.com/aspnet-ajax/tooltip/examples/loadondemand/defaultcs.aspx .
Posted to
Getting Started
(Forum)
by
drock22
on 2/24/2009
Re: Mouseover/Mouseout Popup tied to DB
Thanks, i'll take a look at both ideas. There be a few hundred records with detailed information displayed in the popup so i'm guessing the ajax method is the way to go.
Posted to
Getting Started
(Forum)
by
drock22
on 2/24/2009
Page 1 of 48 (475 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online