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
May 2008
June 2008


all groups > dotnet faqs > september 2004

Monitoring windows service
Posted by Wally at 9/30/2004 2:46:01 PM
Hi Hi need to monitoring my windows service written in VB NET. How can my monitor application "feel" that my service has made something? Is the only way a polling (for example on a Db table)? Can't service generate events into monitor application? Where can I retrieve examples about monitorin...more >>

the word ".Net"
Posted by Scorpion at 9/29/2004 12:53:02 AM
hi what is the particular meaning of word ".Net". why the word ".Net". why not something else for e.g. xp means experince please dont mind ...more >>

HTTP to HTTPS
Posted by aftab at 9/28/2004 11:45:21 AM
Hi, I have a problem, I have been doing a website and it needs to be made secure, so we have installed versign in the webserver. Now the problem is I have a set of .aspx pages which i will transfer data from page to another page using server.transfer. To change t...more >>

installing vs.net with vs 6.0?
Posted by Scott Dunaway at 9/26/2004 11:52:32 PM
I have Visual Studio 6.0 on my computer. I would like to install Visual Studio .NET as well so I can learn .NET and continue with 6.0. Is this possible, or should I say, is there any problem from doing so?...more >>

page_prerender
Posted by Ashish at 9/24/2004 6:37:10 PM
Hi I have been using Page_Load event for a long time . But never used Page_Prerender. I have seen in articles tht whtever u can do in Page_Load can be done in Page_Prerender also.But wht are the things which should be done in Page_prerender ? Thanx Ashish ...more >>

Worker process
Posted by Purvi T at 9/24/2004 6:02:34 PM
Hi, In ASP.NET all appDomains are created under ASPNET worker process. Is there something similar to this in Windows application development? Purvi ...more >>

Visual Studio & Windows Web Hosts
Posted by newbie at 9/24/2004 2:51:19 PM
I am just learning .NET, and would like to get a hosting account to "play". I'm not very concerned if the site goes down occasionally, etc. as it will be used strictly for the purpose of learning, and for that reason price is a large concern. That being said, I've been looking at 1and1.com, as...more >>

Changing the "Copy Project" values based on "Solution Configurations"
Posted by kevin.schneider NO[at]SPAM level3.com at 9/22/2004 2:45:26 PM
Please forgive me if this is a bit off topic, but I haven't had any takers in other forums. With ASP.NET projects, is it possible to have VS.NET automatically change the configuration options of the "Copy Project" dialog box based on the value selected in the "Solution Configurations" drop dow...more >>



ASP to continue processing.
Posted by Sam at 9/22/2004 1:50:39 PM
i'm writing a VB.NET component that gets called from an ASP page. i want the component to continue to process while it sent back a response to the asp page that it's ok. how do i declare that the component to conintue to process and the asp page can go on? i'm sending out emails and i don't n...more >>

