Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

frame refresh

Status
Not open for further replies.

jockey

Programmer
Nov 18, 2003
34
GB
Hello

I have a asp.net page that is split into two frame a top + bottom. When I use the command button I have set up in the top frame I cant get the bottom frame to refresh to reflect the changes made.

Can anyone tell me how to do this

Cheers

Jamie
 
Add client-side javascript to the command button to refresh the child frame.

[btnobj].Attributes.Add("onclick", "[script to refresh child frame]");

-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top