This seems weird. I have attached a querystring to a URL. It has two value pairs, Film_ID and FilmTitle. When passed to the browser, they successfully retrieve the record, but when I alter the value of Film_ID in the actual URL, to another value, i.e. 1 to 15, the form will display a different record, EVEN THOUGH I have not changed the value of FilmTitle.

What am I missing here? Shouldn't the form simply be empty if I fail to change both values?

Thanks for your comments.

Why do you need a query param of Film_ID when it's already in the URL?

Please post a couple sample strings.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.