Click here to Skip to main content
15,885,141 members

Comments by bhagirathimfs (Top 200 by date)

bhagirathimfs 14-Nov-14 8:01am View    
You are right. On Child page load it will execute all the method inside the master load event even if the postback check is present. But on click of any child button or any post back from child or master it will not execute it. So that the page load may take some minute but after that page will act fast.
bhagirathimfs 14-Nov-14 8:01am View    
Deleted
You are right. On Child page load it will execute all the method inside the master load event even if the postback check is present. But on click of any child button or any post back from child or master it will not execute it. So that the page load may take some minute but after that page will act fast.
bhagirathimfs 4-Nov-14 1:21am View    
Can you please share the aspx(or html) code with us.
bhagirathimfs 3-Nov-14 6:25am View    
if you want to use jqeury for get your result set then use Filter(http://api.jquery.com/filter/) and if you want to use angular js for filtering then see this(https://docs.angularjs.org/api/ng/filter/filter) link.
bhagirathimfs 29-Oct-14 1:06am View    
It is working fine for me :). May be you are using external css and JS file and giving wrong JS or CSS path.