Do not use on any
shared computer
July 25, 2008 02:20pm pdt

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 2.0 Solutions: 51 - 75 of 477
null
Hi Experts, I'm writing a VB.Net 2005 application.  I have a tree-view control on my form and a listview control on its right.  The listview control has to show all the child nodes of the s...
The font color of the following error message couldn't be changed to "Red". Any idea ?? Thanks         If Directory.Exists(cNewDir) Then             imgMessage.Visible = "true"      ...
I am writing an application in VB.NET 2005 framework 2.0. I have a treeview that I've named TV_UdxScans that is populated upon the Form_Load with the names of files from a folder search for fi...
in    .aspx file <asp:CheckBox ID="cbAdmin" Text="Administrator" runat="server" />         <asp:CheckBox ID="cbUser" Text="User" runat="server" />         <asp:Button ID="btnSubmit" Text=...
Hi, How do i convert this code from vb 6.0 to vb.net Type AutoRunDetails     Name As String     doControls As Boolean     ReportTotal As Integer     ReportType(1 To 20) As String    ...
How to get mac address of *remote* computer using C# 2.0 in windows form?
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...
Hi               i am builting a Secuire Web-Applicaion in Framework2.0 with SqlServer2000              there are two section in application 1. Administrator and 2. User Only Administra...
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...
I am trying to cache a data table. In this code snippet I try to find out whether the cached datatable exists, if not I will create a table, load data and add it to the cache. Cache cach...
Hi - I would like to know how to add a Checkbox to a Gridview that when clicked updates a sql db. Thanks
I have tried looking through EE as well as Google and cannot figure out  how to convert the MySQL datetime format to an RFC-822 Valid date for an RSS feed using ASP.NET VB (VB.NET). MySQL Date...
Dear experts, I am creating a webstats reporting tool for clients of the web dev company I work for. The issue is this: The hit records are stored in SQL databases specific to each s...
I'm trying to install Nikon Capture NX on my new white box PC (Win XP PRO SP2, 3GB RAM, etc.). It would not run properly; I configured DEP to ignore it and I configured boot.ini to "AlwaysOff"...
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...
c#, asp.net 2.x, visual studio pro utilising web developer, iis 6, sql 2005 server when changing the drop down menu item -- there is an action possibilty on change -- to a call a method to ...
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'...
Hi, I am using trying to use List of <T> generics in C# ASP.NET 2.0. In my code I have a a method that returns a list of objects with the following definition. Something like public stati...
So I've got some text boxes that I have not enabled in my application.  By default the text inside them turns gray.  Is there any way to have a text box be disabled and still be able to manipu...
Asp.net 2.0 c# I want to allow my user to upload their excel sheet from the website to my server, and also automatically export the data from excel to my database. Let say that the columns fro...
Using ASP.NET 2.0, Ajax I have a page with a GridView within an UpdatePanel.  The GridView has custom paging so I've used the UpdatePanel to do the Asynch postback to get the updated data w...
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...
OK, here is the message: The current identity ([my machine name]\ASPNET) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files' Now, I've b...
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...