Hi All,
I have a user control that displays a list of categories. In that user control I have a literal control that I would like to write to from the code behind file. This is my literal
How can I get access to write to the user control? What code would I need. I keep getting this error: Object reference not set to an instance of an object.
Any help would be greatly appreciated.