Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top .NET Framework 2.0 Solutions: 1 - 25 of 194
 
Every day at 12:00AM I get these error messages and they continue every minute until I restart IIS.  The asp code that this error message is complaining about runs perfectly all day, until mid...
Hi Experts, I found the following code that does the job of a winsock control. But this is a sub that you may call by a click of a button, and what I need is an even that gets fired whenever ...
I am looking into becoming Microsoft certified. I have been looking in particular at:    Technology Specialist: .NET Framework 2.0 Web Applications    Technology Specialist: .NET Framework ...
Hi, I've seen in many asp.net 2.0 projects this sample of code (same structure I mean). All projects are using XSD as data access layer and this BLL class just creates instances of strong t...
I did microsoft update and microsoft .net framework 2.0 service pack1 will not fully install what do i do?
The Windows Update program keeps trying to, but fails to, install "Microsoft .NET Framework 2.0 Service Pack 1 (KB110806)". Here is my system information:                                 ...
okay here's how it looks: "Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable.  Please hit the "Refresh" button in y...
Hi, After enabling Listview to false, the backcolor changes to Default Control. instead of white which i set... what is going wrong here.. does any property is remaining to change??? Regar...
hi         i am builting an ASP.NET web-application       at the top of .aspx file          <%@ Register TagPrefix="CustomDataField" Namespace="CustomDataCell" %> there is class in a c...
Hello I have created a service which would allow the service to be installed automatically using the createservice() API. The code is as in the code snippet. I have manage to install th...
Hi all, I just wondered if it is possible to share session state across virtual directories in asp.net 2.0. I have a single sign on web application that is split up into 3 main website p...
Hi, Platform: Windows 2003 Server and IIs 6.0 and Microsoft .NET Framework 2.0 / 2.0.50727 I've been done a lot of actions without success. My problem is that an asp.net application is n...
I am using a ModalPopupExtender in a master page for displaying general app and exception messages. I give the app message string as a parameter in a public master page sub that populates a la...
Hi Need some help about not well formed tags My aspx page is based on 1 sqldatasource and 1 formview bound to this datasource when the formiew is in insert mode, I want to open a dynamic ur...
hi experts, i use two background worker and in both process there is a critical call to a specific function this function has to be called once a time by a process so my question is how ...
I have my .NET .exe located on a server with a remote PC mapping a drive to that location. When clicking on the .exe file from the remote PC I get the standard windows exception error. Never w...
I am having problems with an app on the user's XP Pro system that relies on .Net Framework 2.0, so I want to repair it, or uninstall and reinstall---but I can do neither.  Both of these proced...
Hey Guys, I am working with Select Parameters on the .Net C# Griview. As you can see in the code below, I am selecting from the database by passing Model and Make to the database. What ...
Hi, I am creating a new website on a clean build of Server 2003, Standard Edition Release 2 SP2. I am creating the site in Visual Studio, using AJAX Extensions - 1.0 on the .NET Framewor...
Hello Experts, I am having trouble with the concept of deploying a .dll for a web applicaiton .NET 2.0.  I found a great .NET control for populating a news scroll here: http://www.rainfores...
Hi, I am trying to set up an ASP.net form that displayes a group of 4 radio buttons, a questions then a group of 3 radio buttons. Some questions have sub questions, so the sub question will...
I have a couple ASP.NET sites running on a dev server (right next to me actually, so I have full access) running IIS 7 (Vista home premium, dont ask why) and asp.net 2.0. It is running on a LA...
In a window application I have the code below where Note is a column in the gridview grdNote.  I want to show the text in the Note column wrapped:                     grdNote.DataSource = N...
I want to generate a window without a title bar, but with text that will show up in the Alt-Tab list or in the start bar. I know I can lose the titlebar by disabling the control box and set...
I am trying to open a word document through my .net application.  Here is the code, but there is a ton of parameters that it is expecting, and I don't know what to do.  Also the document is on...