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 have a ASPX app that was built in Visual Studio 2005 that calls a crystal report that was built in CR 2008 and imported into the project. I set the connectionInfo in the code behind using v...
Hi all,
I just wondered if it is possible to share session state across virtual directories in asp.net 2.0.
I have a single sign on web application that is split up into 3 main website p...
<div class="UnSelectedMenu" id="btnAddNewEmployee" runat="server">
<asp:Button ID="btnAddNewEmployee" runat="server" Text="Add New Employee" ...
hi
i am builting an ASP.NET web-application
at the top of .aspx file
<%@ Register TagPrefix="CustomDataField" Namespace="CustomDataCell" %>
there is class in a c...
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...
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...
hi
in my web.config file
<appSettings>
<add key="admin" value="Administrator"/>
<add key="emp" va...
c#, asp.net 2.x, visual studio pro utilising web developer, iis 6, sql server 2005
I am getting this error message for some reason.
'namespacetest.test1' is a 'type' but is used like a '...
Hi.
I've a managed C# dll that creates an object that make use an unmanaged VC++ dll. Currently I only create one object, and all interaction with the unmanaged dll is via dllimport COM cal...
In ID you can press control plus or control minus to zoom the page in and out. I would like to programmatically do this with we web control in vb.net but cannot seem to find out how. Is ther...
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...
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...
Hello, I have an interesting situation that's left me totally baffled.
I've created a new VB6 COM dll that references a pre-existing VB6 COM dll as well as a VB.Net COM compatible dll. I t...
Hi
I've got a dataset on windows form. It is navigated using the default BindingNavigator control.
I'd like to navigate the binding source using a horizontal scroller instead of BindingNavig...
Hi all,
I have an aspx page(c#) with a DropDownList which gets poplulated from a dataset and I just wanted to know if it is possible to display an image next to an item on the list e.g a ti...
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 have a GridView with many columns. Since this table is very wide, I'd like the two-word column headers to wrap. Visual Studio shows the headers wrapping, but browsers still show them all i...
hi,
i am trying to create a signature flow, in which a series of users has to sign off on a certification, in order of course.
basic scenario:
1) user A gets an email notifying him to...
hello,
I am having a problem reading the registry. The following line returns NULL.
RegistryKey key = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\MyCompany");
Windows XP 64 bit
IIS ru...
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...
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...
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"...
I have a gridview that I want to add a link button to. Each row has five columns but I would like to find a way to have the footer row display a link button but have the row display as just o...
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...