MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

ascx CONTROL in master page  (Mono Support )

Viewed 11167 time(s), 2 post(s) 11/8/2013 12:45:22 PMby sonap
sonap

sonap

11/8/2013 12:45:35 PM
Hello,

I am working on a new theme and I am changing my Default.master structure. I have created a new PageHeader.ascx control to use dynamically in Default.master, but It cannot be identified as I need to create back classes (ascx.cs file). 
The problem is that I don't use Visual Studio, but just Notepad++. Is there a way to create these files (.cs) or use the PageFooter.ascx.cs as reference? Is there a tutorial or .NET documentation to use as reference?

Thank you in advance,
Panos
This content has not been rated yet. 
475 Reputation 52 Total posts
vzakanj

vzakanj

11/8/2013 1:01:28 PM
Hi,
if you only want to change the markup and use the MonoX PageHeader.ascx control behavior, then you can achieve this without the codebehind (ascx.cs) file by inheriting the controls codebehind by using the 'Inherits' attribute of the @Page directive (see http://msdn.microsoft.com/en-us/library/vstudio/ydy4x04a(v=vs.100).aspx)

If you wish to change the code behind behavior and need to override some methods in it, you will need Visual Studio since the control needs to be recompiled. In this case, you can use the free version of Visual Studio (Visual Studio Express).

Regards,
Vedran
Rated 5.00, 1 vote(s). 
345 Reputation 61 Total posts