Click here to Skip to main content
16,012,107 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Here is my scenerio:

I have a combo box for card numbers, where i select a particular card number from combo box and from the database i am fetching the technician name for that particular card number

I can retrieve from database everything is ok, but autopostback is not made possible by me.

Help me please soon....thanks in advance
Posted
Updated 16-Nov-12 3:02am
v3
Comments
Nelek 16-Nov-12 5:11am    
Please don't think we can read minds or do astral projections to see your monitor. If you need help, the least you could do is to explain your problem in such a way, that the users of CP can understand it. Otherwise, nobody will be able to help you.
what have you tried?[^]

1 solution

You can write javascript to do your autopostback, in fact that is what ASP.NET does ( I assume that's what you're using, you should tell us, as well as posting code ). If your mobile device does not support javascript, then it will fail
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900