In your ASP.Net project instead of adding JavaScript functions on each and every page,we can create a single file with JavaScript functions and that file can be included in the header section of aspx pages where needed. If we are using master pages then include file in Master Pages.
Sample:
<head id="Head1" runat="server"><title>My Sample</title>
<link href="~/Styles/Site.css" rel="stylesheet" type="text/css" />
<script src="../Scripts/Locum.js" type="text/javascript"></script>
</head>
Subscribe to:
Post Comments (Atom)
If you’re using Visual Studio to build your .NET MAUI app on a Mac, locating the IPA (iOS App Package) file can be a bit tricky
If you’re using Visual Studio to build your .NET MAUI app on a Mac , locating the IPA (iOS App Package) file can be a bit tr...
-
Sample Code: if (Email.Default.IsComposeSupported) { string subject = "Hello!"; string body = "Excellent!"; ...
-
If you’re using Visual Studio to build your .NET MAUI app on a Mac , locating the IPA (iOS App Package) file can be a bit tr...
-
Charts for Windows and web including .Net MAUI LiveCharts - LiveCharts2 (lvcharts.com)
No comments:
Post a Comment