- Features
- Pricing
- Partners/Re-Sellers
- Classifieds
- Bazaar
- Blog
- FAQ
- Contact Us
- Login
Logging in...
' +'
' +'
' +'
'+data.full_name+'' +'
' +' ' +'
' +'
few seconds ago
' +'
'+nl2br(comment_text)+'
' +'
' +'
' : '
'; return (str + '').replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g, '$1' + breakTag + '$2');}$('.classifieds_interested_reply').live('click',function(){if(confirm('Are you sure you want to delete this comment?')==false){return false;}var reply_id = $(this).attr('id').replace('replyID-','');var img = $(this).find('img');var div_id = img.attr('id').replace('delete_img_','');var url = "https://www.apnacomplex.com/classifieds/ajax_delete_classifieds_interested_reply"var captcha = '

Deleting this comment ...
'+data.status_message+'
').fadeOut('slow'); $('.classifieds_interested_commentPanel#record-'+div_id).prev('.padding_b30').remove(); $('.classifieds_interested_commentPanel#record-'+div_id).remove();acComplexStatusModal.statusMessage('',data.status_message,'success');return false;}else if(data.status == 'db_failure'){ $('#delete_comment-'+div_id).html(''+data.status_message+'
').fadeOut('slow'); $('.classifieds_interested_commentPanel#record-'+div_id).prev('.padding_b30').remove(); $('.classifieds_interested_commentPanel#record-'+div_id).remove();acComplexStatusModal.statusMessage('',data.status_message,'failure');return false;}else{$('#modal_login').show();}},error: function(x,e){if(x.status==0){acComplexStatusModal.statusMessage('','You seem to be offline!!\n Please Check Your Network.','failure');return false;}else{if(x.status==404 | x.status==500 | e=='parsererror' | e=='timeout'){acComplexStatusModal.statusMessage('','System encountered error. Please refresh the page and try again.','failure');return false;}}}});return false;}); $('#starting_price').val(0); $('#ending_price').val(max_price);$("#starting_price").keyup(function(event) { var starting_price = this.value; if(starting_price < 0 || starting_price > max_price) { var starting_price_val = starting_price.substring(0,7); $('#starting_price').val(starting_price_val); $('#status_message').html('Starting price limit should be between 0 - '+max_price+'.
'); return false; }});$("#ending_price").keyup(function(event) { var ending_price=this.value; if(ending_price < 0 || ending_price > max_price) { var ending_price_val = ending_price.substring(0,7); $('#ending_price').val(ending_price_val); $('#status_message').html('Ending price limit should be between 0 - '+max_price+'.
'); return false; }});$('#localities').click(function(){ var locality_dropdown_length = $('#jq-combo2 > option').length; var selected_city = $('#jq-combo1').val(); if(selected_city == -1 && locality_dropdown_length == 1 ) { $('#status_message').html('Please select city option first.
'); $('#cities').children(".combo").children("div.jq_combo input").css("color","#ff6600"); $('#localities').children(".combo").children("div.jq_combo input").css("color","#333"); }}); $("#bhk_type,#starting_price,#ending_price").keydown(function(event) { // Allow only backspace and delete if ( event.keyCode == 46 || event.keyCode == 8 ) { // let it happen, don't do anything } else { // Ensure that it is a number and stop the keypress if (event.keyCode < 48 || event.keyCode > 57 ) { event.preventDefault(); } } });var initialize_search = function(){apartment_name = $('#apartment_name').val();bhk_type = $('#bhk_type').val();search_text = $('#search_text').val();search_city = $('#jq-combo1').val();search_locality = $('#jq-combo2').val();classified_type = $('#classified_type').val();min_price = $('.ui-rangeSlider-leftLabel input').val();max_price = $('.ui-rangeSlider-rightLabel input').val();rent_type = $('#rental_type').val();my_classifieds = $('#my_classifieds_val').val();starting_price = $('#starting_price').val();ending_price = $('#ending_price').val();return false;};var initial_page_set_up = function(){load_counter =12;$('#show_more').show();};$('.carousel').each(function(){$(this).carousel({pause: true});});$('.classic-carousel').each(function(){$(this).carousel({pause: true,interval: false});});$('#list_view').click(function(){if($('#list_view').attr('class') == 'active'){return false;}show_page_loading_info();$('#myTabSelect li').removeClass('active');initial_page_set_up();initialize_search();$.ajax({type: "POST",url: "https://www.apnacomplex.com/classifieds/ajax_classifieds_list",data: 'apartment_name='+apartment_name+'&bhk_type='+bhk_type+'&search_text='+search_text+'&city='+search_city+'&search_locality='+search_locality+'&classified_type='+classified_type+'&rent_type='+rent_type+'&starting_price='+starting_price+'&ending_price='+ending_price+'&my_classifieds='+my_classifieds,dataType : 'json',context: $(this),success: function(data){show_hide_no_result(data.can_show_no_result);$('#list_view').addClass('active');$("#home-body").html('');$("#home-body").html(data.div_value).fadeIn(1000);FB.XFBML.parse();hide_page_loading_info();return false;}});});var show_grid_view = function(){show_page_loading_info();$('#myTabSelect li').removeClass('active');initial_page_set_up();initialize_search();$.ajax({type: "POST",url: "https://www.apnacomplex.com/classifieds/ajax_classifieds_grid",data: 'apartment_name='+apartment_name+'&bhk_type='+bhk_type+'&search_text='+search_text+'&city='+search_city+'&search_locality='+search_locality+'&classified_type='+classified_type+'&rent_type='+rent_type+'&starting_price='+starting_price+'&ending_price='+ending_price+'&my_classifieds='+my_classifieds,dataType : 'json',context: $(this),success: function(data){show_hide_no_result(data.can_show_no_result);$('#grid_view').addClass('active');$("#home-body").html('');$("#home-body").html(data.div_value).fadeIn(1000);FB.XFBML.parse();hide_page_loading_info();return false;}});};$('#grid_view').click(function(){if($('#grid_view').attr('class') == 'active'){return false;}show_grid_view();});$('#detailed_view').click(function(){if($('#detailed_view').attr('class') == 'active'){return false;}show_page_loading_info();$('#myTabSelect li').removeClass('active');initial_page_set_up();initialize_search();$.ajax({type: "POST",url: "https://www.apnacomplex.com/classifieds/ajax_classifieds_detailed",data: 'apartment_name='+apartment_name+'&bhk_type='+bhk_type+'&search_text='+search_text+'&city='+search_city+'&search_locality='+search_locality+'&classified_type='+classified_type+'&rent_type='+rent_type+'&starting_price='+starting_price+'&ending_price='+ending_price+'&my_classifieds='+my_classifieds,dataType : 'json',context: $(this),dataType: 'json',success: function(data){show_hide_no_result(false);$('#detailed_view').addClass('active');$("#home-body").html('');$("#home-body").html(data.div_value).fadeIn(1000);FB.XFBML.parse();hide_page_loading_info();enable_scroll();return false;}});});$('#show_more').live('click',function(){$('#status_message').html('');if($('#list_view').attr('class')=='active'){load_url= "https://www.apnacomplex.com/classifieds/ajax_classifieds_list";}else{load_url= "https://www.apnacomplex.com/classifieds/ajax_classifieds_grid";}load_url = load_url+'/'+load_counter;load_counter+=12;initialize_search();var show_more =true;$('#show_more').html('Loading classifieds ...
There are no more classifieds to load.
').fadeIn(1000);$('#show_more').html('show more');$('#show_more').hide();return false;}else{$("#home-body").append(data.div_value).fadeIn(1000);$('#show_more').html('show more');return false;}}});return false;});$('#classifed_search_button').click(function(){var temp_starting_price = $('#starting_price').val();if(temp_starting_price == ''){$('#status_message').html('Please enter Starting price limit.
');return false;}show_page_loading_info();$('#my_classifieds_val').val(0);$('#myTabSelect li').removeClass('active');initial_page_set_up();initialize_search();$.ajax({type: "POST",url: "https://www.apnacomplex.com/classifieds/ajax_search_classifieds",data: 'apartment_name='+apartment_name+'&bhk_type='+bhk_type+'&search_text='+search_text+'&city='+search_city+'&search_locality='+search_locality+'&classified_type='+classified_type+'&rent_type='+rent_type+'&starting_price='+starting_price+'&ending_price='+ending_price+'&my_classifieds='+my_classifieds,context: $(this),dataType: 'json',success: function(data){show_hide_no_result(data.can_show_no_result); $('#grid_view').addClass('active'); $("#home-body").html(''); $("#home-body").html(data.div_value).fadeIn(1000); hide_page_loading_info();}});});$('#my_classifieds').click(function(){show_page_loading_info();$('#my_classifieds_val').val(1);$('#myTabSelect li').removeClass('active');initial_page_set_up();initialize_search();$.ajax({type: "POST",url: "https://www.apnacomplex.com/classifieds/ajax_search_classifieds",data: 'apartment_name='+apartment_name+'&bhk_type='+bhk_type+'&search_text='+search_text+'&city='+search_city+'&search_locality='+search_locality+'&classified_type='+classified_type+'&rent_type='+rent_type+'&starting_price='+starting_price+'&ending_price='+ending_price+'&my_classifieds='+my_classifieds,context: $(this),dataType: 'json',success: function(data){show_hide_no_result(data.can_show_no_result); $('#grid_view').addClass('active'); $("#home-body").html(''); $("#home-body").html(data.div_value).fadeIn(1000); hide_page_loading_info();}});});$('.go_detailed').live('click',function(){show_page_loading_info();var enc_classified_id = $(this).attr('id').replace('div_','');initial_page_set_up();initialize_search();$('#myTabSelect li').removeClass('active');$.ajax({type: "POST",url: "https://www.apnacomplex.com/classifieds/ajax_view_datailed_classified",data: 'enc_classified_id='+enc_classified_id+'&apartment_name='+apartment_name+'&bhk_type='+bhk_type+'&search_text='+search_text+'&city='+search_city+'&search_locality='+search_locality+'&classified_type='+classified_type+'&rent_type='+rent_type+'&starting_price='+starting_price+'&ending_price='+ending_price+'&my_classifieds='+my_classifieds,dataType : 'json',context: $(this),dataType: 'json',success: function(data){show_hide_no_result(false);$('#detailed_view').addClass('active');$("#home-body").html('');$("#home-body").html(data.div_value).fadeIn(1000);if(data.can_show_load_more == false){$("#home-body").append('There are no more classifieds to load.
').fadeIn(1000);$('#show_more').html('show more');$('#show_more').hide();}FB.XFBML.parse();hide_page_loading_info();return false;}});$('body,html').animate({scrollTop: 620}, 800);return false;});$('.show_big').live('click',function(){var img_name = $(this).attr('rel');var small_img = $(this).attr('src');image_tag = $('img#large_image');$('.show_big').removeClass('active_thumb');$(this).addClass('active_thumb');image_tag.attr("width","610px");image_tag.attr("height","610px");image_tag.attr("src",small_img);image_tag.attr("src",img_name).load(function(){image_tag.removeAttr("width");image_tag.removeAttr("height");});return false;});$('#myTab li').live('click',function(){$('#myTab li').removeClass('active');$(this).addClass('active');cat_type = $(this).attr('id');if(cat_type =='all'||cat_type =='others'){$('.outer-slider').hide();}else if(cat_type =='rent'){$('.outer-slider').show();$('#sliderEdit').rangeSlider('resize');$("#sliderEdit").rangeSlider({bounds:{min: 0, max: max_price}});$("#sliderEdit").rangeSlider("max", max_price);}else{$('.outer-slider').show();$('#sliderEdit').rangeSlider('resize');$("#sliderEdit").rangeSlider({bounds:{min: 0, max: max_price}});$("#sliderEdit").rangeSlider("max", max_price);}$('#classified_type').val(cat_type);if(cat_type =='rent'){$('.rent_type').show();}else{$('.rent_type').hide();}show_grid_view();return false;});$('#available_for_rent').change(function(){show_grid_view();return false;});$('.rental_button').live('click',function(){show_grid_view();return false;});$('#looking_to_rent').change(function(){show_grid_view();return false;});$('.prev-btn').live('click',function(){show_page_loading_info();var enc_classified_id = $('#enc_cur_cls_id').val();initialize_search();$('#myTabSelect li').removeClass('active');$.ajax({type: "POST",url: "https://www.apnacomplex.com/classifieds/ajax_get_prev_classified",data: 'enc_classified_id='+enc_classified_id+'&apartment_name='+apartment_name+'&bhk_type='+bhk_type+'&search_text='+search_text+'&city='+search_city+'&search_locality='+search_locality+'&classified_type='+classified_type+'&rent_type='+rent_type+'&starting_price='+starting_price+'&ending_price='+ending_price+'&my_classifieds='+my_classifieds,dataType : 'json',context: $(this),dataType: 'json',success: function(data){show_hide_no_result(data.can_show_no_result);$('#detailed_view').addClass('active');$("#home-body").html('');$("#home-body").html(data.div_value).fadeIn(1000);$('#response').hide();$('#interested_response_hide').hide();if(data.can_show_load_more == false){$("#home-body").append('There are no more classifieds to load.
').fadeIn(1000);$('#show_more').html('show more');$('#show_more').hide();}FB.XFBML.parse();hide_page_loading_info();enable_scroll();}});$('body,html').animate({scrollTop: 620}, 800);return false;});$('.next-btn').live('click',function(){show_page_loading_info();var enc_classified_id = $('#enc_cur_cls_id').val();initialize_search();$('#myTabSelect li').removeClass('active');$.ajax({type: "POST",url: "https://www.apnacomplex.com/classifieds/ajax_get_next_classified",data: 'enc_classified_id='+enc_classified_id+'&apartment_name='+apartment_name+'&bhk_type='+bhk_type+'&search_text='+search_text+'&city='+search_city+'&search_locality='+search_locality+'&classified_type='+classified_type+'&rent_type='+rent_type+'&starting_price='+starting_price+'&ending_price='+ending_price+'&my_classifieds='+my_classifieds,dataType : 'json',context: $(this),success: function(data){show_hide_no_result(data.can_show_no_result);$('#detailed_view').addClass('active');$("#home-body").html('');$("#home-body").html(data.div_value).fadeIn(1000);$('#response').hide();$('#interested_response_hide').hide();if(data.can_show_load_more == false){$("#home-body").append('There are no more classifieds to load.
').fadeIn(1000);$('#show_more').html('show more');$('#show_more').hide();}FB.XFBML.parse();hide_page_loading_info();enable_scroll();}});$('body,html').animate({scrollTop: 620}, 800);return false;});$('#jq-combo1').change(function(){$('#status_message').html('');var selected_city = $('#jq-combo1').val();$.ajax({type: "POST",url: "https://www.apnacomplex.com/classifieds/ajax_get_city_localities",data: 'city_name='+selected_city,dataType : 'json',context: $(this),success: function(data){$('#localities').html(data.localities);$("#jq-combo2").jqCombo();return false;}});return false;});var show_hide_no_result = function(show_no_result){if(show_no_result == true){$('.no-result-text').show();$('.no-result-follow').show();$('.sort-bttn').hide();}else{$('.no-result-text').hide();$('.no-result-follow').hide();$('.sort-bttn').show();}};$('#show_login').live('click',function(){$('#modal_login_popup').show();$('#div_beta_signup').hide();$('#login_footer').show();$('#signup_footer').hide();$('#login_title').show();$('#signup_title').hide();});$('#show_signup').live('click',function(){$('#modal_login_popup').hide();$('#div_beta_signup').show();$('#login_footer').hide();$('#signup_footer').show();$('#login_title').hide();$('#signup_title').show();});$('a.close, #fade').live('click', function() { //When clicking on the close or fade layer... $('#fade , .popup_block').fadeOut(function() { $('#fade, a.close').remove(); //fade them both out }); return false;});$('.subscribe-btn').live('click',function(){var flag = $(this).attr('id');var enc_comm_id = $('.subscription').attr('id');var comm_name = $('#complex_name').text();login_to_send_email = false;login_to_subscribe = true;var url = "https://www.apnacomplex.com/classifieds/modal_popup_subscribe_classifieds";$('.loader').html('Loading...
'+data.status_message+'
');$('.subscription').html(list);return false;}else if(data.status == 'db_failure'){$('.loader').html(''+data.status_message+'
');return false;}else{$('.loader').html('');$('.modal_div_popup').html(data.modal_layout);$('#loginModal').show();$('.modal-backdrop').show();$('#loginModal').modal('show');$('#modal_login_popup').show();$('#div_beta_signup').hide();$('#login_footer').show();$('#signup_footer').hide();$('#login_title').show();$('#signup_title').hide();}},error: function(x,e){if(x.status==0){$('.loader').html('You seem to be offline!!\n Please Check Your Network.
');return false}else{if(x.status==404 | x.status==500 | e=='parsererror' | e=='timeout'){$('.loader').html('System encountered error. Please refresh the page and try again.
');return false;}}}});return false;});$('#submit').live('click',function(){var url = 'https://www.apnacomplex.com/auth/modal_popup_login';var email_val = $('#email').val();var password_val = $('#pword').val();var remember_val = $('#remember').val();var captcha_val = $('#login_captcha').val();$('#login_error').html('Loading ....
'+data.status_message+'
');close_modal();return false;}else if(data.status == 'db_failure'){close_modal();$(status_msg_div).html('System encountered error. Please refresh the page and try again
');return false;}else{if(data.show_captcha == true){$('#capatcha_div').html('');div_val = ''+'
'+'
'+''+data.captcha+''+'
Please enter the code shown here in the text box above. There are no zeros in the image.'+'
'+data.status_message+"
");return false;}}});return false;});$('#signup').live('click',function(){var full_name_val = $('#full_name').val();var email_val = $('#_register_email').val();var password_val = $('#password').val();var confirm_password_val = $('#confirm_password').val();var captcha_val = $('#captcha').val();var url = 'https://www.apnacomplex.com/auth/modal_popup_register';$('#login_error').html('Loading ....
'+data.status_message+"
");return false;}else{$('#register_captcha_span').html('');span_val = ''+data.captcha+'';$(span_val).appendTo('#register_captcha_span');$('#login_error').html(''+data.status_message+"
");return false;}},error: function(x,e){if(x.status==0){alert('You seem to be offline!!\n Please Check Your Network.');return false;}else{if(x.status==404 | x.status==500 | e=='parsererror' | e=='timeout'){alert('System encountered error. Please refresh the page and try again.');return false;}}}});return false;});$('.modal_close_id').live('click',function(){close_modal();});var close_modal = function(){$('#loginModal').removeClass('in');$('#loginModal').hide();$('.modal-backdrop').hide();return false;};$('#mail_sender').live('click',function(){$('#mail_sender').css('visibility','hidden');$('.compose_div').fadeIn('slow'); $('.scroll-pane, .scroll-pane1, .scroll-pane2').css('height','60px');return false;});$('.post_reply_div').live('click',function(){$('.post_reply_div').hide();login_to_send_email = true;login_to_subscribe = false;var body = $.trim($('.message_body').val());if(body.length == 0){$('.post_reply_div').show();$('#compose_error').html('Message body shouldnot be empty.
');return false;}var to_user = $('#to_user').val();var enc_classified = $('#enc_classified').val();var url = "https://www.apnacomplex.com/classifieds/modal_popup_reply_to_classified";$('#compose_error').html('Sending message please wait...
'+data.status_message+'
');return false;}else if(data.status == 'db_failure'){$('.post_reply_div').show();$('#compose_error').html(''+data.status_message+'
');return false;}else{$('#compose_error').html('');$('.modal_div_popup').html(data.modal_layout);$('#loginModal').show();$('.modal-backdrop').show();$('#loginModal').modal('show');$('.post_reply_div').show();$('#modal_login_popup').show();$('#div_beta_signup').hide();$('#login_footer').show();$('#signup_footer').hide();$('#login_title').show();$('#signup_title').hide();return false;}},error: function(x,e){if(x.status==0){$('.post_reply_div').show();$('#compose_error').html('You seem to be offline!!\n Please Check Your Network.
');return false}else{if(x.status==404 | x.status==500 | e=='parsererror' | e=='timeout'){$('.post_reply_div').show();$('#compose_error').html('System encountered error. Please refresh the page and try again.
');return false;}}}});return false;});$('.close_message_box, .close_composer_image').live('click',function(){$('#mail_sender').css('visibility','visible');$('.compose_div').fadeOut('fast');$('.scroll-pane, .scroll-pane1, .scroll-pane2').css('height','330px');return false;});var show_page_loading_info = function(){$('#status_message').html('');$('.view_loader').html('Loading classifieds. Please wait...
- All
- Sell
- Buy
- Rent
- Others
No results found
You may be interested in following results
2 BHK Apartment Available for Rent in Smondo 3.0
₹ 12,000 | Semi-Furnished | Bangalore
Posted by: himsi bhat
2 BHK Apartment Available for Rent in Smondo 3.0
Overview:
0 Bathrooms
0 Balconies
sqft
Security Deposit | Maintenance Amount | Available From | Available For |
₹ 0 | ₹ 0 | 20/05/2021 | No Preference |
Amenities:
Property Address :
Smondo 3.0, Neotown, Electronic City Phase -1, Bangalore, Karnataka
About:
URL for this classified: https://www.apnacomplex.com/classifieds/view/39681/Smondo-3.0-Bangalore-2-BHK-Apartment-Available-for-Rent-in-Smondo-3.0
Complex
Smondo 3.0
Bangalore
SubscribeView Complex
3 BHK Apartment Available for Rent in Westend Heights DLF New Town
Posted by: SATYAJ
Price:46,000
Complex
Westend Heights DLF New Town
Bangalore
View Detail
2 BHK Apartment Available for Rent in Keerthi Gardenia
Posted by: Anustu
Price:22,000
Complex
Keerthi Gardenia
Bangalore
View Detail
3 BHK Apartment Available for Rent in BRINDAVAN PALMS
Posted by: Saket
Price:23,000
Complex
BRINDAVAN PALMS
Bangalore
View Detail
2 BHK Apartment Available for Rent in Westend Heights DLF New Town
Posted by: NITIN
Price:21,000
Complex
Westend Heights DLF New Town
Bangalore
View Detail
2 BHK Apartment Available for Rent in Smondo 3.0
Posted by: Karthi
Price:15,000
Complex
Smondo 3.0
Bangalore
View Detail
3 BHK Apartment Available for Rent in GM Infinite E City Town
Posted by: E Siva
Price:15,000
Complex
GM Infinite E City Town
Bangalore
View Detail
1 BHK Apartment Available for Rent in Smondo 3.0
Posted by: Achyut
Price:16,000
Complex
Smondo 3.0
Bangalore
View Detail
3 BHK Apartment Available for Rent in Westend Heights DLF New Town
Posted by: NIKITH
Price:30,000
Complex
Westend Heights DLF New Town
Bangalore
View Detail
3 BHK Apartment Available for Rent in ELITA Promenade
Posted by: A. V.
Price:35,000
Complex
ELITA Promenade
Bangalore
View Detail
3 BHK Apartment Available for Rent in Soul Space Arista
Posted by: Miss R
Price:45
Complex
Soul Space Arista
Bangalore
View Detail
3 BHK Apartment Available for Rent in FIRENZA (Aratt)
Posted by: Sudhak
Price:30,000
Complex
FIRENZA (Aratt)
Bangalore
View Detail
2 BHK Apartment Available for Rent in Keerthi Harmony Apartment
Posted by: A Sree
Price:19,000
Complex
Keerthi Harmony Apartment
Bangalore
View Detail
2 BHK Apartment Available for Rent in Sobha Dream Acres RainForest Apt Owners Asn.
Posted by: Kakoli
Price:25,000
Complex
Sobha Dream Acres RainForest Apt Owners Asn.
Bangalore
View Detail