| Thread | Last Post | Replies |
|
| DataReader vs DataSet for Large member search | 27 Dec 2005 05:30 GMT | 1 |
I have a prototype which I created in MS Access It is a fairly simple model, and I would like to take advantage of VB.NET,ADO.NET and ASP.NET to construct the same model. The search page has only 4 field parameters and I use 2 Tabs, the first, to
|
| Generate Data Grid Columns Dynamically | 27 Dec 2005 05:25 GMT | 1 |
I have a datagrid that will display data from the database. Each user will specify list of columns he wants to see and in the order he wants to see. User A can specify that he wants to see only columns A,B,C and in the order A,B,C and the user might say I want to see only only ...
|
| Datagrid | 23 Dec 2005 23:13 GMT | 2 |
I have a datagrid object on a form which successfully retrives and displays data, After this teh user is to select a record in this grid and the use menubar command to open another form showing only the select record. how do i do this?
|
| Application Updater Error - 501 Not Implemented | 23 Dec 2005 22:08 GMT | 1 |
I am working on implementing the Aplication Updater block in a VS2003 WinForms application. Using IIS on my local machine I have been able to get it work just fine. However, now I am trying to get it working on a server running IIS.
|
| Yet another, remoting vs web services, datasets vs custom objects.... | 20 Dec 2005 19:02 GMT | 7 |
Im about to embark into the development of a 12 month project, the project is basically a WinForms app with a web based server supplying the data and business logic. We are an ISV so the intention is to use ClickOnce to get our winforms
|
| Serviced Component Throws OutOfMemoryException | 20 Dec 2005 11:44 GMT | 2 |
When I try to load around 17,000 records into a DataSet and return it through a Serviced Component I get the following message from the runtime. Exception of type System.OutOfMemoryException was thrown. Does anyone know what I can do to avoid this.
|
| About n-tier development | 19 Dec 2005 09:03 GMT | 2 |
We have a visual basic 6.0 application and we want to migrate it to 3 tier in .net . Could any one suggest me some good links for n-tier development introduction. I am not new to programming, but new to n-tier development.
|
| Exception with Child AppDomain | 19 Dec 2005 05:52 GMT | 3 |
IIS6 with all WindowsUpdate patches ASP.NET 1.1-SP1 using identity impersonate="true" and authentication mode="Windows" in web.config
|
| Distributed 3 Tier & WebService Design Question | 18 Dec 2005 05:25 GMT | 2 |
My ASP.net 1.1 online cinema reservation system is Developed in 3 Tiers: 1-DataAccessTier "Data Repository Class" 2-Business Tier "Set of Business Classes" 3-Presentation Tier "set of WebUserControls & aspx pages"
|
| BITS Implementation. | 15 Dec 2005 17:21 GMT | 1 |
I like the features of BITS (Background Intelligent Transfer Services). The ones I am interested are in its ability to resume broken downloads and use he band width which is not being used. Can anyone advise me how to go about writing such a solution, the logic behind it and ...
|
| Distributed application don't run | 14 Dec 2005 20:04 GMT | 2 |
this is my first application I tried in VB.NET. When I try to put my compiled application to another workstation, it refuses to work. "Error: This Applictaion has caused an error and must be closed" I used some third party DLLs but this does not seem to be the error. Even
|
| How to validate the URL ? | 14 Dec 2005 14:57 GMT | 1 |
Hi Friends, I am developing application based on .net Remoting. In my client application i have accessed the remote object by Activator.GetObject function. In this GetObject function, i have passed the second argument
|
| Reusing code across multiple projects in distr app | 13 Dec 2005 19:27 GMT | 2 |
I am building this distributed app that has a number of Web Service Projects. A common task is to connect to a DB with code that looks like this: Dim cn As SqlConnection Dim strInfo As String
|
| System.NullReferenceException in COM+ Application | 13 Dec 2005 13:28 GMT | 1 |
we have developed a COM+ data access component. It works fine in test (server application installed on client with dev studio) but in production (application proxy installed) several functions throw System.NullReferenceException.
|
| .net and "SET CONCAT_NULL_YIELDS_NULL OFF" | 13 Dec 2005 07:26 GMT | 1 |
i need to set this on the connection before i call the stored procedure and am unsure how to do this. Any help would be appreciated.
|