| Thread | Last Post | Replies |
|
| Looping Problem | 21 Oct 2005 10:51 GMT | 2 |
I have an array that I am populating from a database. I am looping through the array to write the values to a datagrid. At this point, I'm stuck. I can't figure out how to read the first four values from the array, then go on to the next four values, then go on to the to the ...
|
| date problem | 21 Oct 2005 10:41 GMT | 1 |
i have a table: RECORDS1 fields: DATE1,NAME1
|
| List Of Objects In a Form | 21 Oct 2005 09:15 GMT | 1 |
is there any other way to get all objects from a Form ??? without doing a recursive function to navigate through the control property ? thks JSB
|
| Version resource in satellite assembly | 21 Oct 2005 09:06 GMT | 6 |
I have two question regarding the version resource that is generated for a satellite assembly. 1) I have a file in my C# console app project called StringResources.en-US.resx. When I build the project, a satellite assembly is
|
| Treeview questions... | 21 Oct 2005 08:38 GMT | 1 |
I have a string that contains part of a directory structure that will be created in the future. I want to display this future tree on a treeview for the user see and then approve it. I was able to populate the first level of the tree, but I'll need some
|
| License problems with unmanaged code | 21 Oct 2005 08:34 GMT | 1 |
I'm working at .NET project to implement a COM interface for a .NET control. The .NET assembly is built with the correct license for the control. Some unmanaged code is creating an instance of the control,
|
| Can multiple applications share the same port? | 21 Oct 2005 08:02 GMT | 1 |
I have an application that needs to be listening at a specific port. I don't know for sure if another application running at the same desktop would listen at the same port or not. Is it possible that 2 different applications listen at the same port. My app is in C# and I can ...
|
| secure redirect | 21 Oct 2005 08:01 GMT | 1 |
I have a login page in asp.net that accepts a user name and password. This page needs to send the user name and password to another site after checking them. The password is "asterisked" on the login page, and I do not want the user to be able to see it in the query string that ...
|
| Access innerHTML on serverside | 21 Oct 2005 07:26 GMT | 3 |
Is there any way where, from server side, I can access the innerHTML value of a control (Hyperlink/Label) which is modified at the client side ? I wish to read the changed InnerHtml on the server side. Can I really do this? any help will be appretiated.
|
| invald cast System.Byte to System.Byte[] | 21 Oct 2005 03:04 GMT | 1 |
I am writing a program with MS Visual Studio .Net 2003, which reads data from a MS SQL DB. Reading the data is fine, but when I push update, so it writes the data, it get the error message invald cast System.Byte to System.Byte[] ? It'll happen even if I just add/change 1
|
| A Very Simple Report | 21 Oct 2005 00:35 GMT | 6 |
I am writing a small Winforms app in VB.NET. The app will be given away with a mechanical laboratory device. The app performs a couple of simple calculations... and has to output a certificate style report. The report will contain largely static
|
| Client-Side Caching... | 20 Oct 2005 22:31 GMT | 2 |
I should know this but so goes the grey matter... When the following is placed into the head I've forgotten if the .js file gets downloaded from from the server on each PostBack or if there is there some mechanism that knows the file already exists in the browser's cache?
|
| dcompiling DLLs? | 20 Oct 2005 19:54 GMT | 11 |
I'm in the position where I may need to update a site that lost its backup project files. Is there any chance of being able to decompile the DLL files or is this a case of starting over from scratch? I'm looking at ".net Reflector" which looks like it will help, as I can view
|
| XML problem | 20 Oct 2005 19:13 GMT | 2 |
I have a problem with an XML file which is e-mailed to a company which converts it into invoices for our customers. I have sent them various test files over the past few months and upto last week they converted them with no problems. With the most recent files, they are getting ...
|
| Parameters on an Executable | 20 Oct 2005 19:10 GMT | 2 |
Using VB.NET, I need to create an executable that will accept parameters. This app will not have any user interface, I just want it called from another app but I need to send some parameters in. Can someone tell me how to do this?
|