Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for c#_fem

Hi, I'm new to WCF technology and I have to make 2 service providers, that can exchange messages between each othen. So I made two seperate WCF services, and a client application for each service. But my how to implement implement communication between the two wcf services, so that when …

Member Avatar for Randlathor05
0
169
Member Avatar for c#_fem

Hi, I need to develop a asp.net web application. I'm using Visual Studio 2010. I need to be able to save a file in specific folder using this application, how do i do it? Also, is there something like when I click on a button another web page appears (something …

Member Avatar for thines01
0
177
Member Avatar for c#_fem

Hi, I have a problem. I can't display image if it is stored on local disk c. The image class displays images only if there are in the project. For an example this will display the image : Image1.ImgUrl = @"~\image.jpg" But this won't display anything: Image1.ImgUrl = @"C:\images\image.jpg"; Does …

Member Avatar for PatSharbaugh
0
68
Member Avatar for c#_fem

I want to enable choosing which image to display after a button click. Could you please give me an example? Thanks This is what I have so far : protected void Button10_Click(object sender, EventArgs e) { Image1.ImageUrl = @"C:\img\Desert.jpg"; Image1.ImageAlign = ImageAlign.Left; } It won't display anything after I run …

Member Avatar for c#_fem
0
179
Member Avatar for c#_fem

Hi, How to add picturebox or something similar into a web form. I can't seem to find a picturebox in my toolbox. I'm using Visual Studio 2010. I need to display an image after the button click in a web form. Does anyone have an idea how to do that? …

Member Avatar for hericles
0
92
Member Avatar for c#_fem

Hi, I'm developing a XNA Windows Game 4.0, and I keep getting this error: The type or namespace name 'Color' does not exist in the namespace 'Microsoft.Xna.Framework.Graphics' (are you missing an assembly reference?) I can't seem to find the answer for this, can anyone help? Thanks EDIT: Solved it color …

0
218
Member Avatar for c#_fem

Hi, I have to create several services that have to use some sort of registry, to store and get data from. Also, services should have to communicate with each other, in order to exchange data, using the previously mentioned registry. Each service should be able to connect to the registry …

Member Avatar for c#_fem
0
477