I have a method written in WebForm (means .aspx page) & now
I want to call this method in WebUserControl (means .ascx
page) what should I have to do?

Answer Posted / jp

Use the controls page property and typecast it to the page
class name.

eg:
Page Default.aspx has a control MyControl.ascx
Page Default.aspx.cs has a method MyMethod()

in MyControl.ascx.cs

((Default)(this.Page)).MyMethod();

Is This Answer Correct ?    7 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is faster union or union all?

752


Is global asax mandatory?

735


Define satellite assemblies.

766


Where is session cookies stored?

694


What is server side session management?

696


What is asp.net mvc? : asp.net mvc

742


What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?

776


Why mvc is faster than asp.net? : Asp.Net MVC

723


How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?

710


How to find last error which occurred in Asp.net ?

918


What is the default Orientation property in a Menu control?

738


What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?

740


How can we apply themes to an asp.net application?

745


Diff between web user control and web custom control?

712


What is distributed system in asp.net?

743