Hello, When i try access my page on the server its , showing me flowing error msg. When i run same project on my local server its work fine.But when i transfer...
Hi Satish, If your pages are working on your local server that means your code doesn't have any problems for runtime to execute. But you have mentioned that it...
I am building an admin application for our website using winforms and C#. Users (who don't know html) are required to maintain content for the site. I would...
@@SAP Training Online Available!! we are a ERP training center,Job Oriented Training Available!! if u interested in detail,feel free email to(Pls send to all...
Hi, I need to know in which situations we can use Singleton pattern, Any help id appreciated thanx Deepak Mazumdar <http://www.dataworld.co.za/maillogo.gif> ...
Hi Deepak, The singleton is used for a type of class that you would only ever need one instance of. An example is a cache. I recently wrote a class that caches...
Hi All, i m trying on a vis c#.net member registration program. I wrote the problems near them in attach. But i couldnt solve them. If anyone can help me....! ...
Hello, I saw this on a group post and wondered if anyone knew anything about this IWA group or eClasses.org since I wanted an online Intro to VB.NET course...
Hi all How can I execute a select on a stored procedure using firebird? string mySelectQuery = "select menuoption from menuoptions('" + UserName + "','" +...
the only way to execute a select on a stored procedure is to read the
stored procedure into an intermediary ( or temp ) table or use a cursor
to parse the...
Using a C# user module that launches an instance of Word (via the Interop) embedded on a web page, I get a "RPC server unavalable" error when the page is...
Ernst, Thanks for the feedback on this. In the Dispose of the C# class that manages the Word.Application, I added the wordInstance.Quit, as well as the...
I don't recall seeing any of the rest of this thread, but if you've disposed and released a COM object to which you were only holding a single active reference...
Boa Noite pessoal, no meu Blog tem as definiçُes do método XP (http://br.thespoke.net/MyBlog/zenatti/MyBlog_Comments.aspx?ID=15107), mas estamos tendo...
Hi All I had a very immediate requirement to get the properties of a excel file thru Active Object in C Sharp. I had to get all properties (properties in...
i need to implement these object oriented concept in csharp. 1.association 2.multiplecity 3.aggreciation and composition 4.crc card would any 1 please help me...
hi i am facing some problem regarding oo concept implementation in csharp that are as under. suppose we have 2 classes file and user there is a many to many...
try to find this book and read it..... OOP with Microsoft VB.NET and C# Step By Step ISBN 0735615683 (Microsoft Press) it's best book talking about oop . syed...
Hi all, I have made a program with C# but my inteface or GUI look very silly and boring,can any body tell me about a program that i give it my forms ad make...
How can I parse html content using c#? Really I want to show html contents in a window form (tables, images, links and so on), do you know any library that can...
enriquebris@...
Jul 13, 2005 9:24 pm
603
Please state whether you're talking about ASP.NET or WinForms, what tool you're using to create the GUI (Visual Studio 2003, or command line tools only,...
Your best bet is probably a COM ActiveX control called AxWebBrowser, which renders HTML from a URL or file of your choice. It should be present on any box...
And what don't you like about the appearance? What is "silly and boring"? You have a lot of options to jazz up the appearance -- hand tweaking, custom...
hi guys , im curently studying for 070-291 and want to be mcse 2003 certified . iam currently studying q&as from certmagic.com and ms press book . can anyone...