| Thread | Last Post | Replies |
|
| post back event for a button | 28 Oct 2005 18:51 GMT | 8 |
Here's the question: I have a form w/ TextBox controls and a Search Button control. Once the user clicks the Search Button, they get a Modal dialog w/ a datagrid that contains their search results. They select a row and click OK. The return value of the
|
| Regex - Finds one match for repeating patterns | 28 Oct 2005 16:37 GMT | 1 |
I'm stumped... I'm trying to find start and stop blocks in a string which use the same markers. The problem is that it finds the very first start marker and very last end marker and counts only 1 match when there are mutiple starts and
|
| Logging Framework | 28 Oct 2005 16:06 GMT | 2 |
I want to install a (FREE) log framework to my application. which logging package is easy to use? or which logging packaga is most popular?
|
| Problem: Using Windows Service to access Outlook to send mail | 28 Oct 2005 15:15 GMT | 1 |
I am using a windows service which accesses Microsoft Outlook. Outlook is supposed to send an email. This works fine when not run in a windows service. I am running the service under my user domain logon.
|
| Control a remote windows service | 28 Oct 2005 15:11 GMT | 1 |
I have a windows service on several remote machines that gather data and load it to SQL 2000. The service on the remote machine runs at a desirable frequency and gathers the data. I'm using DTS on a central server to bring the data back. The DTS package
|
| How to include asp file in C# coding | 28 Oct 2005 15:07 GMT | 5 |
I have an .asp file, that has some functions written in LANGUAGE="JavaScript". I need to have a C# program, that includes this .asp file and use the functions written in it. I mean that I have to call the functions (present in .asp page and written
|
| Input string was not in a correct format. | 28 Oct 2005 13:13 GMT | 4 |
Hi I am trying to insert some value into SQL Server 2000 tables and I am keep getting the "Input string was not in a correct format" error. When user fills the Form it updates the table call tbl_04_Hellenic.
|
| Failed to load resources from resource file, please check your setup | 28 Oct 2005 11:39 GMT | 3 |
I have written an application in VB.Net which runs well on my development PC. However on a few clients machines, at apparently random intervals, they get the above message and the programme crashes out. The error isn't occurring during set-up, but during use of the programme.
|
| application level error catch | 28 Oct 2005 10:15 GMT | 4 |
Is there a straight forward way to tell .net to log any unhandled errors in the application log. I am catching and logging in certain locations but its the surprise errors that I need to log the information from. I know how to log using a try-catch block but i need something ...
|
| AxWebBrowserControl | 28 Oct 2005 09:10 GMT | 6 |
Greetings everyone, I have been searching online, and trying diferent methodologies for about a week now. The premis of what I am trying to do is as follows. I am trying to get a graphic representation (thumbnail size) of an html document to show
|
| VB.Net connecting Access 2003 Database | 28 Oct 2005 09:09 GMT | 2 |
Gentlemen, I have a VB6 Project. Works fine in my PC, but once uploaded to my website it can't connect to my Access database. Questions: 1. Can VB.net connect with Access 2003 databases hosted in the same website?.
|
| Strong name problem | 28 Oct 2005 08:19 GMT | 2 |
When I run sn.exe to generate a strong name i get the error message "Failed to generate a strong name key pair -- Key is not defined." (The second half of the message is an attempt to translate into english). Why am I getting this error? And what can I do?
|
| Unhandled SecurityException | 28 Oct 2005 05:21 GMT | 9 |
I have created a console application in C# that appears to not even really get started unless the code group in which it is contained is set to FullTrusted. The Everything permission set does not even work. The application never gets started far enough to get into any of my ...
|
| c# - listbox onScroll event | 28 Oct 2005 04:03 GMT | 1 |
Can anyone tell me how to fire and use a listBox vertical onScroll event. The language I am using is C# in a windows forms application thanks
|
| How does IE choose a Word application? | 28 Oct 2005 02:48 GMT | 1 |
This is an odd ball scenario I'm sure. I've got a .Net web page that streams an XML Word document from memory. The customer didn't want to pay to upgrade their Word 2000 software to Word 2003, so they have installed the Word 2003 Viewer on the side. They didn't need edit ...
|