What are the limitation in using querystring in .net?
Answer Posted / monika mannan
its a vry transparent method to send data from one web form
to another.as it got appended in url in browser.
security is low in case of query string
also length not exceed reasonable (255)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
How to call dll API sub routine in VB Form.
what is the meaning of without standing arrears?
How to create a new dataset only duplicate observations in proc sort procedure?
what is the difference between read the data from table and infotype
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
Any real time example of O2C process from taking order till creating invoice.
How do you initialize a static member of a class with return value of some function?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
what is the extension of SPDS Dynamic cluster tables?
what is difference between input parameter and output parameter.
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?