
Hi all,
the option ImageStorageLocation="Session" for RadCaptcha I used earlier was working OK, until now.
The problem with the Captcha came right after the latest update of my RadControls was applied (Q3 2013). Simply put, instead of the image with captcha numbers, we now get no image at all.
Looking deeply at the problem, I discovered that if we change the Captcha's ImageStorageLocation to "Cache" the captcha image is rendered as expected. However, I have to use the Session option, because other options was not appropriate (not working) in my hosting environement.
Can anyone help please, or is it a bug in the latest Q3 2013 update.
It took telerik 5 years to fix the case sensitive seeach in the combobox..
New control Radsearch, same old defect, all over again..
Argh...

protected void RadGrid1_ItemDataBound(object sender, GridItemEventArgs e) { if (e.Item is GridEditableItem) { GridEditableItem edit = (GridEditableItem)e.Item; RadComboBox cmbUserType = (RadComboBox)edit.FindControl("cmbusertype"); DataTable dt1 = ObjGlobas.UserType(); cmbUserType.DataSource = dt1; cmbUserType.DataTextField = "UserType"; cmbUserType.DataValueField = "UserTypeId"; cmbUserType.DataBind(); } }$find("gv").get_batchEditingManager().getCellValue(document.querySelectorAll(".rgBatchCurrent")[5])