473,657 Members | 2,996 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

interaction between aspx & html page

Hi,
I'm new to ASP.NET.
I've some basic ques.
In what situations we use aspx page when DHTML can be used?
How can I interact between an aspx page & html page
eg: using Request . Form[index] i get the values from a html form
but if i want to populate some values in html form based on value retreived
from database , how do i do it?

Thanks in advance
Priya
Nov 18 '05 #1
1 1939
An ASPX page is just a page that is processed server side to create an HTML
output that is then sent to the browser.

So in your case you would have an ASPX page whose server side
programmability allows to display data taken from a database. You post then
to the same ASPX page whose programmatbilit y allows then to retrieve the
posted values to update the DB.

See www.asp.net and the "Tutorials" tab for an introduction to web forms
(among other topics).

Patrice
--

"Priya" <Pr***@discussi ons.microsoft.c om> a écrit dans le message de
news:EE******** *************** ***********@mic rosoft.com...
Hi,
I'm new to ASP.NET.
I've some basic ques.
In what situations we use aspx page when DHTML can be used?
How can I interact between an aspx page & html page
eg: using Request . Form[index] i get the values from a html form
but if i want to populate some values in html form based on value retreived from database , how do i do it?

Thanks in advance
Priya

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2713
by: Jeff | last post by:
Greetings I am beginning a web app. I am using C# aspx forms for my web pages. Is it possible to create/use one aspx file as a base from which to derive other aspx files? I can not get this to work. What I tried was this: Create a new web project. - rename WebForm1.aspx to MyBase.aspx - Add (grad from tool box) a label to the html form - Then create another aspx file (using "Add Web Form"). This produces WebForm2.aspx.
0
1671
by: David Virgil Hobbs | last post by:
While studying the asp.net javascript problem I saw and used pages about asp.net basics at http://www.sitepoint.com/article/815/4 and http://www.aspfree.com/c/a/ASP.NET/ASPNET_Basics_part_1_Nothing_But_Net/3/ I have put together an aspx page ( http://www34.brinkster.com/vincemoon/3assignment.aspx ) wherein I attempt to read and write to normal html non asp.net form inputs using vb/asp.net; in the page I also attempt to read and write...
2
2693
by: J Sahoo | last post by:
Hi, I have a browse page where I am showing few fields from my SQL Server table. One of the field is Image type, all the fields are bound to a single table. I want to show the image from the table on this browse along with the other fields. Here is the code what I have from the HTML view, I am using a datagrid to show the result. It does not show the image rather it shows "System.Byte " on the output. I did not have any code behind...
1
1318
by: Remco | last post by:
Hello, What is the best way for the following issue? After clicking the submit button of an aspx page, an order will be placed. I would like to display info to the user during processing the order (sending emails, saving into DB etc...) Is possible to pass info from an server-side process to an existing html popup page to show interaction?
4
1922
by: VB Programmer | last post by:
I am housing a flash movie in an ASPX page. The flash form basically consists of FullName, EmailAddress, and Comments and a "Send Email" button. (I'm simplifying the issue.) How can I: (1) Get the values of the 3 variables from the Flash MX form (using ASP.NET)? (2) Send an email which the user click's the button on the Flash form? I assume I'll have to send an email thru ASP.NET (which I know how to do in a normal ASPX page.)
6
5501
by: Paolo Pignatelli | last post by:
I have an aspx code behind page that goes something like this in the HTML view: <asp:HyperLink id=HyperLink1 runat="server" NavigateUrl='<%#"mailto:" &amp; DataBinder.Eval(Container.DataItem,"StoreEmail") &amp; "&amp;Subject=" &amp; DataBinder.Eval(Container.DataItem,"ProductName") ....
3
1674
by: AAOMTim | last post by:
In my design, page 1 is a web-based dashboard used to assign resources to an organization. The dashboard includes information about the organization as well as a list of all assigned resources. Included on page 1 is a lookup button that will open a search menu to find additional resources to assign to the orgaization. When I press the lookup button on page 1, I want to leave page 1 open and open a new search page. On the search page, I...
2
4752
by: Luke Dalessandro | last post by:
I have an application with the following layout /root/ /root/Default.aspx /root/web.config /root/child/ /root/child/web.config web.config has a custom configuration section "testSection" with the
14
5921
by: Arne | last post by:
A lot of Firefox users I know, says they have problems with validation where the ampersand sign has to be written as &amp; to be valid. I don't have Firefox my self and don't wont to install it only because of this, so I hope some of you gurus can enlighten me with this :) In what circumstances can the "&amp;" in the source code be involuntary changed to "&" by a browser when or other software, when editing and uploading the file to the web...
0
8384
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, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8820
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8499
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
8601
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4300
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
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
1937
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1601
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.