Hi
I have several textboxes that autopostaback = true.
When the user write something in it works fine.
But as soons as I ("the application") sets the value the postback will not fire:
Example: in my program u registrer new orders with an orderID. When I the user save the order the applivation will automatilly find the next nummber for u.
But now the postback wont fire
The postback on this textbox is to check if the order allready is registrered.
Does anyone have an idea?
I have several textboxes that autopostaback = true.
When the user write something in it works fine.
But as soons as I ("the application") sets the value the postback will not fire:
Example: in my program u registrer new orders with an orderID. When I the user save the order the applivation will automatilly find the next nummber for u.
But now the postback wont fire
The postback on this textbox is to check if the order allready is registrered.
Does anyone have an idea?