CodeToad Forums » ASP.Net » how to access a method/variable declared in a web user control form(.ascx) from a web form(.aspx) (C#)
|
|
|
Suppose I have a button in .aspx file, two labels and one method in .ascx file. if I click on the button, I want to change the label text display and pass some parameters to the method to do some processing, How may i do that? I already declared the labels and methods to be public. seems declaring a instance of web user control class not working...
|
|
|
and vice versa how to access method /variable in .aspx from a .ascx file? is that possible?
|
|
|
|
|
|
|
|