P
pl
1) build drop down list on server
2) manipulating lists on the client using javascript
3) when postback to server, lost the values that were
manipulated on the client.
4) how we defined to client js
cboInternalOrigin.Attributes.Add
("OnBlur", "CheckRequiredField()")
4) why ? is there another way to define?
2) manipulating lists on the client using javascript
3) when postback to server, lost the values that were
manipulated on the client.
4) how we defined to client js
cboInternalOrigin.Attributes.Add
("OnBlur", "CheckRequiredField()")
4) why ? is there another way to define?