Click here to Skip to main content
15,998,003 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a textbox in a gridview and a table "purchaseoreders". Now when the itemcode(field of the table) is given in the textbox, the others details have to bind.

Ideas..??
Please help.
Thank You
Pravi.
Posted

1 solution

Well, I assume this is going to be an AJAX call. The question becomes, what do you mean ? The textbox is INSIDE the gridview, and you want the rest of the row to show data to match what was typed ? I believe if you use ASP.NET AJAX, you can write code to update those fields, and the framework will AJAX it for you.
 
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