Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > december 2003 > threads for wednesday december 3

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Special characters
Posted by Vannela at 12/3/2003 10:30:28 PM
In my unmamaged code varaibles declaration can use special characters like - Dash _ Underscore (C# allows except this) $ Dollar sign # Number sign % Percent sign but C# will not allow how can i replace this characters with other ones like cant dlete this charates from ...more >>


Dynamic arrays
Posted by Vannela at 12/3/2003 10:17:23 PM
How can i achieve the dynamic arrays concept in C#? I have used the ArrayLists of C# but in few cases it is failing like when i pass these dynamic arrays a arguments to functions b'coz in those functions directly i cant assign the arraylist values to other variables (as they are objects) ...more >>

visual studio 2003 debugger shows string escape codes
Posted by felix666007_no_solicitation NO[at]SPAM yahoo.com at 12/3/2003 8:49:02 PM
If I set a breakpoint in visual studio 2000 and viewed a local variable (in the "locals" panel), I would see something like: sql | " SELECT Operator.FirstName, .... now I am using visual studio 2003, I see something like: sql | "\r\nSELECT \r\n\t\t\tOperator.Fi...more >>

store T-SQL in database
Posted by switter NO[at]SPAM medamicus.com at 12/3/2003 6:30:05 PM
I have a asp.net page that creates controls at runtime. I am also wanting to create drop down lists at runtime that connect to a view in sql server. I was thinking of storing either the view name of the sql statement in a field, and using that to create the datasource for the ddl at runtime. ...more >>

Recently Opened Projects
Posted by Bill Szerdy at 12/3/2003 5:35:31 PM
How do I clear my recently opened project list in VS.NET 2003? Thanks...more >>

Designer issues
Posted by Alvin Bruney at 12/3/2003 5:12:05 PM
Why is it that when I move a form (.cs and .resx) file in a project to a sub folder it totally flucks up on the apps using that component. No code changes just the actual project structure for the control. The designer has serious issues. I regard it as work in progress, not final. ...more >>

SB ?
Posted by Kent at 12/3/2003 3:28:14 PM
If I get the error: Compiler Error Message: CS0246: The type or namespace name 'sb' could not be found (are you missing a using directive or an assembly reference?) What namespace or assembly would I need to import?...more >>

Tooltip on AREA object
Posted by drb at 12/3/2003 3:26:07 PM
I have a MAP object on an aspx page. The MAP object contains a number of AREA objects. I would like to assign a tooltip or onmouseover event to each of these AREA objects, but it doesn't look like AREA has title or tooltip properties, despite what I see in help documentation. Does anyone k...more >>



Empty DateTime Value
Posted by Picho at 12/3/2003 3:09:23 PM
Hi all, Does anyone know of a GOOD explaination why the DateTime type is a value time (cannot be null) and furthermore does not provide a DateTime.Empty value? when using a DateTimePicker control on windows forms, there is the checkbox that can indicate an empty date value. there is no such...more >>

how to convert from Double to Int32
Posted by Bob at 12/3/2003 2:45:08 PM
System.Convert.ToInt32() doesn't work the way that I want, as the function rounds the double value to the nearest 32-bit integer. For example, for a number 11.75, it returns 12, but I want 11 (the floor). Is there a function in .NET to do this? ...more >>

Serializing Complex Objects
Posted by Martin. D. Waller at 12/3/2003 2:45:05 PM
Hello, Does anyone kow of any good examples or documents that talk about serializing complex objects and object graphs to XML. Basically I would like to have a class that references other classes etc and I'd like to serialize the whole thing... Many thanks... Martin ...more >>

About Msg/Alert Boxes in a Web Application
Posted by Coleen at 12/3/2003 2:36:29 PM
Please see threads on "Dumb question about Message boxes" - I went to the specified link - this works great if all you want to do is display a message box before any of your script behind the aspx.vb runs or on the click event, but if you are actually trying to validate user selections, such as w...more >>

VS Help question
Posted by Woody Splawn at 12/3/2003 2:34:32 PM
For reasons I have not yet identified I am having problems with the help system in VS.net 2003. It seems as though it was working all right in the past but it's not now. First of all I can't seem to get my search and help icons to stay on the screen when in VS. In order to access the search d...more >>

Dumb question about Message boxes
Posted by Coleen at 12/3/2003 11:55:32 AM
I'm using MS .Net Version 7, using VB .Net working on a "simple" web page. All I want to do is display a messagebox. I tried using Messagebox.Show, and get an error that Messagebox has not been declared. I tried using MsgBox (like we used in VB 6) but this throws application errors every time ...more >>

Capturing data
Posted by Tim at 12/3/2003 11:12:51 AM
I have an interesting challenge in front of me and I am not sure where to begin. I need to accomplish the following: While a user is visiting our website, I need to launch a process to capture data from a provider's web page, collect some data related to the information our visitor is ...more >>

"not enough space on disk" even though there is 35 gigs free
Posted by Jas Shultz at 12/3/2003 10:07:46 AM
I'm using Win2K3 Enterprise edition with the latest .NET framework installed. I have this problem with getting "out of disk space" errors. I have 35 Gigs of disk space free. It doesn't happen all the time but it does happen. When I installed Sharepoint Services I got the error and had to reboo...more >>

Control.Invoke vs. timers for syncing UI with background tasks
Posted by dan NO[at]SPAM actional.com at 12/3/2003 10:03:34 AM
I had a background task collecting data from a server which wanted to update lots of parts of the UI with new information (potentially while the user is interacting with it). At first I was using Control.Invoke to get work done on the UI thread -- but this was resulting in all sorts of random ...more >>

VB in .net programming: Case sensitive???
Posted by J. Muenchbourg at 12/3/2003 9:22:03 AM
I'm doing a few tests with simple .net scripts, and I noticed that I display the following error message at ErrMessage.Text if I don't enter "BLUE" in capital letters into my input textbox: <%@ Page Language="VB" %> <script runat="server"> Sub Check_Value(Src As Object, Args As EventA...more >>

ComboBox Value
Posted by Dianna K at 12/3/2003 6:57:38 AM
Hi, I am trying to set the value of the a combobox with a field from a dataset. It will not set. Me.cboTypeDesc.Text = DsTitle.Tables("Title").Rows(0).Item ("genre_description") or index = cboTypeDesc.FindStringExact(DsTitle.Tables ("Title").Rows(0).Item("genre_description")) Me....more >>

Datetime data type field is not allowin 12:00:00 AM to be stored
Posted by Mike John at 12/3/2003 6:39:15 AM
This is very weird !(Sql server 2000) I am trying to store 11/18/2003 12:00:00 AM in a field with data type datetime. it accept it but the time disapper. So it looks like 11/18/2003. however, 11/18/2003 12:00:01 AM works fine. is there a bug in sql server 2000. sincerely yours ...more >>

newbee question
Posted by Alexia at 12/3/2003 4:00:02 AM
Hi, I have a real beginner question for u.... what i want to do is close a form when a new one opens. At present when i run my application and arrive at the main form, i press a button to display a second form, but the 1st form is still in the background. I tried to use me.close but thi...more >>

events-urgent
Posted by reiks at 12/3/2003 3:06:26 AM
Can we post events in C#? My requirement is that I call an event in a function, but the event should execute at the end of the function, after all the lines of code before the event gets called and all the lines of code after the event are executed. does .net supports this queuing of ev...more >>


DevelopmentNow Blog