| Thread | Last Post | Replies |
|
| Timed logoff application | 08 Feb 2005 00:17 GMT | 4 |
Hi all, I have recently been approached to build a piece of software which automatically logs off a user after a set time has elapsed. The company wants someone to give a user access to a specific program for a period of one hour and after the hour has passed the user is ...
|
| datagrid error on change page (VB.ASP.NET) | 07 Feb 2005 23:41 GMT | 1 |
I am getting an error in my code that references a textbox inside the current row of my datagrid, whenever I try changing the page (paging is enabled). This code doesn't even run unless a button in the datagrid is clicked, but is erroring out the page when I click page 2,3,etc.
|
| Where to post for Crystal Report .NET questions? | 07 Feb 2005 22:27 GMT | 2 |
Not sure where to post this as there doesn't appear to be a section dedicated to Crystal Reports in .NET. I've created a Report (.rpt) that is based on a Field Definition file (.ttx). I use a dataset as the DataSource for my report. I use the
|
| How to check an assembly's version? | 07 Feb 2005 21:05 GMT | 3 |
How can we check an assembly's version that is created in .NET? I have tried to load the assembly using System.Reflection.Assembly.LoadFile and GetCustomAttributes - AssemblyFileVersionAttribute, but couldn't get the
|
| Weird object behaviour | 07 Feb 2005 18:16 GMT | 3 |
Hi group, I have an app where I use a class defined by myself. I've been using it normally until a few days ago. Every time I run a simple assignment... Dim LocalObjectOfMyClass as New MyClass
|
| Mime Header -- Read Parameter Value | 07 Feb 2005 18:05 GMT | 1 |
Transferring several .wav files at one time from a vxml platform to a server using multipart/form-data in VB.net. The transfer and saving of the separate wav files works fine. However, I need to access the name="****" value in the line below which in
|
| User ID | 07 Feb 2005 17:19 GMT | 4 |
There is a routine in VB for Access that captures the NT Logon ID of the user. Is there such a thing with .NET? Where can I find information about capturing the logged on userID? tia,
|
| C# Windows Forms and processes | 07 Feb 2005 17:07 GMT | 5 |
I would like to know if it is possible to have a process (such as a command prompt or notepad) running as a child of an MDI Windows Form, i.e. a process that runs inside a window form and does not run separately. Thanks,
|
| How to install 2 times the same Service? | 07 Feb 2005 16:37 GMT | 4 |
I developped a Windows Service in VB.NET (2005). I need to have it installed two times on 1 machine. When I want to install it a second time, the setup doesn't allow me to install it again in an other directory, but only to repair or remove the other version.
|
| Determining a DateTime by adding a number of Days to a Date - Help | 07 Feb 2005 16:09 GMT | 2 |
I have a loop where I need to calculate a series of dates based on: 1) a start date (DateTime variable) 2) a number of days (integer variable) I need to take the start date, then add the number of days to it, and come
|
| IIS displays .aspx as plain text | 07 Feb 2005 15:55 GMT | 3 |
I bought a new laptop from Dell 2 weeks ago. It's running XP Pro, Service Pack 2. I installed my Visual Studio .NET, as well as VS 6. It has .NET 1.1 loaded. I want to run a site from my local IIS instance for testing, so I set up a virtual directory and all that good stuff. ...
|
| Crystal Reports | 07 Feb 2005 14:35 GMT | 3 |
Hi I am hoping someone can help me or even point me in the right direction, this problem has been doing my head in, I have a report which has 3 groups say currency, payment
|
| Hide component in the bar | 07 Feb 2005 14:34 GMT | 1 |
hi all, i have made one component, and i don?t want it do tobe show in the bar where errorprovider appears ?? is it possible to hide the component ??? thks
|
| How to get the DataSource of a DataGrid from my WebControl ? | 07 Feb 2005 09:50 GMT | 1 |
In my WebControl, i need to get the DataSource of a DataGrid, but as the page is postback from client, so myDataGrid1.DataSource is Nothing at all. Thanks a lot for any suggestion!
|
| TabStrip, Multipage, Treeview IE WebControls. | 07 Feb 2005 09:23 GMT | 1 |
I am running .net version 1.0. These IE web controls are not working as per the code samples. I have generated the dll file and have done as per the instructions given. But the controls just dont work. Can anyone guide me on how to use these controls..
|