| |
|
|
tonvanr
: On
May 29, 2008 11:01 AM
said:
|
Very nice, but how can I use this in a custom server control. When copying the class to the custom server control I receive and error scriptmanager is not defined and the interface IScriptControl is also not defined. Doesn't it work in custom server controls? thanx ton
|
|
|
|
zeus0529
: On
July 01, 2008 10:07 AM
said:
|
I would love to see a C# version of this sample.
|
|
|
|
weitzhandler
: On
July 31, 2008 8:03 AM
said:
|
thank you for posting it, this is really really helpful. however, somehow I try to implement such a class unsuccessfully; I want to change the TextBox.BorderStyle property according to rules. but when I want to recall the item from the class it returns 'None'. I want it to be style="border-style:none" well should I convert it to string? then how is the property value returned as NotSet or as BorderStyle.NotSet (full name including enum name)
|
|
|
|
weitzhandler
: On
July 31, 2008 8:03 PM
said:
|
I desperately try to create an ASP.NET AJAX server control project which is not a web site and copying the same classes and it doesn't work!!! IE throws an exception when executing 'CustomControls' is unidentified
|
|
|
|
cv_vikram
: On
August 07, 2008 11:26 AM
said:
|
|
|
|
|
|
|
|
almny_com
: On
January 18, 2009 5:11 AM
said:
|
|
|
|
|
|
almny_com
: On
January 18, 2009 5:13 AM
said:
|
|
|
|
|
|
Posted at 09:06 in the video
Danny117
: On
March 19, 2009 3:00 PM
said:
|
|
A variation for ~/ playimageurl descriptor.AddProperty("PlayImageUrl", System.Web.VirtualPathUtility.MakeRelative(Me.Page.AppRelativeTemplateSourceDirectory, Me.PlayImageUrl))
|
|
|
|
Danny117
: On
March 19, 2009 3:11 PM
said:
|
Chris, You've been such a great resource to me. I'm really rockin with this pattern to create my own scripted controls. Asp.net crew, The time based comments are too cool Thanks Danny117
|
|
|
|
|
|
haithemara
: On
May 13, 2009 4:17 PM
said:
|
Good video. Can you make one about the Rich textbox . Thank you
|
|
|
|
AspGuru72
: On
October 01, 2009 11:58 PM
said:
|
Hi great video, You might want to check out StreamHub Reverse Ajax Server for streaming updates to ASP.NET: http://www.stream-hub.com/
|
|
|
|
PapillonUK
: On
October 04, 2009 12:43 PM
said:
|
Ugh, my heart sank watching this - similiarly to when I skipped through the APS.NET AJAX documentation. The class abstraction and AJAX support framework seems so much harder to learn than pure JavaScript itself! It's also a non-transferable skill so investing so much time into learning the abstraction seems a risky way to spend time. I can't help feeling that MS should have just provided easier hooks for the pure JavaScript language which, let's face it, isn't broken and is very powerful in its own right. Maybe i'll change my mind if I persevere and learn this, but at the moment the learning curve looks horrendous and seems to have no logical structure for learning using deduction and exerimentation.
|
|