| Thread | Last Post | Replies |
|
| Web User Controls returning values | 14 Dec 2005 07:27 GMT | 1 |
Hello there :) I have a problem with Web User Controls but I may be doing an incorrect C# code. Basically I have a Web User Control. ascx file that has a 1 ImageButton
|
| Urgent Requirement for Dot Net Professionals in Bangalore, India | 14 Dec 2005 07:19 GMT | 2 |
Greetings from Chimera Technologies Pvt Ltd, Bangalore We are URGENTLY looking for candidates for the position of a Senior Software Engineer with around 4-6 years of relevant experience with the following skill set :
|
| Beginner interface question | 14 Dec 2005 05:18 GMT | 13 |
I've been reading up on interfaces, one example I came across showed that you can hide a method implemented from an interface from the class which implements it. To use it, you must cast to the interface type e.g.:
|
| Interfaces | 14 Dec 2005 04:15 GMT | 5 |
I have the beginning of an Interface class that has this in it. namespace Samples.Money { /// <summary>The common interface for simple Monies and
|
| Disable datagrid sorting | 14 Dec 2005 03:20 GMT | 2 |
I would like to disable sorting in a winform datagrid when a column header is clicked. The following does *not* seem to disable sorting and clicking the column header still sorts the grid:
|
| Efficient Data Structures | 14 Dec 2005 03:03 GMT | 22 |
I am searching for a data structure that stores key-value pairs in it. This data structure is to hold large amounts of key-value pairs, and so needs to be efficient both in insertion and deletion. Does anybody know of ready data structures that can be freely used
|
| Currency Manager with Grid and Form Views | 14 Dec 2005 01:11 GMT | 2 |
I have both a DataGrid and collection of data editing controls within a form connected to the same table within the same DataSet with a CurrencyManager. But they don't remain in sync with one another. I expected that when I moved the row pointer within the grid that the
|
| Get File Spec of Current DLL | 14 Dec 2005 01:05 GMT | 3 |
Does anyone know how to get the file spec of DLL from within the code? I thought that System.Reflection.GetExecutingAssembly() would work, but it returns the name of the program that called DLL routine, not the DLL file itself.
|
| C# Windows Form and client's operating system | 14 Dec 2005 01:00 GMT | 1 |
I am wondering in my C# Windows Form, how do I know the client PC's operating system? Thanks for help. Jason
|
| Can a Window C# app be ported to the Web? | 14 Dec 2005 00:15 GMT | 2 |
One advantage of ActiveX is that something that is developed for (and tested with) a desktop app can be used on the web. Can .NET do this? Is there a way to develop a user interface first for a Windows app and then use that UI on the Web? It seems to me that the classes used to ...
|
| Want to create either a stream or a file | 14 Dec 2005 00:04 GMT | 1 |
I am reworking a class that generates source code. I want to add a "preview" function, much like the refactor dialog in vs2005. To facilitate this, I have changed what used to be my "writeToFile" method to "generate" - the plan is, I will generate the text in memory, then I can ...
|
| WebClient question | 13 Dec 2005 23:59 GMT | 1 |
I have a connection through WebClient running via a thread. Then I call a .OpenRead(). I would like the main thread to be able to cancel this connection. How do I go about it.
|
| Why copy local with DLL in VS.NET? | 13 Dec 2005 23:54 GMT | 4 |
What is the difference in copy local = true/false in VS.NET when referencing a DLL? I've noticed that changes to the DLL (recompiling) aren't reflected in my project either way. I have to
|
| How to extract words out from a string? | 13 Dec 2005 22:02 GMT | 7 |
I code in Rexx on the mainframe which has 2 built-in functions: word(s,i) & words(s). word(s,i) returns the ith word in the s(tring), and words(s) returns the number of words within the s(tring).
|
| Reflection and Interfaces | 13 Dec 2005 22:01 GMT | 1 |
I'm dynamically loading a form through reflection. I have this working. What I'd like to do is implement an interface so that I can cast my instance to that interface. I want to be able to call methods and pass parameters normally in the dynamically loaded Form.
|