![]() |
Sergey Kornilov admin 8/22/2019 |
You cannot do this automatically, user must click that link manually. |
D
|
DebZ author 8/22/2019 |
Thanks for that link, some useful information there. |
![]() |
Sergey Kornilov admin 8/26/2019 |
If you do not need to let the user add another record after the first one was added you can use AfterAdd event to display that link and then you can stop the output issuing the following command: HttpContext.Current.Response.End(); |