I’ve creating one ASP web application, in that application one form have to update date value in the textbox field i put calender button near that textbox. it can update the date in that textbox field but its editable . i want update date value through only using calender button , i used read-only property but return empty value so not works .
I’ve creating one ASP web application, in that application one form have to update
Share
Try client side html
readonlyattribute instead of ASP.NET server sidereadonly.From MSDN,
This is why textbox with server side
readonlyattribute has null value in postback.