| Thread | Last Post | Replies |
|
| Activator.CreateInstance Method | 29 Oct 2004 02:09 GMT | 2 |
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 DataGrid | 29 Oct 2004 01:19 GMT | 3 |
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 path | 29 Oct 2004 01:04 GMT | 2 |
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 framework | 29 Oct 2004 00:55 GMT | 1 |
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?
|
| Recommendation | 28 Oct 2004 23:08 GMT | 2 |
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/VB | 28 Oct 2004 22:41 GMT | 4 |
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 2 | 28 Oct 2004 22:37 GMT | 1 |
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 icom | 28 Oct 2004 21:13 GMT | 3 |
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 GMT | 1 |
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 frustrating | 28 Oct 2004 19:23 GMT | 5 |
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 - Structures | 28 Oct 2004 17:05 GMT | 13 |
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 service | 28 Oct 2004 16:57 GMT | 1 |
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 GMT | 1 |
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 things | 28 Oct 2004 15:12 GMT | 2 |
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 question | 28 Oct 2004 14:55 GMT | 4 |
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
|