| Thread | Last Post | Replies |
|
| Retrieving lead record from CRM 3.0 | 24 Oct 2006 15:46 GMT | 7 |
Very new to this but using the MS working with dynamics CRM 3.0 book to run web application to retrieve lead records from CRM 3.0. Have followed the book instructions on page 380-382. But am getting the following in ie 7.
|
| System.web | 24 Oct 2006 15:42 GMT | 7 |
I can only using system.web; but not using system.web.mail;
|
| How to add controls in a datagrid control? | 24 Oct 2006 15:31 GMT | 1 |
I'd like to add numericUpDown controls in every cell of a column of a datagrid. Is there some sample code I can get for reference? Thanks In Advance!
|
| Implementing a company styleguid | 24 Oct 2006 14:32 GMT | 1 |
[sorry for 'crossposting', but m.p.d.f.w.controls has very low activity] Hi, the company I'm working has got a styleguide, which we use for
|
| .NET's support for image manipulation | 24 Oct 2006 14:28 GMT | 3 |
I was wondering if anyone experienced with .NET's image/drawing tools would know of a way to replace selective colors in images, like say a piant bucket tool in Microsoft Paint? Or even better if it did color replacement like Photoshop where it adjust
|
| Read contents of a web page | 24 Oct 2006 13:58 GMT | 4 |
I am trying to read the contents of a page through its URL. My code snippet is as follows: public void mtdGetPageDataHWR() {
|
| Can access Web Page but not Web Service | 24 Oct 2006 13:33 GMT | 3 |
I can use my pc to access any web page, but can't access web service. Can it due to firewall? Which setting can block web servcie but not web page?
|
| Touch screen system - TextBox | 24 Oct 2006 12:21 GMT | 2 |
I'm working on touch screen system where a user clicks on a number to letter to input it into a field, it's working fine at the moment, basically it passes the textbox control to a user component which handles input, then it does "control.Text += key;", this works fine for
|
| How to register a service on a remote machine programly? | 24 Oct 2006 11:14 GMT | 1 |
hi, i want to code to register a custmer service on a remote machine and i've tried class System.ServiceProcess.ServiceInstaller, but i can't do the job. Is there any other ways?
|
| comparing objects | 24 Oct 2006 04:30 GMT | 10 |
I have a collection of objects that I store in the session. Then I look in that collection to see if the collection.contains an object. it answers false. If I dont store that collection in the session it answers true. Is the session somehow modifying the collection? The ...
|
| How to create share only to one user ? | 24 Oct 2006 03:10 GMT | 1 |
My code goes here following, but it can't work, why ? Bytheway,if only one user should be permitted to accesss it,how can i do ? thx! static void Main(string[] args) {
|
| Importing XML schema into SQL Everywhere using C# | 24 Oct 2006 03:03 GMT | 1 |
Could someone please point me to a good tutorial or similar (what classes, small hint...) describing the best practice when it comes to importing database schema and data into a sql everywhere database? I've tried searching both MSDN and Google but I get millions of hits... :-(
|
| very strange serializtion exception | 24 Oct 2006 02:30 GMT | 6 |
I had working code that made custom serialization on objects that inherit from queue in the inherited queue I create my own GetObjectData: public void GetObjectData(SerializationInfo info, StreamingContext ctxt) {
|
| serialization | 24 Oct 2006 01:56 GMT | 1 |
I am new to serialization, so not truly sure if i am missing something fundamental. My question is, can an xml file, that i get from a web service be de serialized? That is, it is raw xml, meaning its not xml generated by serializing
|
| Structuring a solution / projects. | 24 Oct 2006 01:14 GMT | 7 |
I'm new to Visual C# and I am looking for guidance with structuring projects. I am wanting to develop a DLL assembly which will contain all my common classes which will be used by various projects. During development of
|