| Thread | Last Post | Replies |
|
| Regex Question | 12 Mar 2004 22:00 GMT | 4 |
What is the easiest way to find a regex string that is outside the bounds of an html tag? Example string: test1 <font color="red"> test2 </font> test3 I only want test1 and test3 captured. So what expression can be used to achieve this? Thanks
|
| Web Application Path | 12 Mar 2004 22:00 GMT | 2 |
Simple Question I hope, Where would I find a static method or Class that will tell me what my file path is on my current web application. I want the c:\inetpub\wwwroot\blah Not sure where to start. I looked under System. but couldn't seem to find
|
| COMException (0x8007007f): The specified procedure could not be found.] | 12 Mar 2004 21:20 GMT | 1 |
I have the following problem: Since I restarted my Windows XP machine with the "last known good Configuration" option all calls to core Framework assemblies in my web application fail with the following error:
|
| Communicating client side information to the server - HTML controls vs Server controls | 12 Mar 2004 21:06 GMT | 1 |
I'm quite new at this ASP.NET stuff and come from a jsp/java background. I keep hitting a wall when I try to communicate information between the client (user input) and the server. Here's what I am trying to do: I need to collect a piece of information
|
| Problem W/ ListView Alignments | 12 Mar 2004 20:12 GMT | 2 |
I'm working w/ a simple testing ListView control (in C#) in Details view that has 3 columns. Why is it that Column 0's TextAlign cannot be set through the IDE or from code such as below. It always defaults to Left.
|
| Setup Project | 12 Mar 2004 18:04 GMT | 2 |
I am working on creating a VS.NET setup project. Anyone know where to look to find out how to reboot the computer and then have the setup program start up again to continue after reboot? Links, personal knowledge?
|
| Help needed for cleaning Excel Thread from Task Manager | 12 Mar 2004 16:13 GMT | 3 |
I am using Excel Application in my Asp.Net page. for this i used Excell Application, workbook, workshee class. I am using vb as script for coding. Simple of my code i Dim xlApp as Excel.Applicatio Dim xlwBook as Excel.Workbook Dim xlwSheet as Excel.Workshe
|
| unique machine identification | 12 Mar 2004 13:44 GMT | 1 |
i need to "Lock" my dotnet application to run only on particular PCs that is: i need to uniquely identify a windows machine from within my application and exit from the application if the machine id does not match a prior known id
|
| Thumnail EPS image? | 12 Mar 2004 12:17 GMT | 4 |
Thumnail EPS image? I need to view an EPS image as a thumbnail. Thanks in advance! Mats-Erik
|
| Ping without RAW Sockets | 12 Mar 2004 07:55 GMT | 4 |
I have implemented a ping utility in C# by using a RAW socket. Is there any way to implement an ICMP Echo without the use of RAW sockets? I get "Permission Denied" while trying to ping using a non-admin account. (http://support.microsoft.com/default.aspx?scid=kb;EN-US;195445)
|
| Setup & Deploy for Windows Service project | 12 Mar 2004 02:02 GMT | 1 |
Is there a way to make a Setup & Deploy project for a Windows Service project or do I need to use the installutil command line tool?
|
| Problem With Winforms UserControl on VS.net design time | 12 Mar 2004 00:29 GMT | 2 |
I'm working on a Win form application which is being developed in VB.Net. I have created few User Controls quite some time back and implemented them successfully. Now the problem is, I'm not able to use UserControls using my VS.NET IDE. When I tried to drag and place the user ...
|
| Handling security of dynamically generated code? | 11 Mar 2004 23:05 GMT | 1 |
I have an application where I dynamically compile code. The code is stored in a database, and is at runtime compiled to an assembly file. I then load the assembly file and call some methods in this file. I would like to limit the amount of functionality that these assemblies can ...
|
| DataColum.Expression (IIF Function Bug) | 11 Mar 2004 22:32 GMT | 2 |
I am trying to prevent the following error System.DivideByZeroException: Attempted to divide by zero. When populating a calculated field. I tried using the IIF() function, however this was no help as the function attempts to calculate both the true
|
| CS0506: Cannot override GetEnumerator() in subclass of ReadOnlyCollectionBase | 11 Mar 2004 16:24 GMT | 2 |
I do understand the need for virtual/override/new and also when to use what. ... at least I thought so. Why does the following code result in a CS0506 compiler error (should translate to sth like "ReadOnlyCollectionBase.GetEnumerator() is not
|