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,
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,