question

tefanMihaelRihar-3042 avatar image
0 Votes"
tefanMihaelRihar-3042 asked YijingSun-MSFT commented

How to build a vb.net property to grant an asp file output?

As far as i can go, i use vb.net because i learn. The shortest input device i use is a keyboard.
To record input strokes i am in a search for a record device. Literarily A stream recording.
I advice myself to build a search pattern. With a html form tag maybe an asp output is possible.
To aim circuit storage units i want to write a property.

I start with a folder holding a main.css, index.html and app.js file. First i do not know what the
prime variable filename for an asp file is.
Second i try to verify if an output of an asp file decode through a html file tag

 <form method="post" action="handler.asp">

with the following code content:

     <html>
     <head>
     <title>Form</title>
     </head>
    
     <body>
     <%
     Response.Write "<h1>Hello " & Request.Form("username") & "</h1>"
    
     %>
     </body>
    
     </html>

is possible.
Literarily my logic is a unordered list for my textenvironment.
Java is a device script.
Vb can be connected to java through asp.
A property is a pin connector test environment implementation.
A vb form can be used to proof a screen gethdc method for svg files or bitmap squares.
A graphic interface file is color insensitiv without sensor device input.
Test. The best. Fuck. The rest.
A mod for a broken log or log is not necessary a scale.

dotnet-visual-basicdotnet-aspnet-general
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @tefanMihaelRihar-3042 ,

I start with a folder holding a main.css, index.html and app.js file. First i do not know what the prime variable filename for an asp file is.Second i try to verify if an output of an asp file decode through a html file tag

What is an ASP file?An ASP file is a webpage created by a web developer that resides on a web server and may contain scripts written in VBScript or JavaScript.
Since the release of ASP 1.0 in 1996, there have only been two other versions, ASP 2.0 in 1997 and ASP 3.0 in 2000. In 2002, Microsoft released ASP.NET, which superseded ASP. Now ASP is commonly referred to as Classic ASP or ASP Classic. Because of the wide implementation of the ASP.NET framework, ASP pages have largely been replaced by .ASPX pages.

When a web browser requests an ASP file, the server sends the request through the ASP engine, which parses the ASP file and generates plain HTML that is sent to the client's browser. So,you could use html tag in the asp file.

Best regards,
Yijing Sun

0 Votes 0 ·

0 Answers