| Thread | Last Post | Replies |
|
| Error says Web server in not running asp.net 1.1 | 28 Jul 2004 13:16 GMT | 7 |
When trying to create a new project on a new install of .NET 2003 I get the following error Error says Web server in not running asp.net 1.1 But I look in the administrative tools and it says
|
| How to improve navigation | 28 Jul 2004 12:51 GMT | 1 |
We are building a MEGA web site which is having more than 1000 links, sometimes we will mesh-up with the filenames and the links. Navigation become complex because of this issue. I dont know how Microsoft and other MEGA web sites handles their links. Can anyone suggest me, how to ...
|
| How to add XML Declaration | 28 Jul 2004 12:43 GMT | 1 |
Dear Pals, I am creating a XML document through this code: Imports System Imports System.IO
|
| DataGrid Checkboxes Behaviour | 28 Jul 2004 10:38 GMT | 1 |
Has anyone tried this. Take any table in a database (ex. Customers Table in the Northwind database). and add a new column to it called test. let the data type of test be "bit".
|
| User Document | 28 Jul 2004 09:57 GMT | 1 |
I have a program which using ActiveX Document in VB6. After I migrate the VB 6 to VB.Net , it seems like VB.Net did not support user document ? Can some one know the reason why this happen ? TQ.
|
| Problem about date... | 28 Jul 2004 09:37 GMT | 1 |
strSQL = "INSERT INTO TrCS VALUES (" & _ Val(TxtTrId.Text) & ",'" & _ DtpTrDate.Value.ToShortDateString & "','" & _
|
| Remove the last character | 28 Jul 2004 07:04 GMT | 3 |
I use a combobox to get a list of fruits (_SelectedIndexChanged)... I manage to get Apple, Orange, Grape, The question: How to get rid of the last comma (Grape
|
| how to code sourcecode editor with syntax hilighted and IntelliSense function | 28 Jul 2004 06:04 GMT | 9 |
I have to do a source code editor to implement syntax hilighted with special colors , IntelliSense function. Could anybody give me some tips or links? Thanks,
|
| Mid-sized companys - $50 - $100 Million | 28 Jul 2004 03:33 GMT | 3 |
Which is more likely to have their software applications running unchanged 10 years from now; those built on .NET or those built on WebSphere (or similar)?
|
| Calling MC++ methods in C# application | 28 Jul 2004 00:05 GMT | 3 |
I am writing a Managed C++ wrapper DLL for some C functions in a statically linked library, such that I can use those C functions (through the C++.NET Wrapped mehtods) in a C# Windows User Control.
|
| to .net or not? | 27 Jul 2004 23:03 GMT | 11 |
I graduated in CIS from a CUNY college(dont laugh) without taking any .net courses. having a hard time finding a job as it is, and seeing that people with 5 or more years are struggling in this job market, should I
|
| IIS | 27 Jul 2004 15:25 GMT | 2 |
I have licensed copies of VS.Net '03 Enterprise Developer, which is working fine for development of ASP.NET apps on my XPPro/Server boxes. I need to dev on a XPHome laptop as well -- how/where do I download IIS for this platform?
|
| How can I verify which framework my asp.net application is using | 27 Jul 2004 14:26 GMT | 1 |
How can I verify which framework my asp.net application is using? Thanks
|
| How to get the free disk space oon the server | 27 Jul 2004 14:11 GMT | 2 |
I am trying to get the free disk space on the server The "GetDiskSpace" function from: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vbcode/html/ vbtskCodeFindingAmountOfDiskSpaceAvailableVisualBasic.as works only for the local computer
|
| validation controls | 27 Jul 2004 10:03 GMT | 1 |
Hi all... I would like to get some help regarding validation controls in ASP.net. I have a form containing two Buttons, many textboxes and validation controls. I want the validation controls to validate only when one of the buttons is clicked. When the second button is clicked, the ...
|