| Thread | Last Post | Replies |
|
| Using a web service | 02 Nov 2007 23:34 GMT | 4 |
I'm really new at this. Trying my hand at creating an ASP.Net website using C# as the language. I have written a website using ASP.net and VB and I have worked through a book on using C#. I have a sample C# asp.net application from here (http://
|
| Dotnet application deployment | 02 Nov 2007 23:33 GMT | 1 |
Sorry if you find my question stupid, I'm kind of newb' in windows development. I developped a simple application that makes a systray icon, a context menu and a few simple forms attached to it. It has been developed
|
| asp.net stored procedure return value question | 02 Nov 2007 22:09 GMT | 1 |
I can't figure out why this is not working? I need to display all the rows for a given query for a given page index (ex. row 10..20) and the total number of rows. I got the first part to work. However, when I added the return parameter value, the first part is empty but I do get
|
| CD/DVD problem | 02 Nov 2007 21:48 GMT | 1 |
The prob is this: Computer used to play DVD's no problem at all (it has InterVideo WinDVD). Now it will do anything you like with CD's etc... it does everything its supposed to EXCEPT play DVD's. The CD/DVD drive just makes a little noise
|
| C++ Tricky Problem | 02 Nov 2007 19:37 GMT | 3 |
I have a few global variables and a function that gets called multiple times to complete a single transaction and uses the variables. The function gets different notifications. When the function receives a final notification, that where I need to release the global variables. ...
|
| "'System' denotes a 'namespace' where a 'class' was expected" | 02 Nov 2007 17:39 GMT | 5 |
I've got two projects, both reference system, system.data and system.xml and both include the using System.Xml.Serialization and using System at the top of the file. Both also include the XmlElementAttribute attribute on some properties as
|
| Is there any way to give xsl in C# a hint as to how large the resulting document will be so that it preallocates more efficiently? | 02 Nov 2007 09:22 GMT | 1 |
Is there any way to give xsl in C# a hint as to how large the resulting document will be so that it preallocates more efficiently?
|
| Reading in a text file and using the data. | 02 Nov 2007 06:57 GMT | 1 |
I am trying to read in a text file then use the data in the file. I know how to read a file wiht the System.IO namespace: FileRead fr = new StreamReader("data.txt"); Console.Writeline(fr.Readline());
|
| Having trouble running a setup.exe using VB .Net code | 01 Nov 2007 21:51 GMT | 1 |
My setup.exe is located on the share. I wrote the following code to start the .exe Dim sRemoteFile As String sRemoteFile = "\\shareA &"\" & "setup.exe"
|
| Casting and templates... | 01 Nov 2007 21:21 GMT | 2 |
The following code doesn't complie: ________________________________________________________ public interface ITree {
|
| TOC file does not merge correctly | 01 Nov 2007 17:43 GMT | 1 |
I am trying to merge multiple .chm files and cannot get the child TOC to merge correctly. I followed the instructions in the HHW Help on "Creating links from one contents file to another", but when I compile and open the parent .chm, I see the Heading I added as a book and a line ...
|
| Validation of viewstate MAC failed | 01 Nov 2007 16:07 GMT | 1 |
I come from an ASP background, and I am currently working on a .NET project, so please excuse me if this is a dumb question ... I have written a dynamically generated menu that uses the following structure (looping through for each menu item needing to be
|
| How do I get Crystal Reports to work in the Server? | 01 Nov 2007 10:20 GMT | 2 |
Hello. I developed an application which works in an Intranet. I use Crystal Reports. I have not been able to see the reports. Please note that I already downloaded and installed in my bin folder the deployment install package from the Crystal Reports site. I get an error of ...
|
| Fastest way to move XML document into and back out of CLR function | 01 Nov 2007 10:12 GMT | 1 |
Fastest way to move XML document into and back out of CLR function In SQL Server 2005 and Visual Studio 2005, what is the fastest way to pass an xml data type variable into a C# CLR function and retrieve it back out of the C# CLR function when the C# CLR function is done modifying ...
|
| TreeView multiple selections | 01 Nov 2007 04:27 GMT | 23 |
Is there a way for TreeView to have multiple selections? But I am not talking about its checked boxes. I want a way similar to ListView with MultiSelect = True. So I can use [Ctrl] or [Shift] key and click to make multiple selections. Then when I
|