Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recursive clear
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01399152
Message ID:
01399202
Views:
38
>You would have to start the search on a background thread if you want the UI to respond to events while it's running. Normal .NET WinForm apps. have a BackgroundWorker class. I don't think it's available for CF app. Here's an implementation of it that might work for you:
>
>http://www.danielmoth.com/Blog/2004/12/backgroundworker-for-cf-10.html
>
>This can get complicated fast, depending on what you want to allow or not allow while doing the search. For example, what happens if they navigate away from the page while the search is running? What happens if they issue multiple searches?

Thanks a lot, I think it's a bit too advanced for now - I better concentrate on getting the main functionality working.

I was able to display the selected item info in the textboxes (even if it is very slow on the device), so the next step is to be able to add this info to the grid view bellow.

The GridView is supposed to display ItemNo, Description (this field doesn't belong to the OrderDetails table), Price, Qty and Total Price.

Do you know how can I add this info? Do I have to add few more columns to my DataSet/TA (for virtual columns)?

Thanks again in advance.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform