|
Rank: Advanced Member Groups: Member
Joined: 6/6/2007 Posts: 37
|
Are your controls compatible with de ajax toolkit? I used a modalpopupextender and now i get the following error:
Runtime-fout Microsoft JScript: '_eo_aspnet11' is niet gedefinieerd.
i work with asp 2.0
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Ria,
Or you can ask "Is AJAX Toolkit compatible with our controls?". :) Some of AJAX toolkit controls work with our controls while others do not. It is our goal to have them work seamlessly together though, but like any controls, they rely on implementation details of other controls. So in reality it is impossible to guarantee our controls and their controls will always work together.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 6/6/2007 Posts: 37
|
I use your components often but... i want to use the ajaxtoolkit because i don't have the time learning to know all about javascript now . with the modalpopupextender I can use modalpopupextender.show() whenever i need the popup and that's for me faster and easier. when I 've finished the working my project I can make it smoother and nicer.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes. We understand that. :) That's why it is also our goal to have them work seamlessly together as well. But in reality that is often difficult. We can make all the effort to make it work in this version and then they can change something in their next version, then all falls apart.
|
|
Rank: Advanced Member Groups: Member
Joined: 6/6/2007 Posts: 37
|
can you make it possible to activate the dialog without java, so by dialog%.show.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes. There is a ShowButton property for the dialog control. Set that property and you won't need to deal with any JavaScript.
|
|
Rank: Advanced Member Groups: Member
Joined: 6/6/2007 Posts: 37
|
My wish is: click on a button in your grid, activate a dialog and depending on the choice of the user run further actions all this without javascript as the modalpopupextender does
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Ria,
I do not believe you can do that with modalpopupextender. Both our Dialog and ModalPopupExtender works in a very similar way. We have StartButton, and ModalPopupExtender has TargetControlID, in another word, they both are tied to a single control. As to anything inside a control (in your example, a link button in the grid), I do not believe you can get away from JavaScript. In fact as a web developer, you probably will never be able to escape from JavaScript. Sooner or later you will have to learn it. :)
Thanks
|
|