Tagged Questions

1
vote
2answers
39 views

Find a UnorderedList <UL> control inside a master page from a content page in asp.net

Hai guys, I want to find a UL control and then find a LI within that UL and assign a css class to that from a content page.... <ul id="mainMenu" runat="server" style="width:35 …
1
vote
1answer
23 views

Using ASP.Net MVC UI Helpers in a classic ASP.Net project

Hi guys Just wondering if anyone know if in general you can use the MVC UI helpers in a classic ASP.Net project. Obviously you would have to be mindful not to you the form helper …
0
votes
1answer
11 views

Effective auto-complete for WinForms DataGridViewComboBoxColumn

I've build a number of WinForms applications that use DataGridView grids with combo box columns. There seems to be a basic flaw in the user interaction for these controls. Typica …
0
votes
2answers
17 views

Multiple instances of server control attached programmatically not appearing?

In the code behind of my page I want to attach a label in multiple places. To achieve this and avoid creating mutliple instances of the same label I've tried: Label lblNon …
0
votes
0answers
23 views

Reordering of clientIds for controls when deleting a control in ASP.NET

I am keeping track of all of the controls rendered on a form in a dictionary.....Its a very fast and convenient way to getting a rendered control reference given a specific key.... …
1
vote
1answer
56 views

C# Drag and Drop between 2 Different Controls

We have a ListView control which triggers the DoDragDrop method. We have another control which is a TreeView control which has a DragDrop method. The problem is that the DragDrop m …
0
votes
4answers
41 views

Showing PDF in VC# 2k8

Hello, I'm looking for a solution to display a PDF in C#. I found the AxAcroPDFLib Control, that works very fine and is sufficient. But other people can't start my program, becau …
0
votes
2answers
27 views

Adding and changing usercontrol at run time in a WPF application

I have a situation as follows, i am going to use WPF for first time, so any suggestion abt how to proceed whould be great: I hav a drop down, when i select any item from it - it sh …
0
votes
1answer
32 views

How to create multiple labels for iPod Touch

I want to use two labels on the same view in an iPod Touch application. I have created the two labels, but I only know how to access on of them. Does any one have an example of how …
0
votes
1answer
47 views

Moving a control around on the UI

We are developing in C#.Net. We are dynamically changing a .Net control's location based on mouse movement. The control moves on the screen as expected, but, if the mouse moved too …
0
votes
1answer
29 views

Can you set EventArgs from ASP.NET controls?

I have a DropDownList whose SelectedIndexChanged event I set: move.SelectedIndexChanged += Move; public void Move(object sender, EventArgs e) { } I'd like to create a class der …
1
vote
2answers
79 views

using linq for this:

hi all i have just started learning linq because i like the sound of it. and so far i think im doing okay at it. i was wondering if Linq could be used to find the following infor …
0
votes
1answer
18 views

iPhone + clear all UI Controls from View

Hi, I have a view in which I have few labels and I want to dynamically clear the view (remove all the labels) at certain condition in my application. Please help me Regards, Pra …
0
votes
3answers
48 views

Hide a column programmatically in MS-Access

I want to hide or show a column based on variable data from a users selection. How do you set a column to hidden in MS-Access 2003? For Example, After user change event... For …
1
vote
2answers
31 views

Synced Sliders in LabView

In LabView 2009, is there a way to have one control (slider) affect the output and display of another control (slider)? For example, there are two sliders that adjust two separat …

1 2 3 4 5 47 next
15 30 50 per page