Click here to Skip to main content
16,004,761 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone ,

Please help me with a solution.
I am trying to bring values from asp to html but none of my code is working.

I am creating a community site in-which,I want to display no of members belongs to each place in the home page

And i made a tree view in html page .Now i want to display the count of members belongs to that place on the side of that. So how to take the count from the table and how to display it in html page.

please help me.

for example
o India(70)
 Kerala(15)
 Mumbai(15)
 Delhi(40)
o Europe(20)
 Norway(20)

Thanks in advance.
Posted
Updated 23-May-11 0:26am
v2
Comments
R. Giskard Reventlov 23-May-11 7:11am    
What have you already tried? What was the error you got?
Chandan Prasad Das 23-May-11 8:35am    
Change page extension from HTML to Asp.net type and all values are accessible.
OR
Use jquery to get values from asp page and show it in your HTML page.
OTHERWISE
Past your code and let see.

1 solution

Change page extension from HTML to Asp.net type and all values are accessible.
OR
Use jquery to get values from asp page and show it in your HTML page.
OTHERWISE
Past your code and let see.
 
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