Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide website parameters

Status
Not open for further replies.

SBTBILL

Programmer
May 1, 2000
515
0
0
US
This is the code I am using to call another page

<asp:HyperLinkField DataTextField="Dist_id" DataNavigateUrlFields="Dist_id,pmonth,pyear" DataNavigateUrlFormatString="dist_screen1.aspx?Dist_id={0}&amp;pmonth={1}&amp;pyear={2}">
</asp:HyperLinkField>

The problem is it shows secure data on the called page. It also allows editing.

How do I do this so no one can see the data and edit it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top