Hi,
I have a grid which is used for 2 purposes. The page on which it is receives a querystring name ClientId which contains the ID of the client. Then all the accounts for that client is populated into a grid. If the page receives no querystring at all, then it means that it is new client. I need this same grid (which displayed the accounts), to be empty with the Add link on it. In this way I can add new accounts for a new client.
What must i do?
Thanks
Brendan
I have a grid which is used for 2 purposes. The page on which it is receives a querystring name ClientId which contains the ID of the client. Then all the accounts for that client is populated into a grid. If the page receives no querystring at all, then it means that it is new client. I need this same grid (which displayed the accounts), to be empty with the Add link on it. In this way I can add new accounts for a new client.
What must i do?
Thanks
Brendan