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

AJAX and Button

1 Answer 80 Views
Button
This is a migrated thread and some comments may be shown as answers.
Tolga
Top achievements
Rank 1
Tolga asked on 20 Jan 2011, 02:46 PM
I'm using ajax and adding radbutton to page code behind:



            Dim RB As New RadButton
            RB.Skin = "Sunset"
            RB.Text = "New User"
            RB.AutoPostBack = False
            RB.OnClientClicked = "NewUser"
            RB.UseSubmitBehavior = False
            RB.RegisterWithScriptManager = False


            Wind.Controls.Add(RB)

Wind is a HTMLGENERICCONTROL - DIV

button added page but clientside events not work, I'm try expect to RB.RegisterWithScriptManager = False property then ScriptManager Error

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 24 Jan 2011, 05:21 PM
Hello Tolga,

I was unable to reproduce the problem. Please, see my test at: http://screencast.com/t/4kTpPm8IX8. You can aslo find attached my test project here. Please, test it and let me know if you are able to reproduce the problem.

If you still experience any issues, please modify the sample project to demonstrates your scenario and the problem and send it for examination.

Kind regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Button
Asked by
Tolga
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or