| Thread | Last Post | Replies |
|
| .net Hosting??? | 29 Feb 2004 23:18 GMT | 5 |
Can any recommend a good .net hosting company? I am after a good price for a company website... need about 200meg + space.. good transfers..
|
| Where is Dotnet 2004 | 29 Feb 2004 16:25 GMT | 5 |
I have bought VS dotnet 2002, and then VS 2003. Now I need 2004 ASAP. Please go ahead and charge me and get me VS 2005 ASAP as well. You see, if I'm not able to consistently and frequently change my development environment and get to recompile all my projects, verify
|
| Will .NET apps run on Win98? | 29 Feb 2004 16:09 GMT | 6 |
Can I deploy a .NET app to Win 98 & ME? Are there any limitations in doing so? Thanks Billy
|
| Apache 2 + ASP .NET + Windows Server 2003? | 29 Feb 2004 15:57 GMT | 3 |
We are trying to standardize on a solid, open, secure Web Server architecture. We are running Apache 2 on Windows 2003 Server. For static HTML, JSP and ColdFusion apps, this is running perfectly, but now we need to be able to run ASP .NET applications. I have read about the
|
| email component | 29 Feb 2004 09:51 GMT | 1 |
I am looking for an email component to interface with an exchange server for use in my .Net application. Now there are probably dozens of built in and 3rd party objects to do that, problem is I need one that can read, create and update exchange appointments. This functionality ...
|
| mscomm in smarttphone vb.net application? | 29 Feb 2004 09:49 GMT | 1 |
Is it possible to use a mscomm control in a smartphone vb.net application? I found solutions for vb.net but these work only in windows solution.. thankd for help! Wim
|
| server control for asp.net that has server events ... but only displays as a hyperlink.. or text lnk | 29 Feb 2004 09:43 GMT | 1 |
I need a server control for asp.net that has server events ... but only displays as a hyperlink.. or text lnk somethink that behaves like the ImageButton would be good... with click events and CommandArguments would be great
|
| Setting Application properties | 29 Feb 2004 06:05 GMT | 3 |
How does one set the application Comment, Company name, File version major, minor, product name, and product version in .NET? I have looked in project - properties but can't find
|
| Installing .Net Compiler on Win2K -- Upgrade Question | 29 Feb 2004 04:13 GMT | 1 |
I am considering installing the .Net IDE and Compiler on my Win2K system. However, a friend tells me that since I have Win2K SP3, the .Net installation software will, in essence, insist on first upgrading my system to SP4. Is this correct?
|
| Polymorphism in ASP.Net | 28 Feb 2004 23:29 GMT | 10 |
I was asked a question in a recent interview, where in ASP.Net is polymorphism used? I got differrent answers from different people, One said ToString() method because it is working for different classes.
|
| Thread termination | 28 Feb 2004 21:52 GMT | 2 |
I would like to execute some code when a thread terminates, in the context of that thread - I guess similar to an ExitThread handler - is it possible in a C# .NET application? I can see a way to execute code when a thread is thrown away - by
|
| Versioning problem | 28 Feb 2004 16:21 GMT | 1 |
I am building a .NET Windows application using C#. In my application I am referring to shared library which updates very often(only revision change). Now I want my executable to load latest version of the shared library available in GAC In short, If I have a shared assembly ...
|
| Displaying data in one multiline textbox | 28 Feb 2004 12:08 GMT | 1 |
Hello, all I want to do is display details such as name, surname etc which are read from a database into 1 multiline textbox. I am able to display name and thats about it. My code looks like this : For Each objCurrentrow In drrows
|
| Question on html files and helpProvider | 28 Feb 2004 11:02 GMT | 1 |
I have a bunch of .HTML files . Each html file has help specific to a dialog box of windows form app. I want to make use of help provider to provide help. So I set index.HTML as the namespace of helpprovide. Now my problem is
|
| object reference | 28 Feb 2004 10:37 GMT | 4 |
I am starting to realize that there are differences in vb.net and c#: in terms of syntax, object and keyword in small or big letter In the routine below, I got this error message in c An object reference is required for the nonstatic field, method, or property 'System.Web.UI.Page ...
|