In asp.net, how do I get a control\'s height according to its percentage? I can get the width property but I set it to 100% and I need the actual pixels
Is it possible to determine if at least one pixel of a control can be seen (by a property or maybe using event notification开发者_如何学JAVA).
I have a Dropdownlist (System.Web.UI.WebControls.DropDownList) which I Bind during the pageload. try { if (!Page.IsPostBack)
As far as I can see, the way you normally create Property Sheets in Win32 (I am using the API, not MFC) programming is you have a bunch of dialog templates for each tab page, and you make the property
I have a drop down menu, and based on which item is selected, I call a web service and then dynamically create some text boxes.
Suppose we have a shell running on terminal, let\'s say, /dev/pts/1.The shell is already running and we can\'t restart it.
I am writing an Ajax Server Control in ASP.NET C# 4.0 in VS 2010. After writing the javascript prototype class by hand, I don\'t know of a way to compile and debug file.To see why my \"onclick\" even
I heard that I can control Flash 开发者_如何学编程via Javascript.. but I really need some advice about the possibilitys of it. I have aFlash Video Movie .flv, I dont know if this makes a difference, w
I have a user control that has a textbox in it, and i am using a clear button on my main form to clear information from t开发者_Go百科he entire main window. i would like to clear the textbox in the us
Just ran into a bunch of random but probably very simple questions while learning to work with WPF. If anyone can answer any of these it would be most appreciated.