| Thread | Last Post | Replies |
|
| switch statement expressions | 18 Nov 2005 11:43 GMT | 3 |
Is there a way in c# to have a switch statement with multiple expressions like in VB.net? Select Case e.Item.ItemType Case ListItemType.Item, ListItemType.AlternatingItem,
|
| How to fix this error? | 18 Nov 2005 10:33 GMT | 1 |
c:\Inetpub\wwwroot\xxxxxxx\DALDataAccess.dll Referenced class 'DALDataAccess.Vendors' has base class or interface 'MyGeneration.dOOdads.SqlClientEntity' defined in an assembly that is not referenced. You must add a reference to assembly 'MyGeneration.dOOdads'.
|
| How can I to include classes from another project? | 18 Nov 2005 09:51 GMT | 1 |
Hi every body I still new in C#, now I developing an application (console application) but I've downloaded a project which I need some classes, how can I to include thses classes y my project?
|
| what is difference between SqlTransaction and T-Sql(begin tran, commit tran, rollback tran) | 18 Nov 2005 08:56 GMT | 3 |
what is difference between SqlTransaction and T-Sql(begin tran, commit tran, rollback tran) thanks.
|
| Controls collection of Component | 18 Nov 2005 08:48 GMT | 1 |
I would like to ask if there is something similer (even in a diffrent way) to loop all controls on a component in the same way there is on a form.controls collection? Thanks in advance
|
| Threading: UI update from another namespace. | 18 Nov 2005 07:36 GMT | 6 |
I'm really new to threading. Imagine you create a thread like this: public MainForm() {
|
| Excel Graphs | 18 Nov 2005 03:31 GMT | 3 |
In the Excel it is not possible to graph more than 256 columns, is it possible to do call Excel library from C# and graph more than 256 points / columns or does the library has the same limitations? Thanks Peter
|
| C# Windows Form Project and Form | 18 Nov 2005 03:10 GMT | 1 |
I have two C# Projects Project1.sln and Project2.sln. Project1 and Project2 has different namingspace. Project2 has some Windows Form frmP21, frmP22 and frmP23. Now I want to add frmP21, frmP22 and frmP23 into Project1.
|
| How to search ArrayList based on condition? | 18 Nov 2005 02:53 GMT | 8 |
Folks, I have an ArrayList of integers. I have sorted the list already. Now, i want to find the index of the first element that is greater than
|
| calling stored procedure with parameter as reference | 18 Nov 2005 02:36 GMT | 7 |
Can I call a stored proc from .net with a parm that changes during the SP? For example, I call the SP with parameter sMyVariable (which changes in the SP), and when I access it after the SP is executed, sMyVariable will have the new value. My solution (if this doesn't exist) ...
|
| algorithm | 18 Nov 2005 02:18 GMT | 7 |
where can I get code/process/algorithm/or any kind of example to calculate what day of the week (or month or year) is say 5th of sep in 1767.
|
| DataGrid search | 18 Nov 2005 02:13 GMT | 7 |
I have data grid and trying to create a search function, the problem I am having is when my table is not sorted in by the primary key I get the closest match in the current order. Is there a way I can search the DataGrid for exact value and not have it sorted? Here's my code:
|
| Standard way of tracking dynamically created forms? | 18 Nov 2005 01:53 GMT | 1 |
I have a main form that can create and display multiple other (sub)forms at the click of a button. Each time a new subform is created, I want the main form to increment a counter to indicate how many forms of that type are active in memory. But in order for this to work, I need ...
|
| run javascript | 18 Nov 2005 01:52 GMT | 1 |
I have a web site that has a dropdown menu implemented with javascript. I call a c# web page from this menu. Once the C# web page comes up I would like to use this same menu on the c# page. Is there any way to do this? When I put my javascript code in the html of the c# web page, ...
|
| Test script | 18 Nov 2005 01:51 GMT | 1 |
In software testing/quality control what is meant by the term "test script". Is this a paper document specifying steps to take to test the code or does it refer to an application that serves as a client to components that tests the components. Does it have anything to do with ...
|