| Thread | Last Post | Replies |
|
| (RadioButtonList1_SelectedIndexChanged) EVENT not firing | 17 Jun 2005 22:34 GMT | 2 |
I have a C# web project with a radioButtonlist control. I have 4 items/values (0,1,2,3). I am trying to retrieve the value for a database call. I put a breakpoint in the event RadioButtonList1_SelectedIndexChanged but
|
| 1 Solution, 2 Projects? | 17 Jun 2005 21:48 GMT | 2 |
I'm building an web site with two pieces. A public piece, and a password protected administrative piece. Using VB.net 2003, I created a new solution and project for the public piece. This will run in the root of my server (www.whatever.com).
|
| bug??? or what | 17 Jun 2005 21:11 GMT | 2 |
I have a small app 2 forms and 2 tab pages on one form. I have recreated this app after having this problem yesterday thinking something in my app was corrupt or maybe the group control was bad to use. Now I am lost. I can't delete, copy, paste the only thing on my right click ...
|
| How Do I Debug A Client/Server app in VS.NET? | 17 Jun 2005 19:36 GMT | 3 |
I've built a remoting solution with a client and a server. I want to start the server, and then run the client against it. Since I can only make one project in a solution be the "Set As Startup Project" how can I start the server, and then start the client, both in
|
| Page being blocked | 17 Jun 2005 19:12 GMT | 8 |
I recently posted my first .aspx effort and am getting calls from users saying the page is being blocked and they can't view it. They got a hyperlink in an e-mail (see below). Most have been successful but the failure rate is way too high.
|
| Which is better, C# or VB, and why? | 17 Jun 2005 19:06 GMT | 6 |
i've been researching this issue for a while and can't come to any conclusive answer, mostly it seems to be a preference over syntax, some saying c# is elegant while vb is clunky, or that c# is geeky while vb is more naturally legible. there dont seem to be many capabilities in ...
|
| Referencing custom DLLs, in GAC, from VS.NET | 17 Jun 2005 17:25 GMT | 2 |
I have created a few DLLs and then installed them into the GAC on another machine using a Setup program generated using VS.NET. The DLLs are in the GAC, but when I go into VS.NET, start a project and then choose to add a reference they do not show up in the dialog box.
|
| netCDF & HDF | 17 Jun 2005 15:49 GMT | 1 |
Does anyone have any experience in writing netCDF or HDF files using the .NET framework (pref VB.NET) since all searches on the internet have turned up various C/C++ and Fortran libraries. TIA
|
| How to set the pc clock | 17 Jun 2005 15:21 GMT | 5 |
Hard to believe but I can't find anything that shows how to set the clock programmatically with VB.NET I do not want to use the net time command. Thanks.
|
| Random OutOfMemoryException in .NET Windows App | 17 Jun 2005 15:05 GMT | 2 |
Randomly my application throws the following exception, and of course it only happens in production and i can't reproduct it in Testing. Does anyone know what causes the following exception: An exception of the following type occurred:
|
| Concurrent access COM+ component issue | 17 Jun 2005 14:48 GMT | 1 |
I got a serious urgent issue about COM+ component access. The thing is: I developed a component(called comA) using VB, and another component(called comB) using VB.NET, both of them are in same COM+ application. The concurrency setting is Required for them. From asp(or asp.net) ...
|
| Please Help | 17 Jun 2005 10:02 GMT | 1 |
The following code give me this error: Index 3 is not non-negative and below total rows count. Line 452: Private Sub cboSellers_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
|
| What To Use Instead of "New" Keyword When Creating Class Array | 17 Jun 2005 09:39 GMT | 3 |
I'm having trouble using an Object which is created based on the following: Public CarDetail () as Car Where the CLASS "Car" is defined as: Public Class Car
|
| Referencing a control outside of a user control | 17 Jun 2005 09:09 GMT | 1 |
I'd like to reference a control in a user control that is not in the user control. For esample, if I had the following in my .aspx: ... <html>
|
| XtraReports? | 17 Jun 2005 09:05 GMT | 2 |
Anyone is using XtraReports from www.devexpress.com? Seems like a great piece of software and the price is right. Comments, opinions? Thanks!
|