I need to make some sort of an EventViewer class, which will append some events in a file. and when necessary display the events to user. There could be up to 300 events per day, but usually i...
How can I create a web application bilingual?
I want to develop an web application in english as well as in Russion. Can anyone help me out in doing this.
Thanks & Regards,
Arunangshu ...
Where I can find sample Windows applications for .NET 2.0 that includes all aspects of .NET? I searched Microsoft site but found only Web applications.
Hi
I'd like some help on this problem please. I serialize an object made up of various other objects. The classes are marked as <Serializable()> so they can be saved/loaded to / from XML.
...
I implemented a VirtualPathProvider that delivers content from a DB. Everything works fine except that the pages are cached indefinately. Any changes to the content won't be reflected on the...
Hi,
I have had a few issues with .net 2.0 and need to uninstall and reinstall the software. Is there a good way of doing this?
Regards,
Tom
I have a datalist control that when some text box fields are filled out, a certain sql statement is executed and a query is populated.
The results appear when the person hits a search tha...
I have a Web site that has this code of the CS page
{
string title = user.getResourceTitle(file.Substring(file.LastIndexOf("\\") + 1));
plcLinks.Controls....
Using Windows XP Pro. I have downloaded several .NET Remoting sample apps from different web sites which contain server and client apps.
The client apps are unable to connect to the server ap...
Hi,
I wrote a prgram in VB .Net (for 2.0 .Net framework). The program was working fine on a Windows 2000 server, the server was upgraded to Windows 2003.
When the program now runs after th...
I am running a C# executable application from a CD. I am not installing the C# application on the client. It is a DotNet 2.0 application. How can I check whether the DotNet 2.0 framework is in...
Hi,
I have dotnet application made on .Net 2.0 Its an Windows Application.
We wish to run this application on the Mac.
Is It possible? We have the code of the application?
Thanks
I created a FAQ page and all I want is that when the user clicks on the question (that is a link button) the answer to the question appears bellow the question by fading in with the help of th...
I just started in a new environment which just recently started development in ASP.NET. They have users in locations in other countries, and thought that it would provide a speed increase to c...
How do I wipe a test machine clean for testing installations.
I've developed a .NET VSTO addin for Outlook and am now testing the installation. In addition to my application, the setup che...
As a method of crack prevention I would like to have my software self-verify its digital signature at startup and not run if the check fails. Is this possible with VB.Net? If so, can someone p...
http://www.cupidfish.com/join_form.php
I need to create in asp.net 2.0 this kind of shadows.
when u click in the textboxes it highlights as well.
My site is omegalove.com i would like t...
It is probably an easy one for an expert, but
how do I get the same behavior of a normal textbox for the masked one?
I want to have the text being selected(!) when tabbing to the field / ...
Is it possible to use .Net forms authentication on a site that has large number of ASP pages?