User Profile
Collapse
-
Thanks atli..i will try implement it.... -
can u give me an example how to use $_GET array for my coding so that i can implement in my code above..really appreciate!...Leave a comment:
-
How to display information from database using value selected in listbox
I want to display information when value in listbox selected.
Below is my code:-
This code to get value option in listbox
Code:<? $query = "select courseTitle from training where startDate > NOW() "; $result = mysql_query($query); print "<SELECT name=item>"; while ($line = mysql_fetch_array($result)) { foreach ($line as $value) { print "<OPTION
-
how to call query from web service..
Hello,
I using ajax autocomplete in gridview to select the data. Once i select the data from textbox gridview i want the other textbox in gridview display related data. i use a javascript and put it in markup to call the webservice query and ajax autocomplete in app code. The problem is when i select the data using ajax the data from other textbox not display..
Here is an example...
This coding ajax to...
No activity results to display
Show More
Leave a comment: