| Thread | Last Post | Replies |
|
| two forms on one page (one needs validation, the other just a butt | 04 Nov 2004 15:48 GMT | 2 |
Ok, maybe this is a basic question so please bear with a newbie to .net One asp.net (VB) page has a form with various textboxes that need validating. There is a submit button that processes this form. On the same page, there is a 'log out' button that calls a function to log
|
| Create installer with .NET Studio | 04 Nov 2004 15:28 GMT | 1 |
How can I create Application Installer, that copy exe some dll's, register dll's, ask licence agreement, ask show readme.txt etc. I made new Setup
|
| Naming Conventions for Visual Controls | 04 Nov 2004 14:35 GMT | 1 |
Hi Friends, We are defining coding standards for our company. In MSDN i have seen that hungarian notation will not be used in naming of variables etc. What about the controls ? Should we eliminate prefixes from
|
| Create installer with .NET Studio | 04 Nov 2004 13:42 GMT | 1 |
How can I create Application Installer, that copy exe some dll's, register dll's, ask licence agreement, ask show readme.txt etc. I made new Setup project, but how configure it?
|
| Client side and server side code conflicting | 04 Nov 2004 13:07 GMT | 1 |
Hey Everyone, I have a problem with a web application due to the use of both client-side and server side script on the on-click event of a button. The client side script runs first as expected however my problem is that this code runs and
|
| URGENT : TabControl, tabpages et UserControl | 04 Nov 2004 13:01 GMT | 1 |
Bonjour, Débutant en VB.Net, je me trouve devant un souci. Au taf, une solution d'appli par onglet a été retenue...et sur qui ça tombe...sur kiki ! Bref voici mon souci :
|
| Assembly Version Madness | 04 Nov 2004 12:19 GMT | 12 |
Should be trivial - I want to detect the program version so that I can take steps to update things to the current version. Pretty simple - just use Application.ProductVersion So I install the app on a file server. Various workstations then load the
|
| download file to client machine | 04 Nov 2004 12:15 GMT | 6 |
I am new to ASP.NET. I need to download a file from server to the client machine. Any ideas on how to go about this ? Thanks In Advance.
|
| URGEN HELP: Starting a process from my application ??? | 04 Nov 2004 11:03 GMT | 12 |
I have an application which is suppose to start another executable process. As soon as that process is running, I need to retrive its handle. The problem of the particular process I am starting is that it has a welcome window first which gets displayed and then the real windows ...
|
| Declerative Data Access | 04 Nov 2004 10:43 GMT | 2 |
for a while now, we've been flirting with the idea of having a single component in our app that handles all the plumbing for our Db calls ( creating connections, Commands & Parametes etc. ) through an xml definition of each Db call.
|
| Application.ThreadException mysteriously solve a problem... | 04 Nov 2004 10:23 GMT | 3 |
in a VB.NET Application I had a problem after a Drag&Drop operation from Windows Desktop (Dataformats.filedrop) to listview.... In debug there are no errors so I've decided to implement the application ThreadException event (throug addhandler in sub main)
|
| Change URL by client | 04 Nov 2004 09:06 GMT | 3 |
i have a security-related question, how can i detect if the client has changed the URL in his browser in my web application thanx.
|
| PrintPreviewControl / PrintPreviewDialog: Image location within the client area | 04 Nov 2004 08:57 GMT | 3 |
Context: I have to print personal information on a preprinted form I've never seen using a printer I've never seen. I want to use a control to overlay the PrintPreview to indicate where I've printed. I want to use a separate control in order to allow the user to drag the field to ...
|
| Hyper Threading | 04 Nov 2004 08:17 GMT | 1 |
I have a server that has "hyper threading" enabled on it. Is there a way using the .NET framework classes, I can detect it programatically?. Any help on this would be appreciated. Regards,
|
| Listbox "restricted" selection | 04 Nov 2004 07:55 GMT | 1 |
I have a control listed as: <asp:ListBox id="ddlList" runat="server" SelectionMode="Multiple"></asp:ListBox> - this list is dynamic. We would like users to select
|