| Thread | Last Post | Replies |
|
| Problems with access-file... | 25 Jun 2005 22:27 GMT | 4 |
I have an ASP.NET site, which collects data over a WebForm, and sends the data to an access-file. I tried the site local, and I found no errors. Now I tried the site over my Webserver, and there are strange things:
|
| dataGrid.set_CaptionVisible not working | 25 Jun 2005 14:09 GMT | 2 |
Hi. My dataGrid displays the dataBase field names instead of the captions I entered when I configured the dataSet. The caption exists. I can print it in a debug window. It just doesn't show up on my form. What am I missing?
|
| OleDb and Exception handling? | 21 Jun 2005 17:46 GMT | 5 |
I wrote a method to get some data from an access file. In an other topic someone told me, I have an error in my exception handling, because, on an error the connections wouldn't be closed. I tried to resolve the problem by myself, but it doesn't work.
|
| System.Type.GetType method doesn't work, even though it should | 21 Jun 2005 17:00 GMT | 2 |
Hey there guys, i'm giving Direct3D another shot with J#. But one problem is stopping me from successfully running this very simple application. When creating a VertexBuffer (collection of points in 3D space) i get an error i shouldn't be getting. the following call:
|
| System.getProperty() in J# | 21 Jun 2005 06:50 GMT | 1 |
(Type your message here) -------------------------------- From: Dmitriy R I am writing some code, which is supposed to be portable between Java and J#. I was trying to use system properties in J#. In Java you can pass custom values to your JVM via system properties - you can ...
|
| Some understanding questions... | 20 Jun 2005 20:18 GMT | 5 |
I am still a beginner with Java/VJ#.NET/ASP.NET, and now I have some understanding questions: 1. private, public and protected: 1.1. If I want to use my variables only inside of my class-file they
|
| How to check if a table has some data? | 15 Jun 2005 22:07 GMT | 4 |
Is it possible to check if a table has some data? I get the data from an Access-file, and send it to Table2. This works fine, but I need alo a Message, if no data was found for the selection from the user. Here my mehtod to get and set the data:
|
| How to split a table over more pages. | 15 Jun 2005 22:02 GMT | 3 |
I read data from a Access-file, and send this to a table. Now I have the problem, that the table (list) is verry verry verry long. I knowi some websites which have split the data over more than one page. And you can access the pages per "Forward", "Back" or per pagenumber.
|
| Need help with DataGrid and Pager. | 15 Jun 2005 20:37 GMT | 2 |
I have a working website which gets data from an access-files over oledb and the .Fill() method. The data is sent and bound to a table, which is displayed on the website. But the list is verry long, and now I want to make a Paging.
|
| How to sort data? | 14 Jun 2005 08:01 GMT | 3 |
I get data from a file, and send them to a table. Is it possible to sort the data? Greetings, Christian.
|
| How do I import a user defined class into VisualStudio .net J# | 11 Jun 2005 13:14 GMT | 3 |
Hello Experts! I'm using Visual Studio .NET with J#. For example if you compile a java file by using the javac in the command window(cmd) you get a class file.
|
| Java to JSharp? | 07 Jun 2005 16:29 GMT | 2 |
We have recently acquired a company that has written lot of business objects in Java. We prefer running our shop in .NET. Is it possible to convert Java to JSharp or do we need to re-write everything? OR can we compile the Java code in any Microsoft compiler? Please discuss the ...
|
| Help - MouseDrag | 07 Jun 2005 08:36 GMT | 3 |
I am trying to make a Scribble application in VJ# using .NET event handlers. I made a form, added a picture box to it, created a Bitmap object and set it as it's "Image" property. Now, I have event-handlers for MouseDown, MouseUp, and MouseClick, but
|
| Why is the J# Redistributable package needed? | 06 Jun 2005 18:21 GMT | 4 |
Why is the J# Redistributable Package needed to run a J# application? Or can I just redistribute some assemblies? For example, if I develop an application in Borland Delphi using WinForms, I can compile this application to an exe file. This exe file
|
| Swing plug-in in J# | 03 Jun 2005 11:04 GMT | 1 |
I am basically trying to run a java(sun) application in J#. It's a htmlparer wich gathers newslinks from various newspages and displays them on a single webpage. The application uses the javax.swing.text.html and javax.swing.text.html.parser
|