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: 1 - 25 of 538
 
Every day at 12:00AM I get these error messages and they continue every minute until I restart IIS.  The asp code that this error message is complaining about runs perfectly all day, until mid...
Hey Guys, I am working with Select Parameters on the .Net C# Griview. As you can see in the code below, I am selecting from the database by passing Model and Make to the database. What ...
I need to get populate repeater control from database with two columns  A and B. They all should be bind to 2 text boxes in repeater control, so that user can edit it. But also there is...
I'm building a .NET windows forms application to access an ASP.NET web app. The web app allows users to generate custom reports in Excel format and then download them. I have used a WebBrowse...
1. I have installed .NET Framework 1.1 + 2.0 on my Windows XP system. 3. When i first install the framework everything works fine after few days that the application working i get this messa...
Hi, I have a datagridview with 4 textbox columns and one combobox column. How do i bind the grid to a datatable  
Ok, I'm trying to use the UPDATE command with the embedded gridview. Upon using the UPDATE command, I need to specify which column is being worked on. The prime candidate for this is a unique ...
Hello All,     I have a Gridview control (dgDocuments) and in it I have a template column with two images in it. An up arrow and a down arrow. When either of these is clicked it runs the oncl...
Hello everyone, I am having some problems with this page that has a Placeholder control inside an UpdatePanel control. When the updatepanel is triggered, then the page seems to do a full po...
Hi, I developed a website where it uses oracle client to access the oracle database and to pullup the details. I used asp.net 2.0 and and oracle.dataacess. It was working fine in my local...
Hello, I have application which need to write to windows event log. I've created additional log in windows and granted full control on it to ASPNET user. The developer writing web application...
I keep reading that .NET 3.5 is just 2.0 with built-in AJAX. It even uses the same core and don't even need any code changes. I currently have an ASP.NET 2.0 / C# website (with no AJAX.net ins...
How to get mac address of *remote* computer using C# 2.0 in windows form?
How do I delete a row in a GridView? Here's my code so far: .aspx file <asp:GridView id="gvProjCapitalNo"       Runat="Server"       AutoGenerateColumns="False"       ShowFooter="Tr...
I have copied a ASP.net program on my laptop, where visual .NET 2005 has been installed (together with ASP.NET Framework 2.0). I have created a virtual directory for this applicaiton and set ...
Hi                       i am bulting an ASP.NET web-application , i need to get the  client resolution with C# only not with JavaScript...                     Detecting client reolution wi...
I am trying to dynamically set the AutoCompleteExtender ContextKey based on a database column value. I have the control sitting inside a Gridview's footer template. See below code. I have ...
Hello I have created a service which would allow the service to be installed automatically using the createservice() API. The code is as in the code snippet. I have manage to install th...
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 All, I have an app that I would like to display the current time in. Currently (and in previous apps) I have a timer object and when that is fired, I set the label caption or text to the d...
Hi, How can I count the number of rows in an excel sheet column... Function (byval col as integer) will return number of rows
I have a gridview that has around 10 rows, the user will click on one of 3 radio buttons per row, then click a submit button.  I need to loop through the gridview getting the values from the r...
how to set dynamically textbox text count in label i am using 1 textbox and in that upto 400 characters should restrict, whenever  when i am going to type text automaticall count the valu...
Hello, I'm looking for a quick way to get a arraylist of a user's roles. eg: Arraylist ar = GetUsersRoles(UserName) Does anyone have a script like this? i'm using asp.net 2.0 on a 3...
Hi Need some help about not well formed tags My aspx page is based on 1 sqldatasource and 1 formview bound to this datasource when the formiew is in insert mode, I want to open a dynamic ur...