code-behind
improper act in web page
I have a web page that contain login control, I face a problem : The code behind not matched to the design.For example , it gives me an error[详细]
2023-04-07 20:35 分类:问答Are there any difference between aspx and code behind when assigning text values asp.net 4.0 c#
This is code behind assigningaspx.cs if (srLang == \"tr\") { lblUn开发者_开发问答WantedPrivateMessages.Text = \"Özel Mesaj Almak İstemediğiniz Oyuncular\";[详细]
2023-04-07 17:37 分类:问答Draw a circle in WPF using min(width, height)/2 as radius
How I can draw a circle in WPF (without code-beh开发者_如何学Cind) using min(width, height)/2 as radius?you can do it in pure XAML you just need to use Binding for the values.You also have to make sur[详细]
2023-04-06 19:05 分类:问答ASP.NET SqlDataSource parameter declaration in code behind
I\'m implementing SqlDataSource in code behind. Here is my code: var sqlDataSource = new SqlDataSource[详细]
2023-04-05 10:46 分类:问答Is possible to insert using sqldatasource without defaultvalue property?
Is possible to perform insert operation on sqldatasource in code-behind without using defualt value property? So开发者_JAVA技巧mething like provide some key-value collection for the parameters and use[详细]
2023-04-04 11:45 分类:问答.aspx codefile page unable to recognise control on the page
I am getting a compilation error on a website.There is a repeater declared in the aspx file as follows:[详细]
2023-04-03 14:42 分类:问答How to get ListBox ItemsPanel in code behind
I have a ListBox with an ItemsPanel <Setter Property=\"ItemsPanel\"> <Setter.Value> <ItemsPanelTemplate>[详细]
2023-04-03 03:25 分类:问答Jquery Tab modified from code behind
I Would like to modify the jquery tab\'s text header in the code behind, and I also need to get the selected tab number. Any ideas? I was trying to refer to the tab with HtmlGenericControl but is very[详细]
2023-04-02 13:53 分类:问答Debugging WebApp in VS for IE7, IE8 and IE9
I have source for Webapplication in one machine. Developed with VS2010. On this machine (machine1) I have IE开发者_如何学JAVA9 installed. Note that the machine1 does not have IIS installed.[详细]
2023-04-02 03:46 分类:问答How to set Table/TableRow/TabelCell width by percent in code behind in asp.net?
How do I set width with percent in code behind? The only option I can think of is taking the parent width and calculate by percent.i.e. TableR开发者_如何学编程ow.Width =Table.Width.Value * 25/100 (set[详细]
2023-04-01 11:08 分类:问答