Click here to Skip to main content
15,918,889 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: client side validation and database entry [modified] Pin
Abolfazl Sheikhloo6-Apr-07 20:38
Abolfazl Sheikhloo6-Apr-07 20:38 
GeneralRe: client side validation and database entry Pin
iamdking6-Apr-07 20:44
iamdking6-Apr-07 20:44 
GeneralRe: client side validation and database entry Pin
Abolfazl Sheikhloo6-Apr-07 21:01
Abolfazl Sheikhloo6-Apr-07 21:01 
GeneralRe: client side validation and database entry Pin
iamdking6-Apr-07 21:10
iamdking6-Apr-07 21:10 
GeneralRe: client side validation and database entry Pin
Kunal P7-Apr-07 19:54
Kunal P7-Apr-07 19:54 
Question.wav to .mp3 Pin
rajmani6-Apr-07 20:03
rajmani6-Apr-07 20:03 
AnswerRe: .wav to .mp3 Pin
Sathesh Sakthivel6-Apr-07 20:16
Sathesh Sakthivel6-Apr-07 20:16 
QuestionRefresh iframe and javacript into ajax Pin
AnhTin6-Apr-07 16:20
AnhTin6-Apr-07 16:20 
hi all
I have page main contain a iframe
On the page main have treeview and i use Ajax
tag UpdatePanel contain tree view but it not contain iframe

when i click event SelectedNodeChanged on tree view i want ReLoad iframe
On the function i try javacript but it not run
protected void treeview_SelectedNodeChanged(object sender, EventArgs e)
{
string strScript = "";
strScript += " window.parent.frames['ifmap'].ReLoad();";
//OR parent.frames['ifmap'].ReLoad();
strScript += "";
Page.RegisterStartupScript("ClientScript", strScript);
}

this is ReLoad() in iframe. it will postback to server with event LinkButton1

function ReLoad() {

__doPostBack('LinkButton1','');
}

How can i Reload or refresh my iframe on above function by any ways ?????



so when i use ajax and tag <asp:updatepanel id="UpdatePanel1" runat="server">

Any function javacript into not run. if i reject this tag so function javacript run good. ????

1. How can i refresh or reload iframe so use ajax. ?????

2. How do i run any function javacript into tag <asp:updatepanel id="UpdatePanel1" runat="server"> ?????
AnswerRe: Refresh iframe and javacript into ajax Pin
Not Active6-Apr-07 17:32
mentorNot Active6-Apr-07 17:32 
GeneralRe: Refresh iframe and javacript into ajax Pin
AnhTin6-Apr-07 17:41
AnhTin6-Apr-07 17:41 
AnswerRe: Refresh iframe and javacript into ajax Pin
Sathesh Sakthivel6-Apr-07 18:27
Sathesh Sakthivel6-Apr-07 18:27 
AnswerRe: Refresh iframe and javacript into ajax Pin
Abolfazl Sheikhloo6-Apr-07 20:26
Abolfazl Sheikhloo6-Apr-07 20:26 
QuestionRe: Refresh iframe and javacript into ajax Pin
AnhTin6-Apr-07 23:02
AnhTin6-Apr-07 23:02 
AnswerRe: Refresh iframe and javacript into ajax Pin
Abolfazl Sheikhloo6-Apr-07 23:22
Abolfazl Sheikhloo6-Apr-07 23:22 
GeneralRe: Refresh iframe and javacript into ajax Pin
AnhTin7-Apr-07 0:54
AnhTin7-Apr-07 0:54 
Questionvisual studio 2005 web application and apache Pin
shabonaa6-Apr-07 11:12
shabonaa6-Apr-07 11:12 
AnswerRe: visual studio 2005 web application and apache Pin
Not Active6-Apr-07 12:43
mentorNot Active6-Apr-07 12:43 
GeneralRe: visual studio 2005 web application and apache Pin
shabonaa6-Apr-07 20:55
shabonaa6-Apr-07 20:55 
QuestionWeb Custom Control Problem Pin
faiqshah6-Apr-07 8:01
faiqshah6-Apr-07 8:01 
QuestionDataGrid (or is it DataView) and a selection... Pin
soutener6-Apr-07 6:34
soutener6-Apr-07 6:34 
AnswerRe: DataGrid (or is it DataView) and a selection... Pin
SABhatti6-Apr-07 6:52
SABhatti6-Apr-07 6:52 
GeneralRe: DataGrid (or is it DataView) and a selection... Pin
soutener6-Apr-07 8:23
soutener6-Apr-07 8:23 
GeneralRe: DataGrid (or is it DataView) and a selection... Pin
SABhatti6-Apr-07 10:50
SABhatti6-Apr-07 10:50 
QuestionHow to set the tab index on Button Pin
sjs4u6-Apr-07 5:54
sjs4u6-Apr-07 5:54 
AnswerRe: How to set the tab index on Button Pin
SABhatti6-Apr-07 6:51
SABhatti6-Apr-07 6:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.