Hi, I am new to ajax, but i want to learn cause it is used in our project..
So, here is my query, i am using .net 3.5 framework
i've one dropdownlist and textbox controls in aspx page
for dropdown: 1,2,3,4 (are the values in column1 in database table that is to be displayed in dropdown list).
for textbox: a,b,c,d (are the values in column2 of same database table that should be displayed when selecting the dropdown list)
can i use any ajax functionality to display the data dynamically into the textbox when selecting the items in the dropdown with or without postbacking the page.
can u give simple example with code of this kind,
your help is greatly appreciated