What are the disadvantages of using querystrings to send data from one page to another?
Answer / Prashant Parashar
Using query strings to send data between pages can have several disadvantages, including: 1) Limited size: Query strings have a limited capacity for sending data due to URL length restrictions. 2) Visibility: The data sent in query strings is visible in the browser's URL bar, which may pose security risks or reveal sensitive information. 3) Limited support for complex data types: Query strings are not well-suited for sending complex data structures or large amounts of data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what is a trace frag? Where do we use it?
What is index?
How to find the second highest salary of an employee?
When multiple after triggers are attached to sql table, how to control the order of execution?
What is instead of dml trigger?
How to write stored procedure to update the data in 10 tables
Can another user execute your local temporary stored procedures?
What are “unrepeatable reads”?
Can we store videos inside the sql server table?
How to how to convert numeric expression data types using the convert() function??
What are different types of statements that are supported by sql?
Explain sql delete command?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)