control

Child user control Button as AsyncPostbackTrigger for update panel on parent control.

I would like to have a button in my child control be an asyncpostback trigger for an update panel in my main/parent control. Any simple solutions? And is this bad practice? If so why? Thank you. ...

How do you build an ASP.NET server control with multiple custom properties that are not in the same assembly?

Ok, this is a tricky one and has been bugging me now for a day and a half. Please read carefully as it is easy to misunderstand. I have seen the post http://stackoverflow.com/questions/123616/how-do-you-build-an-asp-net-custom-control-with-a-collection-property and I realise that is a solution, however, it relies on the fact that the P...

How do i draw my "user control UI" faster and more efficient

Hi, Actually I made a user control that its interface is like "glass windows" in windows vista and seven. My pattern was this url: extremestudio.ro/blog/?p=99 using "Photoshop" and draw every layer with C# and .Net drawing classes, I finally draw it. In first step, i create a bitmap class and then each layer will be drawn on it using gr...

Question about VB2010 web control

okay I want to fill an online form using vb2010, but the problem is that it doesn't have ID: <form class="dailiesAnswer-input dailiesForm" action=""> <textarea style="height: 44px;" class="dailiesAnswer-text-area">ANSWER HERE</textarea> <input class="submit-button" value="Submit" t...

using entitydatasource in my asp.net page to get value for calendar control, what if NULL value in db?

Hello, I have an asp.net application that is getting its data from sql server. I am using an entitydatasource that gets the data for a detailsview. I templetized the detailsview in the "edit" mode so that I can give the user a asp.net calendar control to select a date. The problem is that when the user clicks on the "edit" button at ...

How to "push" view controller to be 2nd page in page control?

How would I push my 2nd view controller to be the 2nd page in page control. I am using scroll view too? Any help pleaseeee? ...

want to use overflow for the contents in day of asp.net calendar control.

Hi all, I want to use overflow for the contents in day of asp.net calendar control. I am trying e.Cell.Style["height"] = "80px"; e.Cell.Style["overflow"] = "auto"; in a dayrender event of asp.net calendar control. ...

asp.net mvc view user control for data capturing

I am tring to add a user control to do a search. this user control is to be used on the home page and for example /category-page. where do I write the code for data capturing. is there a way to force the user control to submit to a HomeController or the controller I want? I hope my question is clear. I have the following on the homeco...

popover control iPad

Hi All, In one of my apps, I want to show a commom popover control in 4-5 views (the views comes after selecting tableview cells). I am able to show the popover in individual views but i know that's not the best approach coz every time you do the code repeatation.if you any best suggestions please do me this favor. Appreciate you...

Adding custom control dll to web application project does not work.

I have project B, which is a class library project. I compile it and it creates a dll. In my project B which is a web application project, I add a reference to the A.dll, and I click on toolbox and select choose item, navigate to dll, and click on it. The control does not show up on my toolbox. When I right click my toolbox and select "s...

ASP.NET Wizard Control inline editing

I have being developing a form with the wizard control. The final step is a summary of the content that has been entered by the user as a confirmation step before submit the form. These summary sections also catgorised into visual sections that corresponds with the each WizardSteps. Each summary section is provided with an edit button...

Re: Expander control in silverlight 4

Hi I have installed the latest silverlight toolkit and dragged the expander control onto my design, there is some kind of an error going around with the name spaces, and my intellisense stopped to work after I added the control, following is the xmlns that is added to the application when I dragged the control onto the xaml editor: xml...

Html 'Select' control always returnh selected index as 0

I have placed HTML 'Select' control on aspx page and it's items(options) are loaded dynamically using javasvript. The items in dropdown appear properly on web page. But when I select any item from dropdown, it's selected index is not returned in aspx.cs file. In fact, it shows selected index as 0 and size of 'Select' html control as -1. ...

How can i change the Java Runtime Version on Windows (7)

How can i change the Java Runtime Version on Windows. i installed java7 for some tests, now i need as system default the old java6, but i dont want uninstall the java7 (need it for later tests). can i change the system used jre in the control panel/java/jre tab? i can change/edit/add/delete user used version, but not the system used. ...

Drag & Drop Custom Object Control?

I'm developing a Landscaping application, and I want to create an interface where the user can select different custom objects related to the domain, from a palette, drag & drop them into a canvas and set different properties for them. I want to set what objects he can choose. Their shape and a different edit form for each of them, depe...

WPF expander size issue

I am using an items control to place n number of expanders. My items control will be placed in a grid with height 600 (for example). I want to make sure my items control will always ocupy entaire available height, to do so it can expand some of the expanders. What will be the best approch to do so? Any suggestions will be appriciated. ...

Windows Themes ButtonChrome Border

Hi I have created my own button based on icrosoft_Windows_Themes2:ButtonChrome. I want to get rid of the default border and i've tried setting it to null or transparent but still i get a white border. Here's my markup: <Microsoft_Windows_Themes2:ButtonChrome x:Name="ibAero" Visibility="Collapsed" SnapsToDevicePixels="true" Height="{T...

Finding text input control in other application by mouse

I'm trying to write a password storing application (similar to KeePass, for practice purposes), and i would like this application to have a selection mode similar to Spy++'s Find Window function. The goal is to obtain a window handle to a password control the user selects, so that my app can send a stored password to this control, perh...

Silverlight 4 dropdown control

I am trying to create a drop down control that is made up of a text box a button and a treeview control. I can not really find any tutorials on how to create a custom drop down control. I did find a user control that drops down a treeview control (vectorlight), but I want to implement my own custom drop down control. Any help would be gr...

Visual SourceSafe 2005 - How to GET changed files for a certain date range (command line tool)

Here I was trying to perform a GET operation to pull a list of files that have been checked in/changed for a given date range, excluding the ones that have not been changed in that time frame. Here's the command I'm using: ss Get $\MY_PROJECT to . -Vd8/01/10;12:00a~08/03/10;11:59p -R In the beginning it actually seems to do what I wa...