Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Problem with webcombo
posted
Hi, I have editable web combo in my page with two columns one is text field and the other is value field. How can I access the value of a selected row. I am able to access the value by using webcombo.DataValue. In my webcombo user will select the field if it is already exist,otherwise user can create field. the problem is while entering the new data into the webcombo,for suppose Infragistics if there is any data that starts with "I" then automatically the value field of that row is getting assigned to new data. So I am not able to find whther that is new data or the old data is being updated by the user. can anyone help me in this. Thanks