Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to pass dataset from one aspx page to html page.this dataset containg many data which are retrive from one or more table from database.how its possible.please anyone help me
Posted
Comments
Sergey Alexandrovich Kryukov 15-Oct-11 0:35am    
What is "dataset" in HTML? There is no such thing. If it has some sense, please explain it.
--SA
nnazmul 15-Oct-11 0:40am    
asp.net contain .htm format page.i want to many data show in this html page.those data gone to aspx page.

HTML Don't understand DataSet...
U can take dataset from aspx to aspx and not with aspx to html.
 
Share this answer
 
HTML is only a simple markup language, it has no scripting so if you some how successful to pass it then how to use that data set... it's a big question...?


My friend you can use any server side data in only scripting language not in mark up language, HTML is used for display purpose only...

for your solution you can pass that data set to other aspx page using server global variables like session,cookies etc...
 
Share this answer
 
Sorry, the question makes no sense. Here is why: there is not such thing as ASPX page vs. HTML page. "ASPX page" exists only on server side. On client side, it is translated into some HTML page (but could be a resource of any other content type). Also, it's not clear what do you mean "dataset" applied to HTML. In .NET, there is a class System.Data.DataSet; in HTML, there is not such thing, HTML is just a text file rendered as some structure text by a Web browser.

—SA
 
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