Click here to Skip to main content
15,886,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to insert text in asp.net textbox programmatically which inside of HTML tabs, on selected index changed event of drop down list but text is not inserted and during debugging my code TextBox.Text accept text but not visible on Textbox in front side so please give me solution for that.

Thanks
Posted
Comments
Prasad Avunoori 17-Sep-14 1:24am    
Please share your code.
[no name] 17-Sep-14 2:23am    
html tabs? share your code..!!

Hi Prasad and Rajesh i got solution of my question this problem occurs because of update panel i tried it myself

Thanks to both of you for your replay.
 
Share this answer
 
As commented by the Rajesh/Prasad, please share your code to get exact answer.
I have one solution that may help is - Create a JavaScript function and call it from your code behind file. Please let me know if you need an example.
 
Share this answer
 
Comments
Dhananjay32 22-Sep-14 5:28am    
Dear sandeep i am doing a silly mistake that i was applied update panel to dropdown list and the related textbox which is filled by selected index changed event of dropdown list is outside of that update panel that's why the answer not came that's solve.
SandeepKushwah 22-Sep-14 13:38pm    
Thats good... NJOI Happy coding!!!

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