all groups > dotnet faqs > november 2005
VS2005 - How to connect to a TableAdapter in the data layer
Posted by dbuchanan at 11/30/2005 4:59:15 PM
Here are pertinent parts of my solution structure
\\
Solution 'QMS_01
-QmsDataLayer
---My Project
---app.config
---DataSet1.xsd
-QmsUI
---My Project
------DataSources (folder)
---------QmsDataLayer.DataSet1+lkpDeviceTypeDataTable.datasource
---References
------QmsDataLayer
---Form1
//
... more >>
Global.asax
Posted by Gomathi at 11/30/2005 3:24:10 PM
hi all,
I want to send mail during my application crashes.
I wrote my method in application_end event in global.asax.
Its working fine when i'm running through visualstudio.net.
When i tried by stopping my IIS server, it doesnt work.
Where i have to write my method to get fire when my applica... more >>
Help Required for Help Context Id !!!!!!
Posted by SenthilVel at 11/30/2005 12:00:00 AM
In VB6 we use the property HELPCONTEXTID in order to assign the help id for
a control. Here in .NET we need to use HelpNavigator
through which we need to specify the TOPICID (equivalent to HELPCONTEXTID in
VB6). But TOPICID will be available only if we have
..NET framework 2.0 installed.
... more >>
DataGridTableStyle and relationship
Posted by dbuchanan at 11/29/2005 7:08:24 AM
Hello,
I am using Win forms VB 2003
When my form loads I fill two tables that have a relationship between
them. One table1 is the main data table. Table2 is a lookup table. The
Table1 stores the key from Table2 . The goal is to display the value
from Table2 in the DataGrid as if it were a f... more >>
Difference VB.NET and C#
Posted by peter gast at 11/24/2005 6:44:51 PM
Hi,
I have developed for many years software in VB6 and now we are going to
change to Studion NET. The software by itselfs are text processors combined
with databases. Can there be made a recommendation which one should be
prefered (VB.NET or C#). Are there some important points which differ ... more >>
OleDbDataAdapter vs OleDbCommand
Posted by darrel at 11/23/2005 1:41:37 PM
When retrieving data, I typically use an OleDbDataAdapter.
When updating data, I normally use an OleDbCommand. But it seems as if a
OleDbDataAdapter would work just fine too.
What is the general rules of thumb for using one over the other for a given
DB query?
-Darrel
... more >>
Software for Windows and Mac
Posted by peter gast at 11/22/2005 11:32:22 PM
Hello,
we've developed a software for the windows world (VB6) and now we are going
to start with a version 2. We have many requests for running on Mac-Systems
and therefore I want to find out what time the development would needed if
we have realised a software for both systems. The software ... more >>
coding pop up boxes in ASP.Net
Posted by Srimadhi at 11/17/2005 11:50:01 AM
I need to display a pop-up box with a drop down list and a text box, with ok
and cancel button when the user clicks on a image button. I am using webforms
in ASP.NET with code-behind files in C#.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Implementing Interface
Posted by Gomathi at 11/17/2005 12:00:00 AM
hi all,
How to implement an interface in ASP.Net?.
Consider my interface name is IExample. Then whatz mean by
IExample ie = (IExample)obj1
Kindly let me know about this implementing interface in detail.
Thanks in advance.
Regards,
Gomathi
... more >>
How to find dataset has values
Posted by Gomathi at 11/15/2005 12:00:00 AM
hi all,
In ASP.Net , i'm using a dataset. I want to find whether it has any values
or not. How to do that?
Thanks in advance.
Regards,
Gomathi
... more >>
Books for VS2005 and .NET 2.0
Posted by Janiv Ratson at 11/15/2005 12:00:00 AM
When will Microsoft publish the books for VS2005 and .NET 2.0 .
Thanks,
Janiv Ratson.
... more >>
What group handles database issues for .NET/C#?
Posted by Larry Maturo at 11/4/2005 12:00:00 AM
The title says it all. What group handles database issues for .NET/C#? I
don't want to
cross post, but I couldn't find any group that looked appropriate. Any help
would be
appreciated.
-- Larry Maturo
... more >>
COM reference problem in Delphi 2005
Posted by GG at 11/2/2005 1:36:07 AM
Hi,
I am using COM components in my project which I am developing with borland
delphi 2005. The COM components are being developed with Borland 7. However,
when I add a new method or property to a COM component using delphi 7, I
cannot see the new methods or properties from delphi 2005.
I tr... more >>
Does VS 2005 support .Net 1.1 Framework?
Posted by Jason Zhang at 11/2/2005 12:00:00 AM
Hi,
We are developing with VS 2005 now,but we need it build program which can
run in 1.1 Framework.
Is it possible? Do we must use VS 2003 to develop 1.1 program?
Thank you !
Regards,
Jason
--
Sunrise China
... more >>
GUI Design question
Posted by E.T. Grey at 11/1/2005 12:00:00 AM
Hi All,
I have written a number of libraries in (ANSI) C and C++ and I want to
write a front end GUI for my libraries.
I have taken a look at MFC - but the learning curve is WAY too steep. I
simply don't have the time to learn a new library. However I know the
following languages very we... more >>
|