| Thread | Last Post | Replies |
|
| Advantages of going with LINQ | 29 Nov 2007 19:02 GMT | 2 |
We're currently architecting an enterprise Windows app using WCF. However, now with LINQ, we're planning to re-architect that way instead. I've prepared the below in an attempt to explain/sell the new approach to our team.
|
| embedded wmv file | 29 Nov 2007 18:37 GMT | 2 |
Hii all, I need to embed a media file (wmv) file from within a normal .aspx page. I dont know how to do it.
|
| Corrupt strings from GetPortnames() | 29 Nov 2007 17:49 GMT | 1 |
I'm facing a problem like a lot of others during the last few years and Microsoft doesn't seem to care about it :-( The problem (one of them) is with the Microsoft bluetooth stack that saves the virtual com ports without the 0 terminating char in the registry. That
|
| Draw ellipse with specify x,y,width, height | 29 Nov 2007 17:17 GMT | 4 |
I am trying to draw an ellipse with specify x,y,width, and height for input argument in C# .net (Visual Studio 2005). It seem it will not draw for me. What am I missing? See the code below, thanks.
|
| stored Procs or dataSet queries? | 29 Nov 2007 17:11 GMT | 4 |
Where would probably be the best place for queries to the database? in the db as stroed procs or in the dataSet.
|
| media player | 29 Nov 2007 17:09 GMT | 1 |
I'm using media player and I can load and play a playlist, but how do I display the songs in the playlist? I can choose a playlist using openfiledialog then put the name of the chosen list in the Combobox CB_playlist. But how do I then get the
|
| asp.net Session vs Database Queries | 29 Nov 2007 16:21 GMT | 6 |
I would like to know what you guys think is the best way to access data: Asp.Net session vs. Database Queries. In our application we are using asp.net tree view to display hierarchical data and when user clicks on particular node it brings up totally different
|
| Error while trying to run project [.Net 1.1] | 29 Nov 2007 16:14 GMT | 4 |
I added identity impersonate ="true" in web.config file, It causes error. Following is the error- "Error while trying to run project: Unable to start debugging on the web server. Server side-error on sending debug HTTP request.
|
| Binding problem | 29 Nov 2007 16:08 GMT | 2 |
Hello,I use the following data binding: controlA.DataSource = someList;. The someList content changes due to some other form object behaivior and controlA still presents not updated data.Why? Isn't DataSource provides binding that holding a reference to the binded list? How can I ...
|
| What tableAdaptor should this query be in? | 29 Nov 2007 15:35 GMT | 1 |
I have a delete query that spans 2 tables: NewsArticles and NewsHeaders. I am trying to figure out what tableAdaptor to put the delete query under since it deals with 2 tables. Should it be in the NewsArticles table since thats what it does? is delete newsArticles? or should it ...
|
| Sorrow - Can't use semaphore with Webclient | 29 Nov 2007 14:51 GMT | 3 |
The title says it all. :-( ~Travis
|
| RichTextBox EM_GETCHARFORMAT | 29 Nov 2007 13:49 GMT | 2 |
I'm currently writing an application that has a RichTextBox and a toolbar which includes the following toolbar buttons: - Font - Font Size
|
| XNA game window as a form control ? | 29 Nov 2007 13:19 GMT | 5 |
Ive got a 3d model editor wich im developing with XNA c# development environment, using the game window to display the wireframe mesh in 3d. however I need to use some other windows too,
|
| class question | 29 Nov 2007 12:29 GMT | 4 |
I have an issue. It's rather hard to explain. I hope you all could understand. I would like to create a class let's say myclass. in myclass I have some static void function
|
| C#, docx | 29 Nov 2007 12:20 GMT | 5 |
Anybody know how to open docx (MS Word) file, retrive all formfields, insert text and print in c# ? Best Regards Leszek
|