| Thread | Last Post | Replies |
|
| Check for active Internet connection..not working?!? | 29 Aug 2006 22:15 GMT | 1 |
I found this example but when it comes to: Resp = WebReq.GetResponse(); It jus freezes my application?? <CODE>
|
| 'System.Web.UI.WebControls.SortDirection' is a 'type' but is use | 29 Aug 2006 21:05 GMT | 2 |
I'm trying to use this malformed code from: http://forums.asp.net/thread/1384075.aspx In this method, I get the error: Description: An error occurred during the compilation of a resource required
|
| Built in compression on .net looses data, maybe? | 29 Aug 2006 20:49 GMT | 2 |
Thanks to anyone who reads this. Below is some C# that compresses an array of bytes, and then decompresses, and compares the original data with the new. Firstly, the length of the decompressed data is shorter than the
|
| Weird startup crash with only some .NET 2.0 installs | 29 Aug 2006 20:49 GMT | 2 |
Some of my users are reporting a startup crash with this error: EventType : clr20r3 P1 : gaugeglow.exe P2 : 1.5.0.0 P3 : 44dda1df P4 : gaugeglow P5 : 1.5.0.0 P6 : 44dda1df P7 : 27 P8 : 0 P9 : system.typeinitialization
|
| how to convert word doc to xml and store in database | 29 Aug 2006 20:48 GMT | 4 |
i need to convert a word doc into xml format and need to store that xml doc in to a sqlserver database.. how to convert a word doc to xml and after retrieving that xml doc from database table how to back to word form and place it in a doc..
|
| How to update crystal report 9 to Crystal report 11? | 29 Aug 2006 20:40 GMT | 2 |
The Crystal Report bundled with .Net 2003 is version 9. How do I update the Crystal Report V9 in my .Net 2003 to Version 11 so that whenever I open a .rpt file in my VS 2003, the Crystal Report V11 will come out?
|
| How capture when user clicks X in top right corner? | 29 Aug 2006 20:39 GMT | 2 |
In my Windows app, users are clicking on the "X" in the top left corner instead of clicking File.. Exit. I have code that needs to run prior to the app shutting down. How can I capture the event when the user clicks the X? Thanks
|
| 2-dimensional array population | 29 Aug 2006 19:13 GMT | 1 |
I have a recursion function which generate 1-dimensional vector of integers so for 3 cycles I have, for example, following vectors: int[] vec1 = {1,3,2,4}; int[] vec2 = {2,5,6,2};
|
| Serving a website based on source internet address ? | 29 Aug 2006 19:11 GMT | 2 |
Based on the source internet address a different version of the website should be presented/served to the user/browser. For example in pseudo code: if SourceAddress = '143.3.5.1' then
|
| How to read contents of html table with .net? | 29 Aug 2006 18:58 GMT | 6 |
I have a need to read the contents of an html table on a remote web page into a variable. I guess this is called screen scraping but not sure. I'm not sure where to start or what the best practices are to accomplish this. For instance; I have a healthcare app that need to ...
|
| Parsing XML | 29 Aug 2006 18:12 GMT | 5 |
Can some point me to a good example of parsing XML using C# 2.0? Thanks
|
| How to Send Message to a Web Server | 29 Aug 2006 18:01 GMT | 2 |
I have developed a C# desktop application. In that application I have to send a specific custom message (a string) to a Web Server. Kindly let me know how to achieve this task in C#. A piece of code will help a lot.
|
| How To: Access Network Shared Folder from C# | 29 Aug 2006 18:01 GMT | 1 |
I expect a dialog to specify username and password in C# as a dialog asks you for a username and password when you go Start > Run >'Pathname'. The main objective is to get the user authenticated to the server so
|
| ReadOnly RadioButton, KeyPreview, "MousePreview" | 29 Aug 2006 16:24 GMT | 1 |
I know Form has a KeyPreview property, is there a similar property that can be used to control mouse event that is only processed at the from level, not the controls on it? I am asking this is because there is no ReadOnly property for RadioButton.
|
| Reading Excel sheet into DB Table | 29 Aug 2006 16:04 GMT | 9 |
I need some help and direction on what classes and an example or two (article) on how to read an Excel Worksheet and insert one column into a database table column. I am using .NET 2.0 only. What namespaces and classes should I use and how?
|