| Thread | Last Post | Replies |
|
| problem involving matrix and binary search trees | 22 Apr 2008 18:58 GMT | 1 |
I have a 5x5 Matrix. Each cell consists a string value(ex:URL of a website) I want to find out which string value occurs( i.e. repeats ) maximum no. of times in the matrix.
|
| Reverse Tab equivilent of this.ProcessTabKey()? | 22 Apr 2008 18:05 GMT | 3 |
I have an application that is modifying the ENTER key to use this.ProcessTabKey() for data entry screens (replacing a green-screen Telenet app). I would like to do the equivilent of ths.ProcessReverseTab() for ALT-ENTER, but no such animal exists. Does anyone know how this could ...
|
| Overriding a function call with a J# java.lang.Exception parameter in C# | 22 Apr 2008 16:35 GMT | 1 |
I am writing a windows app in C# and referencing a lib built in J# and which I don't have the code for that requires a method to be overridden that contains a parameter defined as: java.lang.Exception
|
| ORM: from object to SQL | 22 Apr 2008 15:59 GMT | 3 |
I am exploring the object-relational mapping tools (the free ones) for the .net CF 2. As far as I have seen all the tools start from the tables of a database and generate code to build persistent classes.
|
| asp_wp.exe utilized 100% of CPU | 22 Apr 2008 15:45 GMT | 7 |
I inherited a web project from other programmer. I notice on my dev machine every time I request a page in IE or FF the CPU jumps to 100%, all utilized by asp_wp.exe. I did some researches on the web, somebody suggests this could be due to
|
| Problems with writing an SQL Server varbinary(max) field using .Net 1.1 | 22 Apr 2008 15:37 GMT | 4 |
I've got an application which is written in .Net 1.1. When I try to write a varbinary(max) field using the SqlCommand and SqlParameter classes I got an exception like this: "The conversion of varchar into varbinary is invalid".
|
| Como enviar un net send | 22 Apr 2008 15:35 GMT | 1 |
Necesito que mi aplicacion (ASP NET - C#) envie un net send a determinadas maquinas de la red y no encuentro como hacerlo. Gracias
|
| Regular Expression Question | 22 Apr 2008 15:22 GMT | 4 |
I have a regular expression that catches these patterns: value1 - value2 value1 - value2 (value3) value1 - value2 [value3]
|
| Email validation from Database | 22 Apr 2008 12:11 GMT | 1 |
Hello guys........ please tell me ............. I want to do email validation like i have a userid entered by user new user.so problem is that i have to do the validation when i'll click on
|
| Problem with REFRESH DataGridView | 22 Apr 2008 11:52 GMT | 4 |
Hi, i TRY to create a windows apllication that insert in a Access DB name and surname; the Insert istruction Works but the the refresh of DataGridView doesn't works... the code is :
|
| How about reference type? | 22 Apr 2008 11:43 GMT | 1 |
It will show the reference page when I right click a web project and select it's property page. There are some reference types: BIN, GAC What is the difference between these two types?
|
| XML comments guidelines | 22 Apr 2008 11:02 GMT | 2 |
I need some information on guidelines on how to use XML comments in c#. Please suggest some good articles or books.
|
| Want to define a constant along the lines of Math.PI | 22 Apr 2008 10:37 GMT | 7 |
I'm not very familiar with C#. I have a static class and would like to define some constants similarily to Math.PI. Could someone show me how to go about doing this. So far no luck searching. Regards
|
| Making an instance of an object available for all events and methods of a class | 22 Apr 2008 09:59 GMT | 5 |
I am trying to figure out how to make an object instance available for all methods of a class. I tried to do something like this: public class test { TheObject Instance = new TheObject();
|
| ClickOnce again | 22 Apr 2008 09:53 GMT | 4 |
I have a .NET / COM DLL. On the client the COM object is created by a application using VBScript (Windows Scripting). I try to deploy the .NET / COM DLL using ClickOnce deployment. I know that it is only possible to deploy a Windows Forms - no DLL. Well, my idea is to
|