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 Editors & IDEs Solutions: 326 - 350 of 499
 
I want a simple way to read resource strings within a Class Library assembly.  Using Visual Studio 2008, if you click on the My Project button to open up the project settings.  Theres a tab th...
In VB6 using MDAC 2.8 I could do a single select statement that would act as either an Insert or an update. Is there a way to do this in ADO.net? My old VB6 code Dim dbData As New ADODB.Conn...
How do I create a custom combo box for a datagridview? The problem is that I have a database with GUID values & string descriptions.  Typically we would have integer values and string descr...
I need to select the second or third <FLI_INF> tag from the code snippet below how can i do this ? I use this code with vb 6.0 but i need help using vb.net here is an example of how i do it...
How do I programmatically access a web service that requires login credentials (Windows Authentication)?
I have some data I need to retrieve from "Mondays". How can I declare a data variable equal to the most recent Monday date?
I need to write a function to split a string with delimitters "Hai, hello, 23423,day,452423,today2345,hai345" into 3 different strings string1 ="hai,hello,day" string2="23423,452423" and stri...
Yet another XML question. :-) So lets say a user wants to search a XML file for a value but maybe only knows part of that value.  For example they are looking a item up by discription.  Lets ...
Hi experts. Im having a problem with postbacks in dynamically created user controls inside an updatepanel. I have a page which has a placeholder where i will add a user control depending on t...
Hello, i need a way to allow the user to select a pdf stored on the webserver then with a button click event I need to convert the PDF to a text file and store that on the same server. I will ...
Hi! I need some help to get started with Unit Testing in Visual studio 2005. 1: Do I need to download any program from doing this and if so, where can I donload it 2: How do I get started
I've a C# Web Application that uses a different class project with some generic code I reuse for all my web sites. Was is the best way to share data between these 2 different projects, this...
I am experimenting with various windows APIs to identify which application is active at any given time.  I have tried using GetTopWindow but the return is not what I expected. I am passing ...
I have a new job as a web developer working under an architect who has asked me to find a more 'elegant' electronic signature solution for this Human Resources program we are currently updatin...
Hello Experts, Our company has a VB.NET software that runs as a service. The software runs successful every installation, but we have a customer who has installed in two differents computer...
Hi I have an application which calls an access database and prints a report via the following code:  Dim oAccess As Microsoft.Office.Interop.Access.Application         oAccess = New Micro...
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!
Hi, The web site (written in asp.net / c#) which i am supporting now has a flickering effect. It does the page refresh all the time. Might be the page is making too many server calls... ...
hi how can i display data from sql server database on datagridview cell by cell not by binding? thanks
Hello, I need a function or a java script that will disable all buttons on a page when a button is clicked that executes several subs. Once the last sub has executed I would like to enable the...
Hi I need to find the row number of one of the collection Dim TableModelObjects As New Collection()  TableModelObjects.Add("123", "123")  TableModelObjects.Add("1234", "1234")  TableM...
Here is my code, I'm wanting to fill a combobox from a column in an AS400 table: Dim cn As iDB2Connection = New iDB2Connection("User ID=thegrinch;Password=elves;Data Source=1.1.1.1;Connecti...
I am trying to create a short-cut on a pc that runs an application on a different server. I have managed to enable Full Trusted status for the main application CM.exe, however I am now receivi...
Im developing windows application in vb.net. I need to design Text only reports( with grouping , may include sub reports, bit complex reports) for large data, high speed dot matrix printing. W...
I have a list of checkboxes that are dynamically created, there could be anywhere from 0 to 1000+ of them. <asp:CheckBox  id="check"  runat="server" /> Also, I have a submit type button <...