Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / General / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Activator.CreateInstance Method29 Oct 2004 02:09 GMT2
I have the following code which works fine.
However I want to pass the object I'm instantiating a string for its
constructor.
I can't get the syntax right. Can someone give me an example of
Search in DataGrid29 Oct 2004 01:19 GMT3
My DataGrid is bound to DataSet which contains relationship between two
tables as follows:
SqlHelper.FillDataset(strConn, CommandType.StoredProcedure,
"spSelectClientApplicant", ds, New String() {"Client", "Applicant"})
Converting a UNC path to a physical file path29 Oct 2004 01:04 GMT2
I wonder if someone can help with this -
I 'm creating an IISVirtualDirectory, and setting its Path property to the
physical path I want to reference. This works fine when I have a standard
file path - 'C:/Test' - however I sometimes have a UNC path -
risk assessment of dotnet framework29 Oct 2004 00:55 GMT1
Dear colleagues
I am going to deploy dotnet framework in our company. For this I need to do
a risk assessment of dotnet framework. Thus I have following question:
Is there an available risk assessment of  dotnet framework?
Recommendation28 Oct 2004 23:08 GMT2
I'm currently developing in Lotus Notes, but I want to move into the
microsoft environment.
The applications I mainly develop are for document management. ie storing
information such as licensing details, attaching documents etc.
instantiate OUTLOOK from ASP.net/VB28 Oct 2004 22:41 GMT4
I am writing an INTRAnet app using asp.net/VB  that, amongst other things,
needs to access the global address list in Outlook, extract some email
addresses and send email to these people.
(actually, I believe I will have to be using Outlook's Web client).
List Boxes after service pack 228 Oct 2004 22:37 GMT1
My company has just loaded the new Service pack 2 through
out our offices and now our list boxes appear but they
are empty. I tried to run it on a machine with out
service pack 2 and it works fine. Any ideas? Is there a
comboBox1_DrawItem......with icom28 Oct 2004 21:13 GMT3
in vc.net...
private void comboBox1_DrawItem(object sender, DrawItemEventArgs e)
   {
     Bitmap bmp = new Bitmap(e.Bounds.Width,e.Bounds.Height,e.Graphics);
Do you use a form's Dispose Method?28 Oct 2004 20:29 GMT1
I create a form in a sub.
The form just displays some information for the user and then the user may
close it.
Should I be calling the forms Dispose method?
ASP.Net VB Database Question - Simple but frustrating28 Oct 2004 19:23 GMT5
I am trying to get the value from a simple stored procedure - the Stored
Procedure returns 1 record with one field - it is basically "Select Max(po)
as MaxPo from PODB"
I want to store that value into a variable - in old asp i could simply say
Value Types - Structures28 Oct 2004 17:05 GMT13
Microsoft says that structures are value types. Also primitive data types
are value types. And memory for value types is allocated on the stack. Then
why we need new operator to allocate memory for structure value types and not
for primitive data types(they r allocated memory on ...
Migrating website that references a web service28 Oct 2004 16:57 GMT1
I have a project that references a web service.  How do I change which
web service it references when I move from dev to qat to production?
I have been changing path to the web service in dev to point to my qat
service, building the project and coping it to qat.  Then changing the
Datagrid problem. Creating extra unwanted row some who??28 Oct 2004 16:23 GMT1
I have a really annoying problem with a datagrid. I have an application which
populates a datagrid on the onclick event of a button. The datagrid is bound
to an ArrayList which holds the values.  Everything worked perfectly for me
in my test application however when I copied and ...
OT:  C++'s position / Next things28 Oct 2004 15:12 GMT2
This strays off-topic (which would seem difficult in something including
"general" in its name)...
I've been curious where C++ is fitting into the overall scheme of the
future.  Is MS trying to downplay it in favor of C#?  Where is it heading in
Simple asp.net question28 Oct 2004 14:55 GMT4
I am new to asp.net and am having a hard time with what i would usually do
with a recordset.  I have a simple query that returns a record - how can i
get that record value into a variable after i execute the query:
select Max(DailyPOnumber) + 1 as MaxPO from tblPurchaseOrders
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.