C# syntax to get access to webcontrol in different file (aspx)
Posted
by Josh
on Stack Overflow
See other posts from Stack Overflow
or by Josh
Published on 2010-04-29T14:45:21Z
Indexed on
2010/04/29
14:47 UTC
Read the original article
Hit count: 193
c#
|web-development
Within my Website project, I have some aspx pages, javascript files, and a custom C# class I called MyCustomReport. I placed a Image box with an ID of Image1 inside SelectionReport.aspx. I need to get access to that Image1 inside MyCustomReport.cs so I can turn it on and off based on conditions. What code do I need to do this? Thanks everyone
© Stack Overflow or respective owner