| Thread | Last Post | Replies |
|
| Hashtable Serialization problem in Webservice | 31 Dec 2005 23:34 GMT | 2 |
I 've a problem while creating a web method which returns a class object. The actual implementaion of the class using a hashtable which is not serialized by the webservice.. any pointers would be helpful in resolving my problem ...
|
| WSE filters | 31 Dec 2005 17:32 GMT | 2 |
Today was my first experience using WSE filters in SOAP clients. One of the simpler things I wanted to create was an OutputFilter/InputFilter pair that calculates response time by having the OutputFilter store the start time in the SoapContext for the InputFilter to subtract ...
|
| Strange Situation | 31 Dec 2005 16:55 GMT | 10 |
I have occured a very strange situation. The scenario is as follows. I have two buttons in the form. First button is Load button and the second one is Delete button. As the name suggests when 'Load' button is clicked, some data is loaded on the
|
| OleDBDataAdapter => Insert and Update of data values in a Database | 31 Dec 2005 16:02 GMT | 6 |
I have a table in my database, which has 3 attributes. IDFailureControl, ControlDate and ControlVersion. In the following function I test, if the date of today allready exists. Then I would like to write the new ControlDate or Version into the
|
| Renaming files in a directory | 31 Dec 2005 04:03 GMT | 3 |
I am a novice in C# and need help. I want to write a simple program to read a bunch of files from a specified directory and rename those files in a sequential fashion., changing a bunch of image file names. For example, changing:
|
| Exporting date from DataTable to Excel-file | 31 Dec 2005 02:02 GMT | 1 |
I would like to export data from a DataTable to an Excel-file. I have tried this using Interop (with the Microsoft.Interop.Office.Excel.dll) but that seems to be a hard job. Does any of you know another way to do this?
|
| Need one Regular Expression - Urgent | 31 Dec 2005 01:27 GMT | 6 |
i'm looking for one RegEx which can find matches from the bunch of lines. i want to find all the matches of "<a * href=*>*</a>". if any one can help me out here, please do come forward. thanks,
|
| Clearing a dataGridView for reuse | 31 Dec 2005 00:08 GMT | 3 |
I have a situation where I have a datagridview on a form. I am making a dynamic table editor where users select a database table and then it calls this function where the data in the datagrid refreshes with the new table. Everything works good except every susequent table that ...
|
| The code to change dateTimePicker control not working. | 31 Dec 2005 00:04 GMT | 5 |
I have a DateTimePicker control that originally displays "1/1/1900" on screen. I want to change it to current date when a user clicks on it. I use the follow code but nothing is happening. Can someone tell me what I'm doing wrong?
|
| Can't step into? | 30 Dec 2005 22:46 GMT | 5 |
I have referenced two .NET DLLs in my project. When debugging, I step into one of aDLL's methods. aDLL inherits from bDLL. In aDLL, there is a method called from bDLL. However, I cannot step into it. For example:
|
| Is User Interface Process App Block still current under .Net 2.0 | 30 Dec 2005 22:26 GMT | 1 |
I have done a little reading on Microsoft's User Interface Process Application Block, and I am thinking about investing a couple of days learning it. Is the AB still current under .Net 2.0, or is it now obsolete? Is it worth the effort to learn? Thanks in advance for your help.
|
| Help with SerialPort and C# | 30 Dec 2005 22:18 GMT | 2 |
I'm developing an application to catch OBD sensors' data from my car. I connect it via a RS232 interface. Now. with HyperTerminal I can connect and send/receive data, but I'd like to do
|
| static hashtable looses its content | 30 Dec 2005 21:32 GMT | 7 |
We have a static hashtable that is located in another tier in our n-tiered web application. And we are storing big but not huge objects in this hashtable and the key to the objects is through Session.SessionID.
|
| Running an executable or class automatically after build? | 30 Dec 2005 21:26 GMT | 1 |
I've written a class to automatically produce a Google sitemap file for my ASP.NET projects. What I'd like to do is automatically run this when I build my project so that a new sitemap is produced whenever I make changes. I can make
|
| How to do "Compile time" initialization of record array? | 30 Dec 2005 21:10 GMT | 16 |
Back in the "old" days with C, I used to do something like... struct { char Description[20];
|