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.x Solutions: 176 - 200 of 685
 
Hello: I'm new to .net development, coming from a traditional javascript/html .asp framework.  I'm very frustrated, and I'm sure I'm overlooking something simple. What I want to do is dyna...
I need the specific code for VB.Net 2.0 - 3.5 to create a BindingList base (abstract) class for my business object 'collections' to inherit from (specifically the 'Persons' below). The reas...
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 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 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 have a datagridview in my app which is bound to a datatable, the datagridview has predefined columns, both text and checkboxes. For some reason the top row will not allow me to change the...
We have an ASP.NET website that runs slowly on one server but now on another.  It is only on some pages.  It was designed in VS2005 but has been upgraded to vs2008.  The site uses Ajax.  It is...
c#, generic queue, xml I want to create a simple message queue using the system.collections.generic class specifically queue<type>. I want to store a message in the queue. I want to get the...
In .NET 1.1 there was a wizard to be able to trust an executable. In 2.0 I do not see this Wizard anymore. I am trying to allow users to run a .NET 2.0 application from a network drive, but ca...
I am using the following databound checkBoxList in a page:             <asp:CheckBoxList                 ID="OrgList"                 DataSourceID="dsOrganizations"                 Dat...
I am having trouble sorting columns on  a  gridview in ASP.NET 2.0.   I finally got paging to work, but the sorting does not seem to do anything (not sure how I re-populate the datatable in t...
I am using VS2005 (without SP1) and have the following problem. I have a page that is using report viewer and need to use a number of different report definitions. Because I have not got SP1 ...
How do you get Microsoft XMLDocument.Load(..) to read "&nbsp;" in the source document.  It's throwing the following exception "System.Xml.XmlException: Reference to undeclared entity 'nbsp...
I want to send a bulk email to different companies but the problem is that I don't have the companies email addresses. I am thinking the default email address should be set up  sales@xxxx.xxx ...
Hi EE can someone please help me. i am trying to get a clear definition as to how i need to implement the dippose method in my class. what i need is a clear defined list of what qualifies a...
I used the below code to export two gridviews on a button click  to excel sheet.the code was working fine and the only problem i had was the contents doesnot autofit inside excel sheet.i have ...
I have a program that downloads files from a Web Service.  It has been working well for some time.  Today, it is giving me this error when I run it: The assembly with display name 'WSPoll.X...
I am developing a web application using Microsoft Dot Net Framework 2.0 ( Asp.net/ Vb.Net),  I need to capture application host server Ip address, but not the server name. I have used  System...
I basically have two questions here... If an application was developed using .NET Framework 2.0, can it be run on a machine that only has .NET Framework 3.0 installed? And if an applicat...
Hi there, I was wondering, how would I be able to turn off the viewstate on a page? I've tried: <%@ Page EnableViewState="false" %> and <form runat="server" enableviewstate="false"> ...
I have a ASP.NET 2.0 Web application. I have a SQL Server 2000 Database as my backend. I'm using the gridview control with multiple key fields 9 to be exact. My question is what is the maximum...
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 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 ...
All, I'm trying to find a good working example of Cache Dependencies written in ASP.NET with C#. Everything i have (which isn't much) works in the sense that I can get the data, but if t...
I have successfully added a databound dropdownlist to my site via standard design... --------------------.aspx---------------------------------------------------------------------------------...