2
Answers

maintain scroll position

I am using gridview with dropdownlist having code on postback on dropdownlist and place the maintainscrollposition=true code for maintaining the scroll position but it seems not work when postback call scroll position when up.
Answers (2)
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 14y
'this' is Pointer not operator ..

by operator overloading mechanism you can overload operators only not the pointers



Here is list of operator that is over loadable ...

+ - * / % ^ & | ~
! , = < > <= >= ++ --
<< >> == != && || += -= /=
%= ^= &= |= *= <<= >>= [] ()
-> ->* new new[] delete delete[]