Home All Groups Group Topic Archive Search About

.NET Frequently Asked Questions

microsoft.public.dotnet.faqs
Score Business Rules & Referential Integrity
Paul Johnson - 20 Nov 2004 4:41 PM - 1 message
Good Day All. I have been trying to find general answers to a very specific question about application design and implementation using DotNet. My situation is that I would like to design and implement a Web Application. I would like to avoid using datasets in favour of the datareader to ...
Score Re: Dotnet versus Java-Applets
jzero - 20 Nov 2004 4:09 AM - 4 messages
For applet-style web applications...  For other web applications, ASP.NET is very well suited for use on a variety of platforms because it outputs html. ...
Score how compile sources VB.NET & C# with command line?
Alfonso Melchionna - 19 Nov 2004 2:06 PM - 4 messages
How can I compile in .NET Framework modules written in various languages (VB.NET, C# and others) having, finally, one result (e.g. an EXE), using common namespaces? ...
Score OCR
yoshitha - 19 Nov 2004 4:08 AM - 1 message
Hi ,       I've to ocr a  document(image file) through vb.net .Can anyone tell me how to ocr a document ,which control i've to use and also which Dlls or com componenets i've to use. ...
Score Article : Security Tools Part -- 1 (.Net FrameWork Tools Series)
Namratha Shah (Nasha) - 18 Nov 2004 10:50 PM - 1 message
Hey Group, Today we look in to creating software digital certificates but we take a plunge in that we will look at certain aspects of Crytography. Cryptography is about keys for encryption. These keys can be symmeteric or asymmetric. When we say symmetric keys what we mean is that the same key is used for encryption and decryption. In case Asymmetric keys there are different keys for encryption and decryption like the public key and the private key. e.g. if something is encrypted with private key then it can decrypted with public key and vice-versa. ...
Score How to communicate with HTML Script?
HmDZ - 18 Nov 2004 7:53 PM - 1 message
There is a cool feature in some applications like The VS.NET itself, in which IE Server has full integration with the mother application and can also control it by its web page scripts. For example the first page after ...
Score Problem in developing newsreader in vb.net
balu - 18 Nov 2004 12:57 PM - 2 messages
Hello, I am developing a Newsreader in vb.net and i am getting a problem in posting article to newserver for a particular set of newsgroups. i developin g this newsreader using nntp commands.I need vb.net code for posting a article . I ...
Score Re: Need MSF Implementation Plan
richlm - 18 Nov 2004 9:28 AM - 1 message
If it's a sample template you are looking for you should find one here: [link] [link] ...
Score Need help with IE Server
HmDZ - 18 Nov 2004 5:38 AM - 4 messages
There is a cool feature in some applications like The VS.NET itself, in which IE Server has full integration with the mother application and can also control it by its web page scripts. For example the first page after ...
Score Re: How to Search in VB.NET
Jay - 18 Nov 2004 5:31 AM - 1 message
Hello , You are not Specific With what you want to Do. are you talking about Searching anything in the Code or else . ...
Score RE: Dotnet versus Java-Applets
Scott McKenzie - 17 Nov 2004 6:57 PM - 1 message
Just seen this link on MSDN. [link] It talks about J# Browser Controls (and migration from existing applets...) I can't say I know anythign about this, but it may be worth you looking into. ...
Score Notification Baloon
ham Come> - 17 Nov 2004 4:19 PM - 6 messages
There is a very useful method of user informing in XP, using the balloon tips in the notification area. I know XP is written in C++/C and many of C++ programs already do it ( Ballooning) . I just want to know how I can do it ...
Score HTTPRequest and JAVA Servlet
Greg Reevosh via .NET 247 - 17 Nov 2004 9:03 AM - 1 message
I am sorry if I double post but here is the problem: I am trying to use HTTPRequest/Response object to make call's to some JAVA Servlets. Those servlets have internal redirects. I keep getting 500 error in WebException, any ideas why? ...
Score HTTPRequest and JAVA Servlet
Greg Reevosh via .NET 247 - 17 Nov 2004 9:03 AM - 2 messages
I am sorry if I double post but here is the problem: I am trying to use HTTPRequest/Response object to make call's to some JAVA Servlets. Those servlets have internal redirects. I keep getting 500 error in WebException, any ideas why? ...
Score Issue with System.Net.HttpWebRequest
Greg Reevosh via .NET 247 - 17 Nov 2004 9:01 AM - 2 messages
Hi, I have an issue with System.Net.HttpWebRequest object. I amtrying to do call to Java Servlet that does user authentication and then redirects to requested page and starts requested process. It looks somethink like this: http://SOMEHOST:10001/servlet/Servlet?_action=LOGIN&_User=USER ...
Score asp to aspx
ashok kumar via .NET 247 - 17 Nov 2004 9:00 AM - 2 messages
(Type your message here) -------------------------------- From: ashok kumar i am having asp project how to upgrade it it asp.net without changing the extesion means i have to keep my page extension as asp. ----------------------- Posted by a user from .NET 247 ([link]) ...
Score Article: What is Isolated Storage ? (.Net FrameWork Tools Series)
Namratha Shah (Nasha) - 17 Nov 2004 12:39 AM - 1 message
Hey Group, After a long week end I am back again. Its nice and refreshing after a short vacation so lets get started with .NET once again. Today we will discuss about Isolated Storage. This is one of the topics ...
Score XML Documentation and Web References
Ryan Columbus - 16 Nov 2004 9:55 PM - 1 message
I am working on a client/server application that uses .NET Web Services.  I am using the Description field in the WebServiceAttribute and WebMethod attributes within the web service to document the various classes and methods there.  On the client side, I create a Web ...
Score DotNet jobs in Chicago
Al Wilkerson - 16 Nov 2004 4:54 PM - 1 message
Hey, Has anyone recently found a job using DotNet technologies ? I'm hoping after 5 - 6 months of DotNet training under my belt that I can found a entry-level position some where in the Chicago area. I was just curious to see how the market is for the DotNet development ...
Score Re: Populating a ComboBox in C#
Al Wilkerson - 16 Nov 2004 4:47 PM - 1 message
Thank you all, but I figured it out. This worked for me: ComboBox1.DataSource = myDS; ComboBox1.DisplayMember = "Company Name";                // Column Display Name ComboBox1.ValueMember = "Suppliers.CompanyName";    // tablename.column name ...
Score Re: Dotnet versus Java-Applets
John Bown - 16 Nov 2004 11:04 AM - 1 message
You are right to say that not many people are aware of the power available. However, we have fully adopted the technology. We used to implement browser-based administration systems developed initially using VB UserDocuments, then switched to ActiveX controls due to download problems. ...
Score Re: Windows Installer prompts on each launch of application
Thomas Weise - 15 Nov 2004 4:35 PM - 1 message
With external help, I could fix the problem: During installation, a folder named tmp was created. A dummy file was placed there because I was not aware of option "AlwaysCreate". On exiting the app, the dummy file was deleted together with all temporary ...
Score advise on alachisoft
Patrick imbault - 15 Nov 2004 9:56 AM - 1 message
I need a RAD tool to create data middletier (SQL Server) in order to build a web interface is alachisoft the product to use or which one???? Patrick ...
Score Need MSF Implementation Plan
VBDotNETCoder - 15 Nov 2004 1:18 AM - 1 message
[Message not available] ...
Score Windows Installer prompts on each launch of application
Thomas Weise - 14 Nov 2004 12:02 PM - 1 message
[Message not available] ...
Score Populating a ComboBox in C#
Al Wilkerson - 14 Nov 2004 6:36 AM - 6 messages
[Message not available] ...
Next »