Groups | Blog | Home


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 > november 2006 > threads for monday november 27

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

Passing Variables from ImageUpload.aspx to current window
Posted by Bama at 11/27/2006 11:41:01 PM
I have an employee database. Recently I need to add a new field for the photo of each of the employee. I already have a form to enter new data for the staff, and I am creating pop up window to upload the photo for each staff. How do i pass variable from imageupload.aspx to the editstaffpage.a...more >>

help me
Posted by Dhananjay at 11/27/2006 9:48:32 PM
hello everyone Do you have any information how to generate a tool using .net which is used to translate the web page contents to html format. Plz reply me asap Thanks in advance Dhananjay ...more >>

Purpose of using interfaces in .net.
Posted by Mani at 11/27/2006 7:54:02 PM
Hi All, Can anyone please tell me how interface is going to help me in real time senarios. As interface contains only skeleton of methos and it has to be inherited to a class. Is there anything which we can achive only through interface, Please help me in this as i am a bit confused. ...more >>

Regex pb
Posted by Bragadiru at 11/27/2006 5:02:09 PM
Hi, I'm using the following Regex to parse for method parameters. It works if there are no spaces between commas. How can I change the regex to support method calls like : MyMethod('uno', 'due','tres' , 'quatro' ) Regex(@"[^,\(\)]+",RegexOptions.Compiled); // Parse for function params (.....more >>

is UML usefull?
Posted by R.A.M. at 11/27/2006 2:38:46 PM
Hello, I am learning to develop ASP.NET applications using SQL databases. How do you think: is UML usefull in designing such applications? Thank you! /RAM/ ...more >>

convert stream to string
Posted by tparks69 at 11/27/2006 2:27:01 PM
I am getting data from an FTP into a Stream object. Now I need to put this data into a string so I can manipulate it. Can anyone show me some example code? (C# preferably)...more >>

Design Issue
Posted by Jose at 11/27/2006 12:32:33 PM
Hi All, (I realise this isn't a specific dotnet question but I'm using dotnet to implement it.) I have a table of data that could run to about 50,000 rows. A user will enter a some data in a web form and I need to return a paged set of results depending on the value of the data. However I c...more >>

How can you get a reference to a property by name?
Posted by crpietschmann at 11/27/2006 12:28:01 PM
I need to get a reference to an objects property by name. I know how to use the PropertyDescriptor's GetValue and SetValue methods to get and set the value of an objects property. But my issue is I need to get a reference to the property itself. For example I need to do this: public Pers...more >>



VS05 configurations and app.config's
Posted by Oleg.Ogurok NO[at]SPAM gmail.com at 11/27/2006 11:32:28 AM
Hi there, When a Windows App is compiled in Visual Studio 2005, app.config is renamed to MyAppName.exe.config and placed under either bin\Debug or bin\Release, depending on the currently selected Configuration (Debug or Release). Is there a way to have separate app.config files for each con...more >>

Reference changes at runtime
Posted by Charlie Brown at 11/27/2006 6:45:38 AM
I have VS2003 project I have been running for some time now. Recently when I do a build, it changes 2 of my references to older versions of the assembly. Is there some way to prevent this from happening? I need to keep the older references for other projects, and I have been running this conf...more >>

High performance sorting algorithm
Posted by Jesper, Denmark at 11/27/2006 2:31:01 AM
Hi, I've written a C++ program years ago, it's still in use in the company where I work, now its time to port it to .net, preferable managed code. However, I'm a little concerned about a sorting performance. I need to sort a somewhat high number of entries in a list. I think of using generi...more >>

C# Short Cut keys please.
Posted by iKiLL at 11/27/2006 12:00:00 AM
Hi I am new to C#, i have come from a VB6 backgrouond. What i am looking for is a list of the Short cut keys for C# and what they do. I am in perticulare looking for the keys to jump to a Decleration and then back to where you came from in the code, like in VB6. (SHIFT+F9 and CTRL+SHI...more >>


DevelopmentNow Blog