| Thread | Last Post | Replies |
|
| Bind my dataset to combo lookups? | 23 Aug 2006 22:54 GMT | 4 |
C# I have some combo boxes, full of lookup descriptions. When I retrieve a dataset for my record, the values that need binding to the combos are the actual record IDs that relate to these lookup descriptions. How do I bind
|
| Deploying framework in deployment package | 23 Aug 2006 22:52 GMT | 4 |
Hello, I 'm not sure if this is the correct forum to post this question in but, I using MS' suggested method of using their setup.exe and settings.ini to deploy dotnetfx.exe with my deployment package. My question is, there are settings in the Config.ini file that I'd like to know ...
|
| no data exists for the row/column | 23 Aug 2006 19:32 GMT | 1 |
I run the following code: objoledbcommand.Connection.Open() strsql = "select first_name + ' ' + last_name as fullname from tblperson where pers_entity_id = '" & ddlClient.SelectedValue & "'"
|
| Problem with Process | 23 Aug 2006 19:24 GMT | 2 |
I am having issues when i use the Systsem.Diagnostics.Process namespace to start a process. The problem is that i am able to succeed in starting a process (an exe) only few times in a row from a windows application before it fails throwing the following exception. (The exe ...
|
| Copy HTML output to VB.net | 23 Aug 2006 18:35 GMT | 1 |
I am trying to automatically relay information displayed on an HTML page to my program I am writing in VB.net. I know the window handle, the window title, and process, but do not know what to do next.
|
| String Comparison in "CompareTo" Method | 23 Aug 2006 15:50 GMT | 3 |
I have an interface class defined as follows: class FileName : IComparable { public FileName(string fileName, string packageName)
|
| Application in .NET isn't working under Windows ME or 98 | 23 Aug 2006 13:39 GMT | 10 |
The application is written in Visual Basic / .NET and working without problems under Windows XP, Windows 2000, Windows 2003 but it isn't working under Windows ME and Windows 98 - the computer hangs. After computers hangs you can move mouse but can not press any key. Alt -
|
| Invoking a Web Service dynamically without adding a Web Reference | 23 Aug 2006 12:59 GMT | 5 |
I need to invoke a web service dynamically at runtime without adding a web reference. I need to do this through a C# application (.NET 2.0). At runtime my application will get the url of the web service and the web method to be invoked.
|
| VS2003 SP1 goes stupid on install | 23 Aug 2006 11:18 GMT | 2 |
Just downloaded SP1 and tried to install it. Gets to the installer screen and just sits there with the hourglass. Seems like it is hanging, so what do I not know about this process?
|
| Database connectivity using Mysql | 23 Aug 2006 10:54 GMT | 2 |
I am new to .net Platform. I want to build a sample application using VB.net and backend mysql. now my problem is how to connect to the mysql database. which is the better provider( oledb or odbc).
|
| VS .NET 2003 SP1 | 23 Aug 2006 09:05 GMT | 2 |
How does one obtain the VS .NET 2003 SP1 on CD-ROM?
|
| combo box values not set | 23 Aug 2006 06:28 GMT | 2 |
I have a combo box that I want to populate, based on the selection of another combo box. So when combo box A is selected, combo box B is populated with related values. I have this all working fine, except for on the forms loading. I have
|
| Importing data into SQL Express | 23 Aug 2006 03:57 GMT | 3 |
Hi (hope this is in the right forum) We have an app that was done in FoxBase 2.6. We need to pull the data into SQL Express. We have some data in the new app now via mapping DBF's to an Access 2003 MDB then up sizing. Since we upsized the MDB we have made
|
| smart client vs client browser | 23 Aug 2006 03:40 GMT | 3 |
Smart client vs client browser for client app?
|
| Components problem | 23 Aug 2006 01:11 GMT | 4 |
am I understanding wrong that "Custom Control" or "Control Class" is for drawing components from standard .net components? Why when I am trying to drag and drop sth. on its surface it stays as an icon?
|