What are the disadvantages of using querystrings to send data from one page to another?



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

Post New Answer

More SQL Server Interview Questions

Do you know what is a trace frag? Where do we use it?

1 Answers  


What is index?

1 Answers   Cap Gemini,


How to find the second highest salary of an employee?

1 Answers  


When multiple after triggers are attached to sql table, how to control the order of execution?

1 Answers  


What is instead of dml trigger?

1 Answers  


How to write stored procedure to update the data in 10 tables

4 Answers  


Can another user execute your local temporary stored procedures?

1 Answers  


What are “unrepeatable reads”?

1 Answers  


Can we store videos inside the sql server table?

1 Answers  


How to how to convert numeric expression data types using the convert() function??

1 Answers  


What are different types of statements that are supported by sql?

1 Answers  


Explain sql delete command?

1 Answers  


Categories