details view parameter

  • Thread starter Thread starter inungh
  • Start date Start date
I

inungh

I have a details view on my details form and has SQL statement and
paramter as following:

<SelectParameters>
<asp:QueryStringParameter DefaultValue="213-46-8915"
Name="au_id"
QueryStringField="au_id" Type="String" />
</SelectParameters>


My details view always shows default value when I run the website.

Are there way to see what parameter main page passed and details view
received?


Your information is great appreciated,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top