Databinding HTML input Text control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, How can we databind an HTML Input type Text control? I'm using a DHTML calendar in my formview's EditTemplate and this calendar needs a HTML text control, not an ASP.NET TextBox server control. But I cannot bind my Input text which get a date from user because it doesn't accept the Bind() method. Any idea what I'm doing wrong here? Regards, Blumen