| Thread | Last Post | Replies |
|
| unexpected CR parameter dialog | 12 Jan 2006 07:29 GMT | 3 |
sorry for cross posting..but i did not get any replies in the other NG's. I have a CrystalReportViewer(crv) on my form. I also have a dataset (dtsReportData) populated with the required data and i have a
|
| Doubt in Infragistics.Win.UltraWinTree | 12 Jan 2006 05:04 GMT | 1 |
i am working in c# with infragistics In c# windows applicaion, I will be passing data from textbox..such that for example:i ahev 3 texboxes labeled name:
|
| passing form in a module and access its controls in asp.net | 12 Jan 2006 04:25 GMT | 1 |
I need to pass a form say 'webform1' in a class file myClass (.vb) and access its web controls say 'txtdisp', ..... My code snippet is : Imports System.Web.UI
|
| New Project Strategy: develop in 1.1 then migrate to 2.0 just before going live | 12 Jan 2006 03:40 GMT | 1 |
Looking for your highly subjective opinions (from those of you who have been working extensively with VS 2005). I have a client that needs/wants a complete rewrite of an existing application. I will be proposing a .NET Windows application with a
|
| ComboListBox? | 12 Jan 2006 00:25 GMT | 3 |
What I want is a ComboListBox, which looks like a ComboBox with a drop down list, but acts like a list box in that the user can only pick from the list, but not type in a new value. I can program this easily enough by using the TextChanged event of a
|
| vb.net crashes under many circumstances in debug. | 11 Jan 2006 23:54 GMT | 1 |
The latest versoin of Microsoft Visual Studio 2005 (Version 8.0.50727.42 RTM.050727-4200 Microsoft .NET Framework Version 2.0.50727) crashes very often in debug. 1. If you modify a case statement and you stop the run after the change but
|
| System requirements for VS2005 | 11 Jan 2006 23:29 GMT | 2 |
What in practice is required to run VS2005 pro? I currently have a spare machine which is a Pentium 4 1.5Ghz 512Mb ram XP 2 Home edition on which is just installed Team edition beta 2 , word and photshop. VS just crawls on this and I wondered if this was typical of the
|
| How Many VS.NET Users | 11 Jan 2006 22:57 GMT | 3 |
I recently attended the MS Ready to Launch event and recieved a follow-up call from an MS employee asking, among other things, if I ever considered an alternate platform, such as J2EE. I said no but I just became curious. Does anyone know how many developers are using VS.NET and ...
|
| HttpWebRequest and ThreadPool running out of threads | 11 Jan 2006 22:24 GMT | 1 |
I have the problem of my ThreadPool running out of threads as a result of using the HttpWebRequest class. I do use the class asynchronously and I do call a ThreadPool.RegisterWaitForSingleObject to Abort the HttpWebRequest object if no response in 10 seconds. Any ideas as to how ...
|
| Recommend Hosting Sites | 11 Jan 2006 18:08 GMT | 3 |
OK, I'm almost there with my web site. Using VWD 2005 Express Edition, ASP.NET 2.0, C# and SQL Server 2005. Now I need a reliable hosting company. Any recommendations? Thanks,
|
| Any faster way to general file copy? | 11 Jan 2006 16:55 GMT | 1 |
I've always used the old way I learned from when I began programming. 1. Read # bytes into the buffer from the source file 2. If bytes read is 0 then exit. 3. Else write buffer into the destination file.
|
| on error against try..catch | 11 Jan 2006 16:40 GMT | 4 |
I have converted a large vb6 program with an add-in that for every routine gimme the error handling: the add-in adds one line on the head of the routine
|
| Export to MS Excel | 11 Jan 2006 16:38 GMT | 2 |
Hi, Anyone know how to export to excel? Any example that I can refer? Regards, PCK
|
| Array of objects | 11 Jan 2006 16:21 GMT | 4 |
I need to create an Array with objects of another class. I thought I could make it the follwing way.. but it is not working.. anyone who know how to make it work? Class1
|
| asp.net 2.0 quickstart tutorial | 11 Jan 2006 16:12 GMT | 2 |
I've just installed VS 2005 pro. Trying to run the .net framework 2.0 sdk asp.net quickstart tutorial, I get the following error "Failed to access IIS metabase.
|