| Thread | Last Post | Replies |
|
| A DataSet Question | 13 Apr 2004 23:23 GMT | 1 |
I was wondering...Is there a way that a DataSet can be kept available throughout an entire session. I don’t want to keep having to re-query the database for the same data. If it is possible can someone point me in the right direction? Thanks in advance!
|
| Error Message with ASP.NET - Server cannot access application directory... | 13 Apr 2004 23:20 GMT | 1 |
I am using XP Pro and when I try and run an ASP.NET page on my own server I recieve the following error messag Server cannot access application directory ..(web directory here)... The directory does not exist or is not accessible because of security settings. The link below this ...
|
| Bug Tracking Software | 13 Apr 2004 23:11 GMT | 1 |
We need some bug tracking / change managment tools for our .Net applications. Any suggestions? Mike
|
| Mouse pointer | 13 Apr 2004 23:06 GMT | 2 |
How do I change the mouse pointer to an hourglass while a page loads Thanks,
|
| Oracle connection | 13 Apr 2004 21:00 GMT | 1 |
Please if anyone with experience with VB.Net and Oracle can describe the steps it will take to connect to Oracle, or can refer me to a link where I can lookup the ateps or process required to connect to Oracle database. Also references to any booksor documentation will be ...
|
| Remoting question.... | 13 Apr 2004 19:34 GMT | 2 |
OK, so I'm new to .Net remoting and I have a couple of questions. What is the context of the object being hosted? Like, if my object is coded to run a Win32 API and get system metrics and report them back through a simple function call. To keep it simple, let's say we are
|
| NT Service & Window messages | 13 Apr 2004 18:31 GMT | 1 |
I'v created NT service using Windows service project template. Now , I want to recieve WM_USERCHANGE and WM_DEICECHANGE messages after the service started. How can i do this?
|
| File association - Problem with argument begin passed in | 13 Apr 2004 18:25 GMT | 3 |
I have set up file association for my application (VB.Net). I'm having problems getting the filename that was double-clicked. On my machine at work, if the filename being passed in to the application has spaces in any of the folder names, they get split up at every space. This ...
|
| .NET vb db access for crystal report | 13 Apr 2004 17:39 GMT | 3 |
Hi, I'm using VB .NET (Visual Studio 2002 Crystal Reports 9 (soon to upgrade to 10, just want 9 to work first Win 200
|
| IIS Problem | 13 Apr 2004 15:58 GMT | 2 |
We have developed a web service that we are currently having problems with when running on a hp Compaq d230mt PC. The service etc installs OK and is running under IIS on XP Pro service pack 1a. When we display the service home page we get the following message.
|
| How to split <form1.cs> into multiple files? | 13 Apr 2004 14:36 GMT | 3 |
I have a form that has many controls and related actions. My <form.cs> file has crossed 13,500 lines of code. It takes quite a long to load the form or .cs file. I want to divide into small portions. I am thinking of dividing it module-wise. I want to write the event handling ...
|
| MSDN CPU Utilize | 13 Apr 2004 13:46 GMT | 1 |
i latest intel system, with 1 gig memory i need to whait about 12 sec befor i can brows on MSDN page, after i move in, and i see that CPU work hard? why? and how resolve this?
|
| Profiler? Cant find it. :-( | 13 Apr 2004 13:27 GMT | 2 |
C/C++ In dev6 we had a profiler tool, I now have dot net 2003 Pro, cost me over ?800. But I can't find the profiler anywhere, just wasted the last our searching the docs. Can't see the wood for the trees.
|
| WHERE IN CLAUSE acts up with more than one variable in a string | 13 Apr 2004 13:25 GMT | 2 |
i have a stored procedure that is called by a SqlDataAdapter that has a "WHERE (CustomerNumber IN (@CustNumber)". It works when it is only one customer number in the @custNumber parameter. If more than one customer number is selected and passed to the parameter, the
|
| reopening form many times and Data Binding | 13 Apr 2004 11:37 GMT | 2 |
My question regards opening (and re-opening) Form and the Load event. I have a main form (frmMain) and I also have a data form (frmData). In the main form I have created: Private fData as new frmData()
|