| Thread | Last Post | Replies |
|
| How to create a Directory listing? | 27 May 2005 23:09 GMT | 9 |
I want to build a dynamic Download-Page: If the userer goes to updates.aspx, the ASP-Pages should look for files in a special directory, and then list them with a hyperlink to make a download.
|
| javascript help | 25 May 2005 22:17 GMT | 1 |
I have the algorithm but I need help with javascript syntax. I'm trying to find if I have 1 'number#' or 2 'numbers##', then I need to grab this number. checkboxname = pfmABCD#:0
|
| Please look at my code! | 25 May 2005 08:54 GMT | 2 |
I know, that I have to learn programming, and I do this (Java). But I am still at the beginning, and I have to make 3 ASP-Pages to end another project (changing our server system to sbs2003 premium). But at this time I learnd so much by creating the ASP.NET-Pages. Learning by
|
| How to format a table! | 25 May 2005 08:43 GMT | 4 |
I create a table in the VJ# part of my ASP.NET file. Now I want to set a table row to "bold". I found the ".Font.Bold = true" in the Dokumentation, but this doesn't work. Please tell me how to set the Text of a row to bold.
|
| Problems with SQL. | 25 May 2005 08:27 GMT | 5 |
I want to make a logfile for my login-page (login-page allready works). I use a MDB file which contains a table for each month. In the tables ar the fields: Id, Datum, Uhrzeit, EMailAdresse and Kundennummer. I tried to create the code, but I didn't understand some things. I marked ...
|
| How to handle errors? | 24 May 2005 20:06 GMT | 2 |
Can I use a method from a method? Example: I have "void PageLoad" and "void TestForFiles" and "void SQLThings". PageLoad must call TestForFiles, if everything is OK go to step1 else
|
| C++ forum ? | 24 May 2005 19:28 GMT | 1 |
Is there an MSDN forum for C++ ? If so, how do I get to it?
|
| How to Create HTTPS Connection From J# | 24 May 2005 18:27 GMT | 9 |
I have a need to access a 3rd-party site via HTTPS from a service-side process. They have example code written in Java, which all works in J# except the HTTPS connection. For that, they reference sun.* packages that I don't think J# supports. Is there an alternative approach I ...
|
| java.lang.UnsupportedOperationException | 21 May 2005 19:58 GMT | 5 |
At the following line in my code the program simply exits. return dataPoints.remove( (DataPoint)obj ); The exception message is: java.lang.UnsupportedOperationException
|
| VJ# to use C# dll | 20 May 2005 20:41 GMT | 1 |
I have a c# dll that I am referencing for my j# program. Say, I want to access the get accessor of "xyz" property in a file "abc.cs", how would I call it from my j# program? I tried the following
|
| TypeInitializeException | 19 May 2005 21:53 GMT | 3 |
I've written a J# program that runs just fine on my computer (where my Visual Studio .NET IDE resides). I try to run the program on another computer (it has Windows 2000) and I get a dialog that says it has encountered an unhandled exception. Clicking
|
| Looking for Dokumentation about ASP.NET with VJ#! | 19 May 2005 18:11 GMT | 1 |
I am a newbee, and I want to lern programming ASP.NET with VJ#! I lookd fore some documentation (if possible in german), but I dind't find anything useful... Can you tell me some books or Internet-Pages which can help me to
|
| Make a Table Cell a Link | 18 May 2005 21:41 GMT | 2 |
How can i make a Table Cell a HtmlAnchor so that when the cursor is hovering over a cell the cursor changes to Hand and i can click on the it , also please let me know how the event will be triggered, i am developing a J# Control for use in a ASP.NET Web Application. Any example ...
|
| Help! Newbie Question! | 18 May 2005 21:24 GMT | 1 |
I am trying to create an ASP.NET Page with VJ#, but I never did this bevore, and I dind't find a good dokumentation, so I have to ask for help in this newsgroup. How is the correct layout for an *.aspx file?
|
| Converting int to String | 18 May 2005 20:31 GMT | 1 |
Can someone tell me how to convert a int value to a String in J# Barry
|