![]() |
Sergey Kornilov admin 3/10/2009 |
Session["dbGrid_##@TABLE.strShortTableName##SearchSQL"] keeps the |
K
|
kevinator author 3/11/2009 |
hi sergey,
|
![]() |
Sergey Kornilov admin 3/12/2009 |
If you'd like to do that in the source code then I would suggest to do private void MyBuildDataSource()
|
S
|
Slashu 3/25/2009 |
Hello, |
![]() |
Sergey Kornilov admin 3/26/2009 |
Slashu, |
S
|
Slashu 4/13/2009 |
Slashu, I see what you up to. I'm afraid this won't be possible without custom coding.
|
S
|
Slashu 4/13/2009 |
I Found some BUGs. |
![]() |
Sergey Kornilov admin 4/14/2009 |
I recommend to post your application to Demo Account (use 'Demo Account' button on the last screen in program). Then open a ticket at http://support.xlinesoft.com sending your Demo Account URL for investigation. We'll help you with this. |
E
|
excini 6/21/2009 |
In your base class, make each method virtual, then in the child class, override it and call the base method if you still need it to do something: |