Value not updating when value in texbox is edited and record saved from toolbar shortcut

4 replies. Last post: September 7, 2010 12:10 AM by Niven Prasetya
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

Hi,

I have noticed an issue with WebInput. Here is a description and also a sample is attached herewith.

When i edit a value in WebInput and make a postback by pressing Alt+S(Save in webtoolbar) and the cursor is still in webinput then the updated value is not reflecting on server-side and it takes same old value.

This issue wont happen in case you Edit a value in textbox and then press a Tab for loosing the focus on textbox and then press Alt+S.

Also this issue wont happen in case you Edit a value in textbox and then press Save button manually using mouse click.

Steps to Follow for reproducing the Issue.

1) A default value has been assigned to webinput using this code:

 if (!IsPostBack)
                WebInput1.Text = "25";

2) Now change a value in WebInput without pressing a Tab(focus should remain on the same control) and now press Alt+S.

3) Now when the page is reloaded you will see the value in the label is same as it was on First Page Load.

 

Note: Please add the required Intersoft dll's, I have removed it for attachment purpose.

 

Thanks,

Huzefa

All times are GMT -5. The time now is 9:39 PM.
Previous Next