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 Solutions: 3701 - 3725 of 4820
 
One of my applications uses drag and drop for text/memo fields to place into Word documents. One particular field has numbered items I.E. 1) 2) 3) etc. Each line is followed by a vbCrLf charac...
All of a sudden, my XP machine has STOPPED linking.  I traced it down to CVTRES.exe not finishing.  I have XP with all the service packs.  Have uninstalled/reinstalled VS6 and SP6.  Have delet...
I've got a richtextbox on a form along with a listbox. ( using MDI forms) The listbox has 4 columns. I'm trying to parse the text and find specific stuff after I load a text file. I'd like...
Hi all We developed business application in VB.net and running it through Internet using remoting services. Problem Here we are transferring the dataset as it is to the client machine. ...
I have set up a datatable with the date I want via a dataadapter but now I can,t figure out how to extract values from the table.  Here is my code: Imports System.Data.SqlClient Imports sy...
I can successfully create a data source in Reporting Services with an Oracle ODBC connection, but when I go to setup my dataset and select a stored prcedure non are listed, and when I type one...
Hi all any body have an Idea how I can split a char separated by ' char[] chSplit = {}; String example = 'UNB+UNOC:4+7611937000204:14:7611937000204+7610198999890:14+080220:2130+80220213...
I currently and pulling data from a website and building data. I am running into a problem with after hitting the pages a certain amount of times getting a (503) Server Unavailable message.  I...
Hi, Using Visual Studio's installer I would like to be able to write registry entries based on where the user has selected to install my program. I can work out how to create the registr...
I have heard some forums coin the term "thin client". Please advise what is thin client and thick client with context to .Net applications? Is webservice considered to be a thin client? ...
When I gget redirected via forms authentication with the address urlencoded for soemreason none of the javascritp files get loaded on the page which causes alot of errors, if I change all the ...
hi there, I have a group box called PrintOptions and in it i have 4 radio buttoms: rdo1 rdo2 rdo3 rdo4 what i need to do is create a case statement to print different message boxes li...
I have 2 tables Table appCategories CategoryName (PK) Table appReports ReportName   (PK) ParentCategory  (FK) so each category has a bunch of reports that belong to it What I w...
For our .net wbservices, we have created each web method in a seperate file. When we publish these web methods one by one, we get the following files for each web method 1. App_Code.compile...
i have to display data in gridview asp.net 2.0.problem is that one of my column contains text box in gird view?i have to update another column's value of gird view based on text box 's value o...
Who are some of the software protection/anti-piracy vendors that are known to be reliable protectors of .net application software and should be considered when protecting an application agains...
Hi:    I am looking for a datastructure that allows for name-value pair storage and its getenumerator can list the items out in FIFO order. I see no such facility in the hsahtable or sorted...
Lately i have been checking out some examples about databinding in .NET 2.0 and WPF. However i have a hardtime finding a way if/how i can use databinding with 3 layered architecture. As I ...
I am using Visual Studio 2005 to create an assembly which references a number of assemblies from another application. Whenever the software vendor for this application releases a version upgra...
Hi I want to create a website using either V. Web Developer or Expression Web. I want to use the membership stuff to manage logins etc... I also want to have the website holding all data...
I am finishing a vb.net 2003 winforms project, the current part I'm working on is importing and parsing an XML file. This XML file is updated by another department and uploaded to a website an...
I have MS SQL-2005 and MS VS-2005 with SP1, I am using following connection string on starting of page. Connection String: ------------------------- Dim cnString As New SqlConnection("Dat...
Hi, I want to show grid lines at runtime in my windows form.  Is this possible? I can see examples of this in windows designer but not at runtime. Thanks.
Hi,  I have a web app which everytime I try to run it I get the next error message: Type is not resolved for member System.Data.SerializationFormat, System.Data, Version=2.0.0.0, Culture...
I am using VS 2005 .NET VB ; (am a rookie) . . I need to know the following about Crystal Reports which comes bundled with VS 2005. 1) If I drag from the TOOLBOX CrystalReportViewer to my ...