Hi ToonVK,
By default the Twenty Eleven theme doesn’t show the sidebar on static pages. You have a couple of options to add this functionality:
You can use a plugin like one of these to add custom sidebars:
http://wordpress.org/extend/plugins/widgets-on-pages/
http://wordpress.org/extend/plugins/graceful-sidebar-plugin/
http://wordpress.org/extend/plugins/custom-sidebars/
You can also create a Child Theme and either add the code to call the sidebar in your page template (page.php) or create a custom page template that calls the sidebar:
http://codex.wordpress.org/Theme_Development#Basic_Templates
Hope this helps!