| Thread | Last Post | Replies |
|
| Automatically advance to next textbox | 27 Oct 2004 23:38 GMT | 1 |
I am trying to advance to the next textbox when input for the current textbox has reached its maximum length. In a different newsgroup I found this code snipit, but I have not been able to use it. Private Sub Text1_Change()
|
| ErrorProvider and Exit button | 27 Oct 2004 23:31 GMT | 1 |
im using "Error Provider" in my form , the problem is that when im trying to exit the program by the exit button on the title bar im getting disturbed by the error provider so i cant exit the program from there.
|
| Date convertion problem | 27 Oct 2004 22:30 GMT | 1 |
i am having a hard time trying to convert my date. Here is my problem : I get an input date from a user in a form (in a asp:textbox control). The date is validated with the "dd/MM/yyyy" format and stored in a variable. Dim strDate As DateTime = Date.Text (strDate contains ...
|
| Crystal reports basic question | 27 Oct 2004 22:20 GMT | 1 |
I'm totally new to crystal reports (for VS.Net 2003), so please excuse if this question is trivial: In my application, the user is able to create XML- files, that always contain information in the same (!) format. So, I'd like to give the user the
|
| Uploading file problem | 27 Oct 2004 21:55 GMT | 1 |
I have a problem with the file uploading in Asp.Net and I have read a lot on forums on this but never found an answer. Here is the problem: I know Asp.Net maximum Length for uploading a file to the server is 4Mo but I changed that maximum to about 10Mo in my web.config file :
|
| System.Web.Mail in a console app? | 27 Oct 2004 21:21 GMT | 5 |
I have very simple console app that attempts to send an email using system.web.mail. I compiles and runs without any errors but doesn't send anything. I've checked the badmail folder, etc and I don't see anything. Should the mail object work in a console app? I've changed the ...
|
| session time out | 27 Oct 2004 20:51 GMT | 2 |
I have a application which i would require to use for two different set of users. For one set of users i need to set the session timeout as 60 minutes, which i can configure using web.config. But for the other set of users i need to set the session timeout as infinite, which ...
|
| Career Advices | 27 Oct 2004 19:23 GMT | 5 |
Which one should I learn ? DirectX with C++ (becoming a graphics/games programmer) or .Net with C# (becoming a business programmer)
|
| Schedule an email based on date in SQL DB | 27 Oct 2004 19:13 GMT | 1 |
Can you schedule emails/events based on SQL data? Example: User sets an expiration date via web form to SQL DB. When this date arrives, send out an email to the user via web form.
|
| DATAGRID | 27 Oct 2004 19:09 GMT | 3 |
We have been using MS Datagrid on C# and VB 6.0, but it is not very flexible. Are there any good-3rd party Datagrids available (both shareware and freeware) thanks
|
| Crystal Reports exception | 27 Oct 2004 19:05 GMT | 1 |
I am receiving the following exception randomly when printing crystal reports via a print server application. The server will successfullky print a random number of identical files and then for some reason, the following exception
|
| Exec foxpro 26 exe from asp .net | 27 Oct 2004 18:35 GMT | 1 |
is is possible to do this ? System.Diagnostics.Process.Start(@"c:\LERlib\FoxParse\Programs\PARSE.EXE"); from my asp.net (v1.1) page? I am running on my localhost web server.
|
| For Visual Studio.Net | 27 Oct 2004 18:31 GMT | 4 |
Is there any difference in the usability in the "Academic" version of Visual Studio.Net, compared to the "Professional" version. I'm interested in learning computer programming, but I would like for whatevery I'm desinging to work without any restrictions.
|
| Access97 mdb creation from VB.NET | 27 Oct 2004 18:18 GMT | 4 |
Hello - I'm trying to create an ACCESS97 database MDB as well as tables w/in the db all programatically from VB.NET -- is this possible? I've seen examples for creating Access2000 database using interop w/ "Microsoft ADO Ext. 2.7 for DDL and Security" BUT I cannot seem to open ...
|
| Deploying .NET COM class library | 27 Oct 2004 16:56 GMT | 2 |
The company I work for has traditionally used COM/ActiveX for the solutions that it provides. We are in the process of moving to .NET and a few applications have been written in VB.NET up to this point. Some of the applications are class libraries which need to be callable
|