Web Technologies -||Tybcs imp questions
WT Technologies -|| Q1 what is the purpose of post and get methods Ans:-Get and Post methods are the HTTP request methods used inside the <form> tag tpo send form data to the server. Q2)Which file is used to configure the behaviour of PHP. Ans:-php. ini. Q3)Define Sticky form. Ans:-A sticky form is simply a standard HTML form that remembers how you filled it out. Q4)What is use of trigger-error(). Ans:-To register your own callback function which either logs or emails the error codes to you, and echo a simple friendly message to the user. Q5)Define session. Ans:-A session is a way to store information (in variables) to be used across multiple pages. Q6) Enlist techniques for maintain the state . Ans:-•Session. An important technique to maintain state. •Cookie. One of the smallest but important parts of the ASP NET, it is used to store the session and application information of the user. •Control State. •Hidden Field. •Viewstate. •Query String. Q7)What is simple X...