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.

 
Time Tested .NET Framework 2.0 Solutions: 151 - 175 of 477
null
Hi, I am getting an error System.Web.HttpException: Request timed out when our application runs on .net framework v2.0.50727. _________________________________________________________...
Hello Experts, I use VS2005 C# ASP.NET. I use ObjectDataSource to populate the GridView with select function defined in appropriate object. I would like to show the number of rows in the gr...
I am uisng a print class that I would like to open the webform control in a new window then initiate a call for the Print Dialog. I can successfully open the control I am sending in (a pane...
Hi all, I'm populating a Datatable like this: for each fName as string in fNames  Me.Site.NamesDataSet.Names.AddNameRow(fName) next How can I "skip" insertion in case that a row alr...
I have an application developed with VisualBasic 2005 that use .Net Framework 2.0. This application works 24 Hours day, 7 days at week. It works fine but sometimes i have two errors that crash...
Hello! Basically, I'd like to do a simple internet speed test from a webpage (wherever I am at)  to my web server. The webpage client needs to have a button to get the process started.  ...
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...
I have written a windows service in VB.NET 2005 that "polls" a mapped drive for files. It runs on my local machine but when I install and start it on a Windows 2003 server machine I get the fo...
hi! I  am trying to connect two pc's through wired Lan,i checked the wired Lan through pinging command and its working.i m trying a ticket confirmation example between computer 'A' and 'B'.We...
hi ,   in .aspx.cs file                User.Identity.Name   is working well               but not in .cs file (component) i also tries like System.Security.Principal.IPrincipal L...
I want to attached a Javascript in File control button. I want to use Javascript script to display a message on label control before file is uploading to the server. However, it doesn't work. ...
Hello, The existing data table binded to a grid works When I enter the number of line items I need and click on a button that say make grid.  The problem is when click on Add Rows the extra...
I am using access 2007 and vb.net 2005.  I have already created my report and it does display on my development machine with no problems.  After I install on a client machine, I receive a prom...
I'm trying to get the Oracle Session State provider to work with an existing project.  It looks like it should be simple, just install the client and add a few lines to your web.config file.  ...
I would like to add three different grid controls to each column appended to a Datagridview. Each column in the first row (index=0) should contain a DataGridViewCheckBoxCell. Each column in th...
In ASP.NET 2.0; how do I define the connection string for a text file (abc.txt) that's in the App_Data folder? I tried the following code and it does not work.     <add name="ConnStrText...
I have a C# desktop application that I would want to be deployable over the web. The main reason for doing this is to allow access to the particular data from a public machine or something sim...
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...
Hello, I am trying to pass a generic custom collection "Public Class xList(of T) Inherits BindingList(of T)" to a form which will display the contents of the collection in a datagridview. As i...
Hi, How to populate a datagridview with combobox values. Both are bound.
Hi all, I am new to using Visual SourceSafe, so bear with me! My current set (which I did myself using guess work) is as follows: I have created a separate VSS Database for each major...
I am trying to get a .Net 2.0 Application to run on a Windows 2000 Server.  I keep getting this error message. Server Error in '/DNN' Application. -----------------------------------------...
In ASP.NET 2.0 with C# I have a repeater bind to XMLdatasource. I have the following binding: <asp:Repeater runat="server" ID="RPModels"  DataSourceID="XMLModels" >     <ItemTemplate> ...
I created a dll file using VB.NET and VS 2003. The dll exists on a main web server and it is referenced and used by various applications (windows forms app, web app etc) Everything works...
I have some values stored in my Web.Config and I would like to retrieve those values at runtime. They look something like this:      <appSettings>           <add key="Value1" value="abc"/>           <add ke...