literals
Posted by Al Wilkerson at 9/21/2004 5:06:32 AM
What is the literal forms for printing quotes (" and ') in VB. Net You know in C/C++, and Java it's \", but what is it in VB.Net Thanks, -- Al ...more >>

How to exclude an ASP.NET project from VSS
Posted by Amitabh Jha at 9/20/2004 11:55:35 PM
My ASP.NET project webreports is at vss server. I checked out the project and copied it to a directory. Now I want it to copy it to my laptop that is not part of LAN. So it does not have acess to VSS. On my laptop I copied the webreports project atC:\Inetpub\wwwroot. I opened IIS Mana...more >>

Encrypt/Decrypt a structured file
Posted by kevininstructor NO[at]SPAM state.or.us at 9/20/2004 2:28:09 PM
I am looking to encrypt a file with a structure as follows (for storing data which does FTP connections): Structure SiteInformation Public ID As Integer Public DisplayName As String Public UserName As String Public UserPassword As String Public RemoteDirecto...more >>

Problem with submiting the page
Posted by Ashish at 9/20/2004 11:44:23 AM
Hi Guys I m dealing in a situation tht there are two panels in a page. Each of the tow panels have some textboxes and submit button.ie. Each of the text boxes in both panels have RequiredFieldValidators on them.Now the problem is that whn i fill the text boxes of on panel and press the submit...more >>

Protect my class Libraries, can I?
Posted by Cablito at 9/20/2004 10:30:01 AM
Is there a way to protect my class libraries? I have for instance, a class library full of my base forms and classes latter inherited by various projects. A lot of logic is within those objects and I´d hate to see other companies or individuals being able to add my DLLs to their .NET solutio...more >>

Vi editor for Visual Studio .Net
Posted by Al Wilkerson at 9/19/2004 6:26:29 PM
Does anyone know if there is a Vi editor plugin for Visual Studio.Net ? Thanks, -- Al ...more >>

C# FAQ 1
Posted by Anand N [MVP] at 9/18/2004 6:10:30 PM
How do I work with Data Types and Variables? http://www.codeproject.com/useritems/cs_faq_1.asp Regards, Anand N Microsoft MVP NetAns Technologies www.netans.com ...more >>

convert a custom format string back to datetime
Posted by Lynn at 9/18/2004 2:46:33 AM
Hi All, We all know we can use toString(strFormat) mothod to convert a datetime variable to a custom string, let say strFormat = "YYYY!MM*DD", then we can get '2004!09*18', how can I get convert the string back to datetime based on the specific format 'YYYY!MM*DD'. Convert.todatetime met...more >>

Disable editing a particaular column in a datagrid
Posted by Baskaran.K.R at 9/17/2004 5:43:01 PM
i am newly developing ASP.Net applications using C# i have many columns in a datagrid ,i have to disable particular column in datagrid.how can do that? -- Baskaran.K.R...more >>

Socket
Posted by Wally at 9/17/2004 2:00:25 PM
Hallo Is there anybody able to tell me if and how to restore a lost socket communication? I try to explain. Computer A and computer B are net connected and they estabilished a socket connection. A (which acts as a server) is waiting for data from B and, while waiting, it sends a "ping" charac...more >>

Arabic Language
Posted by Mohammad Mubarah via .NET 247 at 9/15/2004 11:41:24 AM
(Type your message here) Hi=2E=2E My question regarding Arabic language I?m using the (CR) that comes with (VS=2ENET) 2003 I notice that= (CR) Not support (Arabic Language) e=2Eg=2E : Page Direction= (Right-to-Left) and the Text Box Direction (Right ? To-Left) ,= So I need a support...more >>

Frontpage 2003 and C#?
Posted by Bootstrap Bill at 9/11/2004 4:57:46 PM
Intellisense on FP 2003 gave me C# as an option for my script tag. Is it now possible to use C# as a scripting language in Internet Explorer? If not, why does front page list it (as well as other .net languages)? -- Wow! Those grubs at the Golden Horseshoe Saloon are a good deal! ...more >>

Visual Studio .net 2003 and Frotpage 2003
Posted by Bootstrap Bill at 9/11/2004 4:55:04 PM
Is there any way to get Frontpage 2003 to work with Visual Studio .net 2003 when creating web applicationos? I'd love to have the full power of Front Page available instead of the more limited HTML editor that comes with Visual Studio. Ideally, I'd like to be able to create a web applicatio...more >>

Design mode is slow
Posted by Dimsion at 9/11/2004 1:56:56 PM
Hi, does anyone have any suggestion on making the software faster? I have try visual studio 2003 and the new visual basic .net 2005 beta 1, both version using visual basic design mode(create form layout with controls) its very sluggish. I have a p4 3.2ghz with 1gig ram on winxp/sp2 and its sti...more >>

.NET application freeze
Posted by Nelson Xu at 9/10/2004 6:43:15 AM
Hi .NET experts, My company has a three tier web application written by VB.NET. This application runs fine sometimes. However, it also freeze 20% of the time. Now, this is a big concern for us because we have to solve this issue before goes to production. Any help will appreciate ! ...more >>

calculate the download and upload time .. HELP!!
Posted by Marlon at 9/9/2004 10:27:28 AM
Can someone show me the formula to calculate the download and upload time given the filesize and transfer speed. ...more >>

Oracle 8i
Posted by JohnFol at 9/7/2004 3:48:38 PM
I am writing a vb.net application that needs to connect to and call Oracle stored procedures. My background is MS SQL so I am used to SQLClient / ODBC / OLE db etc, but new to Oracle. In my simple way of thinking, I presume the 1.1 framework's managed OracleClient library is all I need to make...more >>

Converting a text input field into a decimal
Posted by TheRemedy at 9/6/2004 9:07:43 AM
I have a problem. using the data adapter I have configured it to accept data entry from text fields. However, there are a couple of fields in the database which have a database type of decimal. there aren't any server controls which specifically handle decimals and I tried converting the variabl...more >>

can i validate the presence of .Net framework in the OS
Posted by a_srivathsan NO[at]SPAM hotmail.com at 9/5/2004 9:49:21 AM
hi everyone i need to know how to test the presence of dotnet framework in XP pro OS if testing an application without the .Net frame work what errors it displays can i validate the presence of .Net framework in the OS]...more >>

Dynamic Publication
Posted by ChamithSri at 9/4/2004 7:17:12 AM
Hi, What is meant by Dynamic Publication in .net Remoting? Thanks, Chamith ...more >>

Validate SessionID
Posted by Shankar Reddy at 9/2/2004 10:01:18 AM
Hi, Is it possible to validate whether the given SessionID is valied or not? = or in other words how do we identify whether the session is still active = or not? for a given session id? Thanks Shan...more >>

ObjectSpaces
Posted by ChamithSri at 9/1/2004 10:57:20 PM
Hi All, Does anybody know whether the ObjectSpaces (an Object Relational Mapping tool) is included in the Beta 1 of VS 2005 which was recently released? if not when are they planning on releasing it (atleast a beta) ? Thanks, Chamith ...more >>


DevelopmentNow Blog