| Thread | Last Post | Replies |
|
| Problems getting web service applications to work in IIS | 14 Jun 2006 16:06 GMT | 1 |
I have an application that I am building in C#. Basically I have 5 web service applicationsthat run with a client and a socket adapter. Everything connects and works fine when I run the web service applications in the cassini web server form. However, when I try to
|
| Garbage Collection | 14 Jun 2006 16:01 GMT | 3 |
If I dont call the close method on objects I use will they still be garbage collected ? I'm guessing they are in which case, is there any point in calling the close method ? In code on Microsoft's site I've seen :
|
| Try Catch Finally | 14 Jun 2006 15:32 GMT | 3 |
Wht is the general prctise for having try catch block and Finally. I mean in one methods what are Cicrustances to have entire code in ONE try catch block or MULTIPLE and which lines of code is not required /suppose to be in TRY blocks.
|
| Reusing connection strings in config files? | 14 Jun 2006 15:29 GMT | 1 |
.NET 2.0 introduced the <connectionStrings> section in .config files, but how do I reuse the connection strings defined under <connectionStrings> in other parts of the config files? <connectionStrings>
|
| Object WebServices | 14 Jun 2006 15:20 GMT | 2 |
How can i transfer an object to a webservice. I have a class with attributes in the asp.net And a class in the webservice. The user enters data from a asp.net webform.
|
| Code documentation | 14 Jun 2006 15:17 GMT | 3 |
what free tools should i use to create documentation of my c# code from the xml file. i use VS2005 with .net framework 2.0. regards, rnv
|
| Date difference | 14 Jun 2006 14:34 GMT | 1 |
I have to know if the passed date to my method is more then 13 months old then the today's date. How would I do that? If I do this TimeSpan dtDiff = dtNow.Subtract(dtSales);
|
| where should I store question and answers | 14 Jun 2006 14:23 GMT | 5 |
I have to design a "Online Test Application" and application is going to display question and answers.All the questons are objective type so there is four answer for each question. My Question is where I shuld store the questions and answers. and how
|
| How to delete a file at a remote web location. | 14 Jun 2006 14:22 GMT | 3 |
I've a C# windows application that scans for XML files at a remote URL address and downloads them to the local machine when they arrive. I can do that OK with HttpWebRequest or WebClient. After they've been downloaded I want to delete them from the remote
|
| Getting Gridview to read an XML file | 14 Jun 2006 13:59 GMT | 1 |
I have a windows form with a gridview control and i'm trying to get the gridview to read the entire XML file. Anyone have any ideas on how to do this? Below is some code so you can see what I'm trying to do. private void btnBuildList_Click(object sender, EventArgs e)
|
| Connect between two forms | 14 Jun 2006 13:18 GMT | 2 |
i've two forms one called form1 and form2, i've a checkbox1 on form2 and i want that when checkbox1 on form2 checked so when minimize form1 it will hide to the sys tray, i know all the codes for hiding to the sys tray but i can't see the checkbox in form2 when i edit form1 that ...
|
| log4net with visual studio 2005 | 14 Jun 2006 13:15 GMT | 1 |
Anyone using log4net with vs2005. See my blog entry at http://akashdotnet.blogspot.com/ I would appreciate any feedback and comments Akash
|
| Requirements to use LINQ application? | 14 Jun 2006 13:13 GMT | 1 |
What are the requirements for a user to be able to install and run an application that uses the collection initializers and xml querying functionality from the LINQ preview? I published the sample app on my network share and tried installing it
|
| Regular Expression Question | 14 Jun 2006 11:52 GMT | 2 |
Anybody know how is the Regular Expression pattern to find text that begin with [Html: and end with ], like string: ================================================================= Event Description: [Html:table style="border-width:1px"
|
| Degrade Administrator to normal user | 14 Jun 2006 11:13 GMT | 2 |
How to degrade Administrator to normal user and vice versa..(<->) Thanks in advance.. Thanks & regards Kondapanaidu
|