fuel9 / DisplayMonkey

Display Monkey digital signage solution
Other
126 stars 50 forks source link

Server Side Code #136

Open jre08 opened 4 years ago

jre08 commented 4 years ago

I am trying to run some server side code (c#) in an HTML frame. Is there anyway this can be accomplished?

` <%@ Page Language="C#"%>

" ` It is supposed to be pulling the Time of the Server; however when I view the frame it just shows me "<%@ Page Language="C#"%>" as text and nothing else. If I remove the statement it gives me a blank frame. I also tried using a codebehind file.