Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

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

 
Time Tested .NET Framework 3.x Solutions: 1 - 25 of 39
 
I just installed the AJAX Control Toolkit and am trying to get a simple <cc1:ConfirmButtonExtender> to work on a page with nothing but a textbox, a button and a label per the video on www.asp....
Hi i have install .NET Framework 3.5 in IIS 6.0 on my windows 2003 std server, but it is not show in the IIS asp.net property how  i am sure that the .NET Framework 3.5 has been install on ...
I'm writing a login user control in C# using asp.net 3.5 with the Ajax Toolkit's ModalPopUExtender to allow the user to click a login link that will then display a modal pop-up with the login ...
Hi, I'm trying to install Visual Basic 2008 Express Edition on my work PC (it installed fine on my laptop at home) and it starts with n install of Framework .Net 3.5 but it just doesn't want t...
Hi, ye mighty all I have multiple versions of .NET framework installed on my PC (Windows XP SP2). It lloks ridiculuis, but what I have in my list of applications, is: .NET 2.0 Russian Lan...
How do you detect an item or row doubleclick in a listview using WPF?
Hi everybody, Im new to WPF and can't seem to get a grip on the listview. How do I populate the listview with columns and rows? A sample would be great. And also, when populating, I've read...
I have a ASP.NET web application  that has been developed in .Net 2003 .I want to migrate this ASP.NET web application to Visual Studio .net 2008.I created a local copy of the project from s...
I am using VS express web developer .net3.5.  I have a datalist on the page and have changed 2 textboxes in to dropdown lists.  I can populate the data in the dropdowns without an issue but I ...
Hi, I'm developing a WPF application which makes extensive use of the TabControl.  Part of the requirement is to style individual TabItem background colours, for example TabItem1 = Red, Tab...
hi everyone, im currently about to start a new project which basically is a registration system (for school). In the past i have developed this type of project using n-tier OOP approach. I ...
I am new to WCF, and wwould like to create a webservice using WCF. I have VS 2005 and .NET 3.0 installed. Could someone send me links/ notes on the step by step process of creating a webs...
I am going through the exercises of a WCF book that I bought. I am using VS 2005 and have .NET 3.0 installed  I get the following error when trying to debug  - Unhandled Exception: System.Ser...
I have a 3.0 site that I just upgraded to 3.5.  It runs fine on my dev box (with VS 2008) - but on the server (no VS 2008) - I get the error Compiler executable file csc.exe cannot be foun...
I'm trying to setup a WCF service to work with remote machines.  I have the service contracts and data contracts created and also a test service host application.  I'm able to go to http://loc...
We're trying to implement a background binary file downloader with progress bar in a WinForms app using WCF. Our UI will have a list of URLs like http://myserver/bigimage1.jpg, http://myser...
This is complex, but I'll try to explain completely & succinctly. I have a VB6 application (call it App), using a .Net 3.5 assembly (call it Bridge) that calls other assemblies including a ...
I am new to ASP.NET and I'm using VS 2008. I would like to put a Tab control on the screen so that I can have a different Listview in each Tab. But the Tab control is grayed out. Does the Tab ...
Hi, Im just new to WCF and recently started a program. I have a service operation named CreateAdministrator which inserts in 2 tables via the DAL. I have read in some article and also in Juva...
Hi, How do i find the path of the executable in a windows console application (C# code)? I tried "Application.StartupPath".It did not work,got a compile error "the name 'application' does ...
How do I create a new WPF window and maximize it in the second window?
Dear all, I have a page written in asp.net 3.5 The page display language is Hebrew. The page is divided into TWO tables (side by side). I also have a simple panel control at the TOP of t...
I have the following xaml that has a ListBox that use databinding. My problem is that this binding Source="{Binding Path=ImageData}" is not working, the image is not display. ImageData...
1. I need to populate ListView with the data from database from .vb ffile, not asp:SqlDataSource 2. i have no idea how to bind and implement Change Pagesize with DropDovnList
I am trying to activate the spellchecking of a RichTextBox control but nothing happens. I have tried (and double checked) the <RichTextBox SpellCheck.IsEnabled="True"/>, but nothing happens...