| Thread | Last Post | Replies |
|
| IsInRole from ASP.NET failing | 21 Dec 2005 01:24 GMT | 1 |
I'm attempting to restrict access to my ASP.NET application using role based security. I'm using .NET v1.1 In code I check IsInRole for a local machine group, and it returns false. The name of the group is properly qualified with machine name
|
| What about .NET ObjectSpaces ??? | 20 Dec 2005 22:34 GMT | 1 |
once upon a time the ObjectSpaces that promise an amazing way of persisting object in .NET At today after a long time none seems to talk about it anymore. What's happened ???
|
| Aborting the LoadXML method of XmlDocument | 20 Dec 2005 21:54 GMT | 3 |
Is there any way to abort the loading and parsing of a large Xml document using the XmlDocuemnt.LoadXml(filename) method?
|
| XMLSerializer and SqlParameter in .NET 2.0 vs .NET 1.1 | 20 Dec 2005 16:36 GMT | 15 |
I have the following problem. I have a .NET 1.1 based software that relies heavily on SqlParameters and also on storing them in config-files which I create using XmlSerializer. In .NET 2.0 I do not seem to be able to serialize SqlParameter the same way
|
| Embed windows media player and possibly others in .net app? | 20 Dec 2005 11:30 GMT | 3 |
I have a list of media files to choose from in the app. Right now clicking on it will launch it using System.Diagnostics.Process.Start to launch whatever appropriate application for that particular file. Since I know the extension of the file, can I embed media player in the app
|
| How to update the ASPNETDB file (login control) with a GridView (asp.net 2.0) | 20 Dec 2005 11:26 GMT | 1 |
I am beginning to feel sorry that i am using the asp.net 2.0 login controls.. it feels it makes you limited and you do not have much support about it.. I managed to view aspnet_Membership and aspnet_Users into 1 GridView
|
| unable to find /aspnet_client/system_web/1_1_4322/webuivalidation. | 20 Dec 2005 08:17 GMT | 1 |
I have a sharepoint server I have an asp.net application it is a virtual directory and is defined in sharepoint as an excluded path. I have validators in datagrid, I run app and
|
| How to store C# objects in DB | 20 Dec 2005 08:13 GMT | 11 |
I want to store objects that i create programmatically in C#, like in J2EE (which is callad i think relational mapping or sometihng like this). I want to create objects that i use for my enterprise applications and store them in database after execution. And I want the columns ...
|
| interop question | 20 Dec 2005 07:25 GMT | 1 |
I have a C API like that: ==== C-API.h ==== typedef double NSTimeInterval; NSTimeInterval GetTimeSince1970();
|
| Free components | 20 Dec 2005 06:26 GMT | 3 |
who can advice me a good web site with free .NET components, it will be great if there will be cources also Thank you.
|
| testing a program is running | 20 Dec 2005 02:42 GMT | 7 |
I'm writing my installer which, of course, is a win32 app (no .NET) I would like to test tthe program is already running (in case of reinstall/upgrade) and prompt the user to stop the application. How do I do that?
|
| WaitCursor / hourglass in custom printpreview dialog | 19 Dec 2005 23:53 GMT | 6 |
I have created a simple custom PrintPreviewDialog consisting of a simple standard PrintPreviewControl (.NET 1.1) on a WindowsForm with a few buttons (for printing, zooming, etc.). It is working fine, except for that I cannot figure out how display the waitcursor / hourglass ...
|
| vs2005 - Open a child form based on selected record parent form's dgv - how? | 19 Dec 2005 22:52 GMT | 2 |
I want to open a child form based on the record selected in a dataGridView of the parent form. I want the child form to open with a populated child table based on the selected parent record.
|
| Cache Dependencies in Winforms?? | 19 Dec 2005 19:07 GMT | 1 |
I have a C# application and am caching some data on the client side by using a HashTable. Is there a way I can set Cache dependencies like a time factor by which my cache is updated by making a call to the webservice, as and when the time expires?
|
| .NET Remoting to COM | 19 Dec 2005 18:38 GMT | 1 |
I have a .NET application where I want to be able to access COM objects on a remote server (theses objects are the base for a web appliation we are running). I've been looking on the net for an easy example, or at the very least some
|