The text of this article is not in this database — only its details are. Read it on the old site: Code Behind and Inline Code in ASP.NET
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Code Behind and Inline Code in ASP.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
learner onePosted Oct 5, 2023, 8:49 PM
Does <script runat="server"> force the markup page to make a round-trip to server-&-back for nothing (given that the method is already on the page; not at the server), or will the method in the script execute without the server?
Ben OronaPosted Dec 28, 2018, 6:03 AM
" now we will work on the Inline Code, for that add another web page to your Web Site. But this time things are different, this time don't check the check box" Hmmm I don't have a checkbox. Does this work in the latest version of Visual Studio Community?
Hello WorldPosted Sep 15, 2018, 10:02 AM
Nice. Well ... Did you already see this : a page was created with code-behind, and after some weeks when double-clicking on a control event in the properties dialog box, this creates a script at the head of the page, as in ... code-inline. No idea why. The Inherits attribute is still present in the Page tag. First time I see this after five years ASP.Net
Shobhit KaushikPosted Mar 9, 2016, 6:19 AM
very good thanks