textbox in gridview control
-
I have a textbox in gridview control. on the time of edit i want maximum 256 character to be entered . if any one enter more than 256 character then it give a message. Is it Possible.Can anybody help me.
Raghvendra Kumar Roy
-
I have a textbox in gridview control. on the time of edit i want maximum 256 character to be entered . if any one enter more than 256 character then it give a message. Is it Possible.Can anybody help me.
Raghvendra Kumar Roy
use text box textchange event and write javascript function for checking the length of charactor
Viral YahooID : just_viral My Site : www.theseoworld.info
-
use text box textchange event and write javascript function for checking the length of charactor
Viral YahooID : just_viral My Site : www.theseoworld.info
can you tell me in detail
Raghvendra Kumar Roy
-
I have a textbox in gridview control. on the time of edit i want maximum 256 character to be entered . if any one enter more than 256 character then it give a message. Is it Possible.Can anybody help me.
Raghvendra Kumar Roy
-
I have a textbox in gridview control. on the time of edit i want maximum 256 character to be entered . if any one enter more than 256 character then it give a message. Is it Possible.Can anybody help me.
Raghvendra Kumar Roy
On the datagrid find the name of the textbox in tempplate control!! then txtObject.attributes.add("javascript function"); Remember that its a template control so only once you need to add the attribute!!! Hope itll help!!!
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
-
On the datagrid find the name of the textbox in tempplate control!! then txtObject.attributes.add("javascript function"); Remember that its a template control so only once you need to add the attribute!!! Hope itll help!!!
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
it does not work?tell me in detail.
Raghvendra Kumar Roy