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 Editors & IDEs Solutions: 401 - 425 of 464
 
Hi,   I have a registry entry with multiple key/value pairs. I need to read the registry data and save in an xml file as key value. Let me know how we can do it using CSharp 2.0 I need ...
Hi guys! Is it possible to hide a namespace outside a dll project. I don't want the users of that dll to see the "internal" namespaces?
Once i add a referennce to System.Web I can use the Request object, using ASP.NET? What's the syntax to get the current URL of the web page? thanks, newbieweb
Hi I would like to know how to call a crystal report programmatically, mean I will use the same page for all my report depending on what button the user click in a new page. Thank you!
Using ASP.NET <head id="Head1" runat="server">     <title>Missing Report</title>     <link href="/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer3/css/default.css"         ...
I am working on a workspace concept in .net 2.0 trying to integrate multiple applications under a single workspace. Everything works fine for ActiveX controls and even better for .net controls...
Hi This is what I have, - Main project - dll project In the dll project I like to get the UI culture from the Main project. So if the UI cultre is "en-US" in the main project I like...
I'm trying to connect to a local mySQL server from VB.net. I receive the error message "An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005...
Dear experts, I'm connecting a sitemap file to a menu control (menu items are home, inventory, report, help) on a masterpage. I am using IIS single sign on for authentication, and i have a ta...
How do I create an installer.msi that will installer 3 Access databases on my computer and the databases run off of a dll macro which I created. All the code works when running off the dll. Bu...
I am populating a combobox with names and I want to be able to put the list of names in the combobox in alphabetical order after the list is done populating. How would I do that? Thanks!
I hope to get a contract for a C++ job , but was told they intend to incorporate PLC technology into the project later on.  They interact with an extensive array of hardware components. How...
Please Help me. This is Driving me INSANE.   I want to Copy a Photo from a Word 2003 Doc and Paste it into a .Net Picturebox.  I know that there is a bug in GDI+ dealing with EMH and MS has n...
My scenario is this: I have 2 target databases - one in Oracle and other in SQL Server. My Application database is in a different Oracle Server. I have to transfer a table which is containi...
Hi, Im currently having a problem about loading 2000 objects inside a DataGridiewComboBoxColumn. The routin im currently using is very slow. I do a foreach-loop in my collection class, and th...
hello, I'm using AxWebBrowser from a .NET application. GoBack() and GoForward() work as expected until I open a PDF.. This opens inside the control.  When GoingBack() for the first time, it...
I've just been introduced to Cache by InterSystems: http://www.intersystems.com/ and see they claim to have an object oriented database that can process high transaction volumes at rough...
Title pretty much says it all. Some background.  I work as a systems team leader for a software company.  I write our system requirements documentation and answer questions when upper manag...
I need to perform some DMLs on an Oracle DB using ODP.Net. The problem I have is that I need to provide a commit and rollback button after a transaction is executed. The user reviews the resul...
In ASP.NET 2.0 with C# I have a repeater that shows a price and I want to show it without any digit after the decimal point. this is how I show it  inside the repeater: <%# Eval("Price")%> ...
I have gone through the IIS Manager (6.0), right clicked on Web Sites, and added the information it requested to create a new ASP.NET web service for a tested web service I copied there.  But ...
I am making a form that will pass user input to a SQL Database.  The form reads the Time from the PC as ex. 12/19/2007 8:55:02 AM.  I am trying to pass this value into a SQL Table.  All of the...
I have to fetch client's IP address,Country ,state ,city etc.Is there any way to get all these using C#.Net/Javascript Thanks in Advance
Is there a way to search the whole database for a string?  I am new to the schema and don't know where something is. Using sql server 2005.
Hi ,       I need to build a code in vb.net for sending emails. But my mail sever is Linux based . So what are the possiblities so that I can send mail using my vb.net application through Lin...