ADVERTISEMENT

PostBack Concept

I want to know if the PostBack concept applies to HTML web-based forms, regardless of what programming technologies we use: For example, ASP, ASP.NET, Java, CGI, etc

PostBack means to send the HTML form to the web server Since most of the time I heard this term in ASP.NET circle, thats why I raise this question.

View Replies View Related

Frame Concept

i want to know abt implementing the concept of frames in asp.net because i am in need to present my works in separate files with the help of frames.

View Replies View Related

Submit The Form Concept

I want to clarify the concept of submitting the form to the web server.pHP is just an example here, it applies to any web programming languages.

On page1.php,
<form name="myform" action="otherpage.php" method="post">

means 2 steps here:
1) submit the form called "myform" on page1.php to the web server using
HTTP POST method.
2) open otherpage.php

Also, otherpage.php can be page1.php itself, that means post the page
to itself, or this is called POST BACK.Is that correct? Please advise & comment.

View Replies View Related

Submit Form Data Concept

When people say submit the form data, does it mean the form data are submitted to web browser using either HTTP GET or POST method, and then it will redirect to another page.

For example, this is page1.aspx

<form action="page2.aspx" method="post">

means it will submit the page1.aspx form data to the web server, and then redirect from page1.aspxto page2.aspx?

View Replies View Related

Paging Concept Question/pointing The Right Article

So I have that huge database, with a lot of article from different poeple on the same subject. Listing all the articles is too big so I decided to add paging to my pages. So far so good, its working real fine exept for one thing and its here I need help as to how I could configure my things.

For each people with an article a user page is create and in that page are listed their article with the link to them. So how can I specify the link so it knows that the article of that person is at the page=2 or 3 or 4 ... of the paging?

Before paging it was quite simple I was just using an HTML anchor with the reference numberID of the record like this : <a name="<%=RsCritique("refID")%>"></a>

Any idea?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved