Updating WebPage Control from seprate class
-
Hi , I want to update controls on web page from my C# class library. I am using this same library for my desktop GUI application and I solved this same problem by creating delegates and using Invoke() mechanism in my Form class. But could't find any equivalent for Web Page controls. is there any way around to update my web page control like textBox from my Class library ? ( I dont want to write that class in my CodeBehind class ) Thanks in Advance, ZINK
C#
-
Hi , I want to update controls on web page from my C# class library. I am using this same library for my desktop GUI application and I solved this same problem by creating delegates and using Invoke() mechanism in my Form class. But could't find any equivalent for Web Page controls. is there any way around to update my web page control like textBox from my Class library ? ( I dont want to write that class in my CodeBehind class ) Thanks in Advance, ZINK
C#
Do you mean that you want to update the controls which are displayed on the web page or do you mean that you want to be able to update the CONTENTS of the controls when what they are displaying has changed?
-
Do you mean that you want to update the controls which are displayed on the web page or do you mean that you want to be able to update the CONTENTS of the controls when what they are displaying has changed?