473,795 Members | 3,295 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Convert Page.aspx to Page.html

AmirGhaffary
12 New Member
Hi every body i heard about some technic that we can show Page.aspx in Page.html , i think this technic used in this site (www.thescripts .com) too , i wanna know how we can do that in asp.net ??

it is so important for me !!
Jan 16 '07 #1
16 24147
AricC
1,892 Recognized Expert Top Contributor
TheScripts.com runs on PHP. I'm not really sure what you mean by make an an ASP.Net page an HTML page.
Jan 16 '07 #2
kenobewan
4,871 Recognized Expert Specialist
Do want to:
A. Display page.aspx in an html frame?
B. Display .net code in an html page?
C. Re-write the url so that it says that it is an html page?
D. Convert an aspx page into html?
E. All of the above.
Jan 17 '07 #3
AmirGhaffary
12 New Member
the best code is i can convert an aspx page into html , i think "D" thats i want but if not posibel , "C" not bad too
Jan 17 '07 #4
radcaesar
759 Recognized Expert Contributor
When the client requests an aspx page, the server responds with an HTML file format only (i.e The page which u seen on ur browser with .aspx extension)

Save that file to HTML

:)


the best code is i can convert an aspx page into html , i think "D" thats i want but if not posibel , "C" not bad too
Jan 17 '07 #5
AmirGhaffary
12 New Member
let me Explian what i want . as my friend says "www.thescript. com" is programing with PHP but when u vist "Discussion s" page the address of file in address box are "html" , as u see "Discussion s" has Pageing too , also this page is connect to data base , thats means "Discussion s" is dynamic page but the file address is "html" , i heard we can use this technic in Asp.Net too,
this technec help "Search Robat" too get all your pages in dynamic site ,
and if you use this technic you can have best result in -for exaple googel search-
Jan 17 '07 #6
radcaesar
759 Recognized Expert Contributor
Hi,
There is no techniques involved in this. The page shown to u as an HTML is a static one based on ur thread id. When you go for some actions like DB Access, the at that time PHP script is used.

The basic here is, in an PHP file, the script inside the <?php> was executed by server (Server side script) and others HTMLs are processed by clientside.

The Page u said doesn't has any server scripts so written as HTML

:)




let me Explian what i want . as my friend says "www.thescript. com" is programing with PHP but when u vist "Discussion s" page the address of file in address box are "html" , as u see "Discussion s" has Pageing too , also this page is connect to data base , thats means "Discussion s" is dynamic page but the file address is "html" , i heard we can use this technic in Asp.Net too,
this technec help "Search Robat" too get all your pages in dynamic site ,
and if you use this technic you can have best result in -for exaple googel search-
Jan 17 '07 #7
AmirGhaffary
12 New Member
i dont get it ,
ok , let me explain in this way the Name of the page we are discuss on it already is "thread588855.h tml" ok !
thats html file , how they add my note im already write in this freetext box on that page , and how they change counter of replay on "Discussion s" page , Coz that "Html" file too ?
I just wanna know that ?
Jan 17 '07 #8
AmirGhaffary
12 New Member
ok , do u get my piont ?? how make this html page ? and also mange it ?
as u see in "Disucssion s" has Pageing ??? how we can manage it ???
Jan 17 '07 #9
radcaesar
759 Recognized Expert Contributor
When u click on Reply or Post Reply, it will redirect to a PHP file.

Instantly after the file displayed is show thread.php

:)

ok , do u get my piont ?? how make this html page ? and also mange it ?
as u see in "Disucssion s" has Pageing ??? how we can manage it ???
Jan 17 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

14
3872
by: David C. Taylor | last post by:
I saw an article that described how to convert the query string into an Url without a query string and return the page. For example, this request: http://www.mywebsite.com/products.aspx?category=motherboard becomes something like this: http://www.mywebsite.com/motherboard.aspx
2
4000
by: z. f. | last post by:
Hi, i need to convert a unicode string to ascii string (in order to put it in HTML page url ) right now the string gets to the page, but when the url clicked (with the unicode string in a query string parameter) - the page gets to its destination but showing יפור אהבה בלתי שכח" as the value it got from the url. so i need probably to convert it to ascii, but how?
6
14569
by: Tim Cartwright | last post by:
I have a page that has the login control on it, nothing else. This page inherits from a master page, neither page has any code in it. This page works perfectly when running on the WebDev debug web server. I am able to log in. However after publishing the page to my local IIS, it results in the below error. This error is occurring on the Visual Studio.Net 2k5 release version, but did not occur on the beta 2, same code. A point of interest, is...
7
1753
by: Alan Silver | last post by:
Hello, I have installed the 2.0 framework, and am looking at converting some of my 1.1 pages to use partial classes. I don't (yet) have VS2005, so I'm doing this by hand, but am having problems. I have a simple page that I made in the beta2 version of VWD. The code behind looks like... using System;
2
4773
by: suji | last post by:
Hai, Are there any 3rd party controls who provide free libraries to convert my html form to pdf in c#? I need to have a button on my form, that should convert my page to pdf format. Can any one help me to write code for that in c# with libraries? regards, Suji.
3
1589
by: Frank | last post by:
Hi, Just wondering how much pain is involved in taking an existing website created with Dreamweaver (mostly just plain HTML + some javascript) then converting each page to ASP.NET with Code-Behind for each page? The website is a mockup in plain HTML so there is no database hooked up yet. I'm assuming plain HTML elements like input text boxes can easily be replaced using the Visual Studio Designer.
2
2466
by: ramya.salva | last post by:
I'm trying to add to my project an html page so that I can add some C# code into it. I would need to 'convert' into aspx so that I can add the code with the IDE. What would I need to do? Thanks.
1
2805
by: bhaveshkrana | last post by:
Dear Sir, It is possible to convert .aspx page into .html page at the time on page render from server to client, if yes then how describe in detail with example?
5
3123
by: Kindler Chase | last post by:
<cross-posted to m.p.d.l.csharp> I'm looking for recommendations on a 3rd party .NET library that will allow me to convert a web page to PDF on the fly. The pdf will be a brochure with images and needs custom formatting of headers, footers, page breaks, fonts, etc... I've found several sites that offer html to pdf libraries, but would prefer to hear from others who may have had experience with this and could recommend something.
3
18974
by: polasrikan | last post by:
iam using asp.net 2.0, and iam trying to convert the aspx page to pdf. aspx page consints of some data comes from the database. i have converter for html2pdf.but not able to use directly the aspx page, because it has many asp controls. is there any way to convert/ render the aspx page so i can get the html and so it can pass to the web service. Thanks in advance
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
10213
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10163
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9040
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3722
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.