Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested .NET Framework 2.0 Solutions: 101 - 125 of 467
 
Hi, I am using the crystal reports XI version. I need the column headers to stay on top while scrolling down the data. The column headers are present in the page header section. IS there a ...
I need to execute a javascript function when a page loads for the first time.  I need it to only execute on the first page load and not on postbacks.  Therefore, the way I see it, the code tha...
I'm having some issues with a Sybase product which depends on Microsoft .NET Framework Version 2.0 Redistributable Package. Sybase Tech Support claims I don't have Microsoft .NET Framework Ver...
I am trying to write to a file using System.IO.StreamWriter, and i need to use the "writeline" portion but need to put a text string into a file, with quotes. However, when trying to use doubl...
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...
I need advice and help, What are the current benefits of upgrading visual studio 2005 framework to version 3(.net) If i did upgrade want do I need to install to upgrade to version 3 I am...
What url can I use to download Ajax Control Toolkit for .NET Framework 2.0, ASP.NET AJAX 1.0 and Visual Studio 2005 Thanks
Hi, I am using ASP.NET in C#. I want to have a popup-calendar function on my webpage. So, I found a popup-calendar in this website(http://www.123aspx.com/redir.aspx?res=31817)  and used it ...
Hi, i need to get the time of a client machine (24 hr 00:00:00) in order to choose a set of image to run in a slideshow. to do this obvioulsy i first need the time then i want to set a bool...
Hi, I need to use a VB.Net app to set a cookie in internet explorer so that the next time it connects to a site, it send the data in the request. As a bit of background: I'm using a loca...
I have a gridview on the right hand side of my page which acts as a list of values.  I would like the user to be able to click on a value and have that value be assigned to a textbox also on t...
Hi, I am getting an error System.Web.HttpException: Request timed out when our application runs on .net framework v2.0.50727. _________________________________________________________...
I have created a gridview that is dynamic and binds the grid dynamically based on a table selected in a dropdown. I have worked through most of the issues like dynamically creating the update,...
i have a file directory using ASP.NET 2.0 and it lists excel spreadsheets, i have a link button in a datagrid that i want when the user clicks on the link it allows them to download the file, ...
I am using .NET 2.0 C# GridView I have code that is run on the RowCreate event and it all works fine, in this code I do things like protected void PaymentHistoryGridView1_RowCreated( obj...
Hi I'm sure this will be easy for the experts.... I have a string in format   vx.y.z,  where x, y, z are numbers e.g.   for   v3.2.14,  x=3, y=2, z=14.  'v' stands for version x, y & z ca...
Hello, I've written a simple application that sets every second the mouse position to location (0, 0). Hovewer, when I run this program as a normal user, or as an administrator (RightClick-...
I have datareader in the code behind, and I now want to datablind the radio button in the code behind. How can I add radio button in 100% code behind and the radio button will have value from...
This is probably easy but I just can't figure it out.  I'm trying to create an XmlDocument object with a default namespace, so I can add all of my internal elements and have them automatically...
I have a web page that uses ASP.NET AJAX controls. I have a simple piece of code that sets the focus to a control. I put it in the Page_PreRender() event handler. It works great when the page ...
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...
We have the problem with a 2003 Server Standard Edition 32 bits with SP2. It has .Net Framework v1.1.4322 and v2.0.50727, but the ASP.NET tab does not appear in the IIS Manager. We have tri...
Hi, Need to convert this function to vb.net 2.0 Public Function ReadMapFile(ByRef mapNumber As Short) As Boolean           '---------------------------------------------------------------------...
Hi, Because asp.net 2.0 usercontrols can't be implicitly coded so other pages can use their types, but only through a basecontrol which will sit in the app_code folder, can this be achieved...
Hi, After switching to ASP.NET 2.0 and understanding the fact that each user control is not a known type as it created and hence the parent which adds the control dynamically can't edit it'...