Tagged Questions

0
votes
2answers
58 views

Adding css class through aspx code behind

I am using aspx. If I have HTML as follows: <div id="classMe"></div> I am hoping to dynamically add a css class through the code behind file, ie on Page_Load. Is it possible? Thanks …
0
votes
2answers
16 views

How to unanimate WPF DependencyProperty?

After running WPF animations on dependency properties in code behind, the dependency properties can no longer be set using SetValue. They can only be changed through animations. I want to change a …
3
votes
4answers
961 views

ASP.net MVC - How to add a Code-Behind page to a View

I notice with the latest version of ASP.net MVC that view's no longer default to having code-behind classes. Which of course was a much request (read demanded) feature. Only I currently need one …
0
votes
2answers
68 views

Calling javascript from code behind

I have a c# asp.net 3.5 app I am trying to open a window from code behind after a certain event. I have this but its not working and there are no errors in firebug protected override void …
0
votes
1answer
25 views

Update a field in a page, from another page in ASP.NET

Hello I want to make a link on a page that when clicked, would open another page(tab). I have already done that. Now, when the user clicks a link in the second page, I want the page to close, and a …
2
votes
5answers
632 views

Convert a single file aspx to code behind

I'm working on a web site (not a web application) in VS 2008 .Net 3.5 and it uses the single file .aspx model where the server code is included in the head portion of the html instead of using a …
0
votes
0answers
16 views

a 3D mesh object created in behind code

Hi All, I have a 3D object created by a method in behind code - C# and want to use in XAML code in the same solution. Could one say me how to do, please. Thanks. J.R.
0
votes
1answer
42 views

Custom Code Behind for DataSet

I used to be able to double-click the work area of a dataset to create and load a code-behind page for it, where i could define some custom code to modify or extend the functionality. I don't know if …
0
votes
3answers
91 views

Is it possible to create an instance of an ASP.NET page within another page’s code-behind?

I have an .aspx page that I am using to handle the layout of an order receipt. I don't ever want the user to actually go to the page, I just want to populate the fields on the page and then render …
2
votes
4answers
96 views

What do people call aspx files to distinguish them from aspx.cs/aspx.vb code-behind files?

In the "code-behind" style of ASP.NET programming, you split your code into two different files, an .aspx file and an aspx.cs file. (That's for C#; for VB, it's aspx.vb instead.) Everyone seems …
2
votes
3answers
356 views

WPF C# MVC/MVP pattern and user control code-behind

I am developing a large-ish application in WPF/WCF/NHibernate/etc. and have implemented the MVP pattern (although this question is still relevant to MVC) as the core architecture. It feels quite …
4
votes
4answers
461 views

ASP.NET MVC Views - Can I use code-behind

I am new to MVC and I notice that the view pages can look pretty nasty with all the intermixed script tags. Does it make sense to generate the HTML in a method in the view code-behind and then just …
0
votes
1answer
29 views

WPF: how to check what template and style is currently used on given control from code-behind?

I have a ListBox and a lot of templates that override/extend each other. How can I check from code-behind, what template currently affects my ListBox? I can access ListBox from code-behind, its …
0
votes
2answers
132 views

ASP.NET Gridview assign EventHandler to child control

Hi All, I have a GridView which is databound to an XML Datasource. For one of the columns I'm using a TemplateField and within it's ItemTemplate I have a CheckBox. I need to programatically add an …
1
vote
2answers
70 views

How do i add a second code behind file to a xaml file?

In visual studio i want to add a second code behind file to a xaml window (my main form). i know i can have another (or as many) files that form partial parts of a class, and if they are in the same …

1 2 3 next
15 30 50 per page