| Thread | Last Post | Replies |
|
| msdnixp.exe location | 31 Mar 2005 19:57 GMT | 1 |
I just downloaded and installed the C#.Net Express program. I had to download the SQL Server and the MSDN Express library separately. The SQL seems to have take care of itself when installed but the mxdnixp.exe is sitting in a temp folder where I downloaded it.
|
| How to do a build in the background with command prompt | 31 Mar 2005 18:26 GMT | 6 |
I'm using C# .NET. Is there a way to do a build my project and solution with command prompt? I hope that while it's doing that, at least I can browse around the code instead of being stuck with un-responsive IDE during build started in IDE.
|
| Help me before I take the VB.Net plunge??? | 31 Mar 2005 18:21 GMT | 4 |
I'm thinking about FINALLY making the transition from VB6 to VB.net. A couple of questions first: 1) Is VB.net 2003 the latest edition? If so, are there any rumors that a newer version will be available shortly?
|
| Hello | 31 Mar 2005 17:49 GMT | 1 |
I am new in this community I hope all of the my peers will be in pink of their health and doing well. Well I have done master in computer application and working in Elegant Microweb Pvt. Ltd as a Jr. Software Engineer in Ahmedabad.I love the .Net
|
| How can I share code between projects w/o creating a class library? | 31 Mar 2005 17:24 GMT | 2 |
Using VS2003, I can't add an existing class to a project w/o the IDE creating a copy of it. I want multiple projects to be able to share a central copy of a class. I can't compile the shared class into a library because one of the
|
| Capturing TextChanged event in a datagrid | 31 Mar 2005 16:41 GMT | 4 |
I do an autopostback from a text box in a datagrid template. How can I capture the event in the code behind? Handles DataGrid1.textboxname.TextChanged doesn't work, and I don't see any DataGrid events appropriate for a textchanged event.
|
| VS Projects keep running after I stop debugging | 31 Mar 2005 16:21 GMT | 1 |
I'm running VS 2003 on a W3K server. On at least three C# web apps, when I stop debugging in VS, the application continues to run. Sometimes they also appear to "start over" and rerun when finished. The only way to stop it is to kill w3wp.exe.
|
| Namespace question | 31 Mar 2005 15:26 GMT | 1 |
Help, my code (it was given to me) has the following statements Import namespace="com.verity.search" Import namespace="examples.util" HOW do I find out what this is doing, where the 'stuff' being imported is
|
| Help: DataRelation object | 31 Mar 2005 15:10 GMT | 3 |
I have a dataset which contains 2 DataTable The idea is to bind a text box control with one table field and then diaplaye the associated content of the second table based on the first table entry.
|
| Can I have a Ghost Control using Reflections. | 31 Mar 2005 14:57 GMT | 1 |
I've finally getting into .NET and have a question for you all. I'm creating an app that needs to insert user data into a word doc. One way I thought of doing this was to save the Word Bookmark names, Control names and db field names in a XML file. in the app I would like to be ...
|
| HOWTO: Make a container control? | 31 Mar 2005 14:28 GMT | 11 |
How can I make a control that acts like a container control (besides from inheriting from panel) ? Best Regards, Alejandro Lapeyre
|
| .net dropped by CRM team | 31 Mar 2005 11:55 GMT | 1 |
I recently heard from a MS insider that MS are dropping the use of .net for it CRM software. This was due to ".net not being able to resolve numerous issues". Has anyone else heard anything similar to this? Cheers
|
| DefaultView and sort | 31 Mar 2005 11:26 GMT | 1 |
I have a dataset 'dst' having table 'dt' which is bound to grid, I have set the sorting order for this by using following code. dst.DefaultView.Sort = "id, text ASC"; This does not work, however if I set the default view using the follwing
|
| bug on .net framework or... | 31 Mar 2005 09:20 GMT | 1 |
Server: PC win2000 with network shared printer hp1320 Client: PC win2000
|
| after sorting listview when I tried to remove any row from listview its deleting different row | 31 Mar 2005 08:22 GMT | 1 |
I had problem with listview, I am able to sort the columns in listview and after doin the sort, if I try to delete a row from ListView its deleting another row. any help is highly appreciated. Thanks
|