Menu

All posts by: codeadmin

How to get current URL with jQuery?

Written by

http://www.domain.com:8082/index.php#tab2?foo=123 Property Result host www.domain.com:8082 hostname www.domain.com port 8082 protocol http: pathname index.php ..

3 years ago
347
Comments Off on How to get current URL with jQuery?

call click event in c#

Written by

You can easily do it by the following piece of code: button.PerformClick(); 2. private void Some_Method() //this method is called { SubGraphButton_Click(new ..

5 years ago
418
Comments Off on call click event in c#