G
Guest
greetings, can someone show me how to read a client side value from code
behind withouth having to resfresh the page? here is the code i've
implemented....
btnSubmission.Attributes.Add("onclick", "return confirm('" &
cboVal.SelectedItem.Value & "');")
cboval.selecteditem.value will read the value when it was 1st loaded. i want
it to dynamiclly read it? without refreshing it of cause. thanks in advance
for your help.
behind withouth having to resfresh the page? here is the code i've
implemented....
btnSubmission.Attributes.Add("onclick", "return confirm('" &
cboVal.SelectedItem.Value & "');")
cboval.selecteditem.value will read the value when it was 1st loaded. i want
it to dynamiclly read it? without refreshing it of cause. thanks in advance
for your help.