| Thread | Last Post | Replies |
|
| Is there anyway to treat ViewState the same as SessionState? | 30 Nov 2004 20:57 GMT | 7 |
I developed a web application that doesn't allow the Back Arrow on the browser to work (disabled cacheing, always call myself on any event, and code in Load_Page that will redirect to the active page). Under this case I will only have the possibility of one active viewstate. ...
|
| fax | 30 Nov 2004 18:39 GMT | 2 |
I'm looking for a couple of quick example of how faxing is done (prefer VB) Thanks.
|
| Framework | 30 Nov 2004 18:05 GMT | 1 |
Where can I download the .Net Framework V 2.0 ?
|
| Requested Registry Access is Not Allowed | 30 Nov 2004 15:49 GMT | 2 |
We have several applications that will be executing on multiple machines. These applications will be placed on our network and setup with an xcopy style of deployment. To accomplish this task, we had to adjust the Framework configuration, Code Access Security for the machine to ...
|
| Need help for Regex | 30 Nov 2004 15:18 GMT | 1 |
I want to capture the argument of some javascript function call in HTML source code, namely HTML-Page contains <script....> func ( 'something1\'something2' );
|
| Index and search PDf files in ASP.net | 30 Nov 2004 15:11 GMT | 2 |
I need to build an ASP.net application that index & search inside a folder with PDF files. I know I can use MS index server to index and search inside PDF files using a plug-in from Adobe.
|
| Date Time Picker | 30 Nov 2004 15:07 GMT | 4 |
I have a DateTimePicker on my form and I need to make every Even week Red and every Odd week Yellow. Any Suggestions will be greatly appreciated (Detailed help is even more appreciated).
|
| Concatenate Arrays? | 30 Nov 2004 14:16 GMT | 3 |
I want to concatenate two string arrays. Is it possible to concatenate them gracefully, i.e. without copying each element manually? TIA, Axel Dahmen
|
| Addressof cannot be converted to integer | 30 Nov 2004 13:29 GMT | 7 |
I've read several articles regarding the above error, but still can't get it to work. I upgraded an app that was running in VB6 that has a lot of errors when upgrading to VB.NET. Here's what I have associated with the error. 'UPGRADE_WARNING: Add a delegate for AddressOf ...
|
| How to get user name who fired a event in SystemFileWatcher? | 30 Nov 2004 13:25 GMT | 2 |
Does anybody have a C# code example of how to get the user name that added,modified or deleted a file? I see that SystemFileWatcher will recieve events when a file is added, modified and deleted. That's cool but I also need to know the user name that added, modified or
|
| Displaying Images on Datagrid | 30 Nov 2004 11:01 GMT | 1 |
I am using an Access database (OLE Object) and storing Image as a bytes after streaming. I am able to read it back as a stream and display it on the browser using the following code: Response.OutputStream.Write(fileData, 0, fileData.Length)
|
| how to load a C# dll from another C# assembly if the path of the loaded dll is not known until runtime | 30 Nov 2004 08:50 GMT | 2 |
how to load a C# dll from another C# assembly if the path of the loaded dll is not known until runtime
|
| Unhandled exception in threaded windows service | 30 Nov 2004 08:39 GMT | 3 |
Hi all; I'm creating a Windows Service in VB.NET -- in OnStart() I'm launching a new thread to actually do the work. Any unhandled exceptions in that new thread, though, don't seem to show up/get handled anywhere.
|
| Saving settings | 30 Nov 2004 08:33 GMT | 5 |
is it possible to access the properties of a class or structure in a for each statement? I want to iterate through the stirng properties in my class or structure and then write them away to the config file.
|
| Com Interop error!!! | 30 Nov 2004 07:13 GMT | 2 |
I have created a component say MyAssembly.dll in .net and gave it t strong name. I have compiled the dll with 'Register for COM Interop' to true. Then I used Regasm to register it and create a tlb to use it in VB6.0. It works on my
|