I have moral question :) I am creating my own controls (deriving UserControl) in WPF. Now there are two ways:
I\'ll try t开发者_JS百科o explain the effect I want to achieve. Basically, when user select a particular property (whose accepted values will be presented in a drop down) I\'d like the dropdown to sho
I am building a datatable (\"Key\", \"value\") out of a collection object (\"Key\",\"value\",\"rank\",\"child\") and then binding to the checkboxlist. (This works fine)
<asp:Content ID=\"Content2\" ContentPlaceHolderID=\"ContentPlaceHolder1\" Runat=\"Server\"> <div>
I enabled paging in my 开发者_如何学运维gridview. It pages normally, but when I display 3 items instead of 10, the rows height changes proportionally to suit the gridview height. How can I make the ro
I have 20 radiobuttons on the page and I want to know which one of them was clicked. protected void Page_Load(object sender, EventArgs e)
It doesnt appear on the screen when I run it..but it does appear in visual studio 2010 in the design view. Also i want to set the tabs from left to right to right to left:
I have a ScrollViewer control in my window and I would like to hide it when the user cannot scroll down the page. Just like with t开发者_运维百科he horizontal scroll viewer. here is an example:
I have got this code: public partial class Default2 : System.Web.UI.Page { public boolMyProperty { get; set; }
I have added controls dynamically on runtime inside the rows of a tableLayoutpanel , the controls added are LABELS, LINKLABEL AND A PICTURE BOX.