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

RADPROMPT

1 Answer 70 Views
Window
This is a migrated thread and some comments may be shown as answers.
Abdul Kadar
Top achievements
Rank 1
Abdul Kadar asked on 03 Oct 2009, 11:52 AM
hi,
I want to display the radprompt on clicking on the Linkbutton using code-behind(vb).How to perform this?
Also in the radprompt ,I need to display 1  textbox .If the user edit in the textbox and click OK , I need to insert the value in the database.How can I do this using code-behind(vb).Because i m a beginner in scripts.
Thanks & regards
Kadar

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 05 Oct 2009, 08:19 AM
Hi Abdul Kadar,

Checkout the following Knowledge Base which describes how to show radalert from code behind. You can try the same approach for showing radprompt.
Calling radalert from codebehind (all versions of RadWindow)

And in the promptCallBackFn, invoke an ajaxRequest() to update the database from code behind. Pass the value as eventArgument of ajaxRequest event.

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