Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

when u enter the data in one text box once u completed
entering the text box data then one page has to be popuped
and the text has to be displayed in the parent page

Answer Posted / om shivaya namaha

By using Onblur property we can do that one
onblur event will fire when ever u ar moving from one
control to another control then this event will fire

in Serverside code:-
textbox1.attributes.add("onblur","fuPopuppage();")

in AspPage :-

<script type ="text/javascript" language ="javascript" >
function fuPopuppage()
{

window.open('parentpage.aspx','parent','height=500;width=500');
}


</script>


in the parent page :-
severside code:-
label.text= window.opener.document.forms[0].textbox1.vale

onthe parent page the label message will be shown what ever
u enter in the chiled page

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which object is used to encapsulate the state of the client and the browser in ASP.NET?

1150


What are the server control tags in asp.net.?

1104


Explain client side state management system.

1055


How to create events for a control?

1056


Whats the difference between abstract factory pattern and factory pattern?

1072


What describes a query?

983


How does asp.net work?

997


What is active web page?

997


What is the difference between mvc and asp.net? : Asp.Net MVC

1066


Which method do you use to kill explicitly a users session?

1098


Explain global assembly cache.

1079


Explain what is postback in asp. Net?

1122


Is viewstate secure?

1008


How to create discussion forum in asp.net mvc? : Asp.Net MVC

1085


Explain in what order a destructors is called.

1079