J
Jeremy Chapman
I've got a small application using asxp forms controls like gridview, label
etc. It is formated to display on a 320x240 display so it looks fine on a
pocket pc. I recently discovered issues with long hidden fields used by the
viewstate and the eventvalidation. Currently I changed the viewstate to
store in the session, and turned of the eventvalidation to avoid the long
hidden fields. Will my solution cause other issues? I'm also concidering
moving to mobile forms, but I don't see any gridview equilavents. It
doesn't seem you can even do some of the rudamentary html tags like
div,span, etc. Is it possibly to do this stuff with mobile forms or should
I stick with the standard aspx forms and just put viewstate in the session?
etc. It is formated to display on a 320x240 display so it looks fine on a
pocket pc. I recently discovered issues with long hidden fields used by the
viewstate and the eventvalidation. Currently I changed the viewstate to
store in the session, and turned of the eventvalidation to avoid the long
hidden fields. Will my solution cause other issues? I'm also concidering
moving to mobile forms, but I don't see any gridview equilavents. It
doesn't seem you can even do some of the rudamentary html tags like
div,span, etc. Is it possibly to do this stuff with mobile forms or should
I stick with the standard aspx forms and just put viewstate in the session?