Skip to content

Replies

0
Angela Gunderson
Angela Gunderson answered on Apr 25, 2016 9:37 PM

I apologize. I'm going to have to move to something else and come back to this. I work for a healthcare organization and the data contained in the tables is personal health information, so I am not allowed to send it out. I had started creating a separate database and with only the tables you needed with dummy data in the tables, but before I could finish I was asked to get another project finished first.

0
Angela Gunderson
Angela Gunderson answered on Apr 21, 2016 2:51 PM

Sorry about that. When I was posting the initial question, I was trying to "simplify" the parameters by making the parameter Claim_ID instead of Original_Claim_ID. When I was running it and receiving the error, it was set to Original_Claim_ID. I have corrected it and attached the corrected logic for you. What format should I send the data in? What will work best for you?

0
Angela Gunderson
Angela Gunderson answered on Jun 22, 2012 5:40 PM

I figured it out. It was happening because I had marked the ActiveCellChanged flag to True in the WebDataGrid Designer under the Activation>AutoPostBackFlags section. As soon as I marked it back to False (it defaults to False), it no longer refreshes the page when the filter row is selected/clicked.

Thank you for all your help!

0
Angela Gunderson
Angela Gunderson answered on Jun 22, 2012 2:21 PM

When I click on one of the rows, it does redirect to the new page…but when I click on the filter row, the current page refreshes.

My code to redirect to the new page is in the RowSelectionChanged piece. Should it be used in some other action so that when the user clicks on the filter row to put in a filter the page doesn't refresh prior to the user typing anything into the filter?

0
Angela Gunderson
Angela Gunderson answered on Jun 21, 2012 3:19 PM

While it does still work like a charm…the page is refreshing if I click on the filter row. Is there any way to stop this from happening?

0
Angela Gunderson
Angela Gunderson answered on Jun 21, 2012 2:54 PM

Works like a charm!

Thank you so much.

0
Angela Gunderson
Angela Gunderson answered on Jun 15, 2012 3:09 PM

The code you suggested works…but when the next page opens up, the path/URL still says it's on the initial page. The page I start out on is "Members.aspx?Member_ID=All". When I select member 12345678, I want the "Summary.aspx?Member_ID=12345678" to open…and while it appears the page opens, the path/URL still says "Members.aspx?Member_ID=All". Since I use the value of the querystring on the page that opens, I really need it to have the redirected URL along with the querystring.

Any suggestions?