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.

 
Top .Net Editors & IDEs Solutions: 1 - 25 of 206
 
I posted this question and received a clue here: http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23064765.html I need to retrieve the credentials of a logged-in user from our L...
I've been reading all sort of questions about writing to the app.config file and yet have not found a good answer that will show me how to accomplish that. I am usinf framework 3.5 and visual ...
I am trying to convert a asp.net application into a windows forms application.  One combobox fills when you start typing.  so if you press a, it will find the first 15 items that start with a....
Hi, I am using LINQ to SQL and are dragging and dropping my tables and stored procedures to the LINQ designer file .dbml. This works great and I can query against this object relational mod...
How to restrict user to enter first character as alphabet in textbox in c# windows forms not asp.net thanks
I'm using Visual Studio 2005 to implement ABCUpload progress bar. And I encounter problem when puting the following code with error "The Controls collection cannot be modified because the cont...
I have some values that represent a floating point signed value converted to EBCDIC.  Can anyone direct me to an example snippet that can convert the value back to ASCII ? Thanks.
Hello Experts, I would like, programaticaly, change the status of Outlook 2003 from Online mode to Cached mode. I found some registry keys which probably worked with 98, but couldnt find any...
Hi, I am currently starting out in developing some Windows Applications for myself and am just having one problem in regards to the code for the menu bar. I have added a Menu Bar across ...
   I need to be able to send a very large file through web services. The problem im running into is that the maximum request length on a asp.net application is something around 2000000KB. But...
I have a VS2005 Setup Prokject that deploys a config file (MyApp.exe.config). The first time the application is installed I need this file to be deployed along with the .exe - that's fine I ca...
I have created a website using Visual Web Deveoper 2008 Express and SQL 2005 Express.  It is coded in C#.  The site is working fine on my local PC, but when I upload it, I get the following er...
I want to do a POST, in chunks, with an HttpWebRequest object, but I don't know the total content size until I am done. How can I do this?
I am fetching data from MS SQL server(local) and binding the data in my Application which is written in VB 2005 the data from DB is shown on Listview upon selecting the different table. it tak...
I am displaying a gridview that has a template field containing a second gridview. The internal gridview needs to contain differing amounts based on a content field of the external gridview. I...
We are running .net 2.0 on a windows server 2003 environment and receiving the noted error message.  Does anyone know what could be causing this issue?
hi experts, I am trying to connect my application to read from ms access database 2007. I am using C# and Visual Studio 2008. How to setup the sql Adapters to read and write to the database t...
I have some strange things happening in Visual Studio 2005. 1. Property pages for a project will not display their contents. 2. I get a "Parameter is not valid" error when trying to use di...
G Morning Everyone, I am running into an issue when raising events for a usercontrol containing an UpdatePanel to the page it is one. -An event is triggered in an UpdatePanel in the usercont...
Hi I have to convert large amounts of Excel data to Power Point (in the same format) every day What Excel VBA techniques/code can I use to achieve this. Thanks
I have two related tables  InvoiceHeader and InvoiceDetail. They are related as a one to many with Constraints on and Cascades on. I am using the TableAdapterManager UpdateAll method. Th...
I have a .NET C# VS 2005 application that hits 100% utilization and stays there.  I am having trouble finding information about how to troubleshoot this that I can understand. I understand thi...
This probably isn't terribly hard, I just don't know how as I come from a web dev background. I'm building a Windows Service, and I've stored two DB connection strings in my app.config fil...
Hi How do I delete a row in a datatable when running a for each loop For Each MyRow As DataRow In dtSource.Rows      For Each MyCol As DataColumn In dtSource.Columns              strC...
Hello, how do you control access to specific folders when using forms authentication and the ActiveDirectoryMembershipProvider? When using windows authenticaiton i could control access to a fo...