Dear sir ,
Radlist view edit template example on Telerik database on customerphotos table shows the following fields
| Name: |
| Title: |
| City: |
| Country: |
| Phone: |
my question is how do I add the address field( in design time) to be shown and edited ,updated or even inserted in the Radlistview templates
note that I show and update the photo too
============================
what i did is reconfiguring the sqldatasource and added the field address from customerphotos
then i added in design time in edititemtemplate a binded textbox to that field but when i press update after writing in the address field and selecting an image ,I got the following error
Parameter '@Photo' exceeds the size limit for the sql_variant datatype.