F
Fabien Henriet
Hello,
I got a problem when I try to extend a textbox.
So I overwrite the Render method. For the stuff I try to do, I would like
to add a custom attribute to my customized textbox.
So it renders something like this:
<input ... myattribute="value" />
I modify the value of "myattribute" using javascript, but when I submit my
form, I can't get the value of "myattribute".
Do I have to create create a class extended the attribute class? How do I
have to proceed?
Thank you in advance,
Fabien.
I got a problem when I try to extend a textbox.
So I overwrite the Render method. For the stuff I try to do, I would like
to add a custom attribute to my customized textbox.
So it renders something like this:
<input ... myattribute="value" />
I modify the value of "myattribute" using javascript, but when I submit my
form, I can't get the value of "myattribute".
Do I have to create create a class extended the attribute class? How do I
have to proceed?
Thank you in advance,
Fabien.