| Thread | Last Post | Replies |
|
| How to refresh a datagrid client side | 10 Aug 2005 22:54 GMT | 1 |
Hi -- I'm very, very new to ASP.Net, and I've been trying for several days to figure out how to update a datagrid AND refresh it on the client side so that the page doesn't refresh. I've torn my code apart over and over each
|
| Passing Arrays In & Out of Custom Controls? | 10 Aug 2005 22:47 GMT | 1 |
What is the best way to pass an array in and out of a control in C#. As a very simple example, suppose I have a control which displays 4 critical pieces of statistical info like the Mean, St-Dev, Min, and Max of a 1D array input.
|
| Release date for Visual Studio 2005? | 10 Aug 2005 20:07 GMT | 1 |
Has Microsoft announced a release date for Visual Studio 2005?
|
| Timer.Elapsed on Date Change (millsecs) | 10 Aug 2005 18:34 GMT | 3 |
ugh. Okay, I need to figure out the number of milliseconds between DateTime.Now and the end of the day so that I can make changes based on the date roll-over. I need to implement a Timer so that I can process things on the Timer.Elapsed event that would happen right at the date
|
| URGENT | VB.Net | Access DB connectivity | 10 Aug 2005 16:16 GMT | 2 |
I'm facing a very strange problem. We have a windows application being maintained in CVS (not VSS!!!! and i hate it! but nevertheless....) Within this application, we are connecting to an MS Access database, using
|
| FileSystemObject | 10 Aug 2005 15:49 GMT | 1 |
Does anyone know if the FileSystemObject supports testing if a file exists when you use the following path: \\ServerName\FolderName\ImageName.jpg Or does it have to be that the server is mapped to the current server so
|
| Centralizing the Authentication Process on a Load Balanced Server | 10 Aug 2005 14:45 GMT | 1 |
Hello Friends, Our department has created a few (6) Web Applications and all these applications share a common piece of code which does the "User Authentication".
|
| Databinding with Windows Forms? | 10 Aug 2005 09:32 GMT | 1 |
I'm fairly familiar with the databinding model for ASP.NET, but now I'm trying to do the same with a C# windows forms application. I'm noticing several differences: Firstly, there never seems to be a call to the databind() method. What's the reason for this? Second, when looking ...
|
| problem while executing exe from web app | 10 Aug 2005 09:04 GMT | 1 |
I am calling exe (vb.net application) from web application for this i wrote code like this system.diagnosis.process.start("e:\...") i wrote above code in button click event.
|
| How do I use C# to take a .XLS Excel file and make it .TXT Tab-Delimited file? | 10 Aug 2005 00:13 GMT | 3 |
I am trying to convert the first worksheet in an Excel file to a tab-delimited .TXT file. How do I do that? - Sean
|
| Error message accessing stored proc with C# | 10 Aug 2005 00:04 GMT | 1 |
I hope this is the correct place to post this. I'm using a stored procedure to simply look up and return a value from a database. The db key is an integer, everything else is varchar. The stored proc is:
|
| Can't debug web project | 09 Aug 2005 23:59 GMT | 1 |
VS.Net 2003 V. 7.1.3088 .Net Framework V. 1.1.4322 SP1 Windows XP Pro SP2 I have a web project that I've copied from one machine to another. Both
|
| A namespace defined over several assemblies and visual studio projects? | 09 Aug 2005 23:51 GMT | 1 |
Can anyone tell me if it is advisable (or even possible) to define a namespace across 2 or more assemblies? For example, consider the namespace SampleApplication.Data.Providers Would it be possible to have assembly A define a class as part of that namespace
|
| Web Plugin to Handle Spell Check | 09 Aug 2005 20:52 GMT | 1 |
I was wondering if such a plugin existed outside the Office Bundle, that would preform a spell-check of an indicated field within a HTML Page.
|
| Is there a way for a service to start an application that will be visible? | 09 Aug 2005 19:51 GMT | 3 |
I have a service that starts an application but the application always start in background (I can't see it's window) even if I set the application options to "Normal with focus". Is there a way my service can start the application and that the window can be visible?
|