hi,
to all...im having problem with the codes below: <form id="form2" method="post" name="lOGIN" action="Default.aspx" runat="server"> im not sure the purpose of the method 'post'. why can't i use action instead? when it comes with action, can i use some other names than default.aspx? please help.

As a simplification, "GET" is basically for just getting (retrieving) data whereas "POST" may involve anything, like storing or
updating data, or ordering a product, or sending E-mail. (Very simple)
The action tells which file that will read / retrive your request. You can change this to what you want, but make sure that
the file in action property exist.

Hope this helps.

/Frank

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.