What are query strings used for?



What are query strings used for?..

Answer / Saurabh Singh

Query strings are used to pass additional data as key-value pairs in a URL. They allow you to dynamically change the behavior of a web page or application by modifying the URL parameters.nnFor example, 'http://example.com/search?q=asp.net&sort=relevance' passes the query string parameters 'q' and 'sort' to the search function on the example.com website.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is meant by asp.net?

1 Answers  


How many types of sessions are there?

2 Answers  


What is difference between View State and Hidden Field in ASP.NET?

1 Answers  


I create small website, i want accept all the browser this website? what will do?

1 Answers  


What are the main differences between asp and asp.net?

1 Answers  


Define tracing.

1 Answers  


Differentiate globalization and localization.

1 Answers  


Explain diff. Betn dataset and recordset?

1 Answers  


Difference between web.config and app.config?

3 Answers   ITC Infotech, Jenesys Technologies,


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.

2 Answers   Friedkin, ISH, Syntax, Syntax Softtech,


What is a windows service?

1 Answers  


Categories