| Thread | Last Post | Replies |
|
| HELP: C# - ListBox.SetSelected Not Working Properly! | 08 May 2004 05:03 GMT | 3 |
I'm having a major problem with a databound listbox in C#. In the constructor for the form I am trying to pre-select some of the items based in information in the database. When I step through the debugger it all seems to be working properly until the Load function is called, and ...
|
| Reflection resources? | 08 May 2004 03:08 GMT | 1 |
Are there any good reflection resources?
|
| How to do this? | 07 May 2004 23:21 GMT | 4 |
Hey all Can anyone tell me how to do this on an ASP.NET app. I want the user to push a button, which will 1. Pass a unique id to the system 2. The system queries a database and retrieves a URL addres
|
| Getting parameters to method calls in a stack tract | 07 May 2004 16:14 GMT | 1 |
I am using Visual Studio 2003. When an exception trown (and trapped by a try statement) in a managed language (say, C#), I'd like to get the values sent to all the parameters in the stack trace. So, for example, if the error is something like:
|
| DCOM componet from .Net Assembly | 07 May 2004 15:14 GMT | 2 |
Dear friends, I have implemented COM componet from .Net Assembly to be used by my old apps by creating a class and compiling it as an assembly and also regestring it.
|
| crystalreports.engine.reportdocument threw an exception | 07 May 2004 14:31 GMT | 2 |
Hi! I have a problem when I run it on another PC. On my PC it runs very fine but when I install it on another PC I have this Error message when I try to preview a report. The type initializer for Crystaldecisions.crystalreports.engine.reportdocument threw an exception Does anyone ...
|
| MSDE or Jet for my application? | 07 May 2004 14:24 GMT | 4 |
We are developing a fairly simple database to be deployed on the internet. It consists of an artist's works (approx 2600 of them) based on references to books from which his ideas came. Relative fields will be fairly few, data related to the books, a pic of his initial sketch,
|
| Multilanguage Applications | 07 May 2004 11:52 GMT | 1 |
I have to write a multilanguage application with the following criteria: - The language code can be set in a config file or similar. I don't want .NET do decide which language to use. This way it's possible to
|
| do i need monitors and locking? | 07 May 2004 11:33 GMT | 2 |
im trying to establish whether i have a race condition or critical section in the following. i have a dataaccess class that continually retireves a table from a sqlserver (which may be slow). it provides a cached copy of this table to clients, for them to read from (note: there are ...
|
| regular expression syntax | 07 May 2004 09:24 GMT | 10 |
Can you tell me the regular expression syntax needed to validate an Excel Cell Reference. e.g. A1, B1200, IV54000 etc Thank
|
| Does the Framework Include Licensing Support? | 07 May 2004 07:07 GMT | 1 |
I see that .NET is big on security, so does it include any support for software license management, such as time-limited demos, or functionally-limited demos, or license revokation Microsoft has made sure that their software is protected from piracy, I'm curious to know ...
|
| GetFileVersionInfo | 07 May 2004 07:06 GMT | 2 |
I want to be able to display the attributes of a jpg file using the fileversioninfo class. I have tried the following code below but it doesn't work, where am i going wrong? does it need special permissions?
|
| How secure are cookies? | 07 May 2004 07:05 GMT | 2 |
I am curious. If I save an id that points to a users information in a cookie, is it possible for a hacker to create a tool to set a million different cookies on his local machine and hit my site until a cookie value works?
|
| Threaded windows Service | 07 May 2004 06:31 GMT | 1 |
Hi all, i need some techinal advise. i have create a windows service, this service is made todo a simple task Replicate data between several SQL servers. in this service, i need to have 5 instances running at the same time. some
|
| asp.net/JavaScript | 07 May 2004 06:18 GMT | 2 |
I need help. I have two text boxes in asp.net. One with multiline is True say text box name is s1. In s1 I have around 10 values. Another text box I have a string like 1212<Test>Value. I need to drag and drop the value from the s1 text box in the place of <Test>. I need to delete ...
|