0
votes
2answers
25 views
iPhone + file upload control
Hello,
I have an application which uploads file from iPhone to web server.
Problem is that I want to give users a control like from which they can select the file / photo from th …
2
votes
2answers
37 views
How to get ASP.NET HyperLink control to encode ampersands in Text attribute?
I use the following control to output a HTML link:
<asp:HyperLink ID="hlEditDetails" runat="server" CssClass="arrow-forward" Text="Edit Details & Photo" />
However …
0
votes
1answer
41 views
Why is the control inaccessible due to its protection level?
I'm trying to access a control's text property from program.cs and it says that it is inaccessible due to protected level. How can I fix this please?
1
vote
1answer
50 views
C# Form Problem: new form losing control and randomly hiding
Hello, I'm encountering strange behavior with forms on a c# 3.5 app. On a button click, my form1 hides itself, creates a new form2, and shows form2. Form1 also contains the event …
3
votes
3answers
52 views
version control in virtual machine
My employer wants to run our version control system in a virtual machine. Is this a bad idea or does it not matter? I am concerned about disk access integrity and stability. Are th …
0
votes
2answers
39 views
How to FindControls in repeater control ?
I want to enable or disable 'ParticipateBtn' depending on EventStartDate. I am getting this error:Object reference not set to an instance of an object.
<table>
…
0
votes
1answer
22 views
Dynamic textbox inside gridview tab key press
Hi all,
We are using dynamic text box inside the gridview. When tab key pressed on each textbox inside the grid we need to do some calculation using total value from the database …
0
votes
3answers
44 views
WPF custom derived control style
I have a custom control derived from Button:
class MyControl : Button{}
And suppose, this class is empty (has no members).
In the application's main window resources I use …
0
votes
3answers
17 views
list of controls with templates in silverlight
Does anyone know where to find a list of controls that you can set the template on in Silverlight? I've wasted several hours now trying to create control templates only to find th …
0
votes
2answers
25 views
MultiColor Label Control
hi all
is it possible at all to somehow make the label contorl multicolored? i have a rich textbox that the user enters text into, and if they change the font for some words in th …
1
vote
9answers
291 views
Version control; choices, choices, choices!
Our setup as follows:
We have a local development server running Ubuntu, with a setup to mirror that of our live host.
Each developer works on a Windows machine and accesses the f …
0
votes
2answers
41 views
ASP.NET Custom Server Control Build — Validator
I am writing a DateValidator control to function as a validator of all type for dates.
It will function as an Required validator, a Min/Max validator, and a Range Validator for da …
0
votes
2answers
25 views
DateTimePicker resets day
Hi all,
I am using DateTimePicker with Australian date formatting set (dd/mm/yyyy)
The problem is when user enters a day which is outside of the month (mm), control resets that d …
1
vote
1answer
46 views
Silverlight control layout update in runtime
Hi,
I have a silverlight control that has a few element such as: Image, TextBox and a TextBlock.
The application shows a list of the same control and the controls are placed in a …
1
vote
2answers
59 views
How does merging work the second, third, etc. time you merge a file?
I'm interested in knowing how revision-control systems do merging.
Suppose you have a file A. On one branch, file A is modified - call it file B. On another branch, file A is modi …
