This is a migrated thread and some comments may be shown as answers.

show radwindow from code behind

1 Answer 116 Views
Window
This is a migrated thread and some comments may be shown as answers.
Salman
Top achievements
Rank 1
Salman asked on 19 May 2011, 11:23 PM

Hi
I have a form .I want show radwindow from code behind and then user enter data in radwindow and  process data which user enter .similar

 

 

 

If dvwItemPayDetail.Count > 0 And AllowUpdate = True

Then

 

 

 

Dim script As String =

"<script language='javascript' type='text/javascript'>Sys.Application.add_load(ShowWindow);</script>"

 

 

 

 

 

ClientScript.RegisterStartupScript(

 

 

 

 

 

Me.GetType(), "showWindow"

, Script)

 '------------>> Not Stop .I want stop debug which user enter data in radwindow then continue to debug

 


Calculate( return value1  from radwindow ,return value2  from radwindow )
DIm i As integer=return value1  from radwindow
i+=2
Calculate( i ,return value2  from radwindow )
end if

please help to me.
thank

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 May 2011, 06:54 AM
Hello Salman.

The following documentation shows how to implement communication between parent and window.
Using RadWindow as a Dialog.
Also check the following demo which shows how to open a dialog from another dialog and ensuring the communication between them and the parent page.
Window / Returning Values from a Dialog.

Thanks,
Princy.
Tags
Window
Asked by
Salman
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or