How to call Data in an aspx page from an HTML Page ?
-
Hi All, I have a requirement that I need to show some data in an HTML Page, since I have to get dynamically, I am getting into an aspx page. But I have to show that data in an HTML Page. How can I achive this..? Reply soon.. Thanks, Anand
-
Hi All, I have a requirement that I need to show some data in an HTML Page, since I have to get dynamically, I am getting into an aspx page. But I have to show that data in an HTML Page. How can I achive this..? Reply soon.. Thanks, Anand
What possible reason could you have for needing an 'HTML' page instead of an 'aspx' page ? An aspx is an engine for creating HTML, so you've got your html, your only issue is that it as a different file extension on the browser. Why does that matter ?
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.
-
Hi All, I have a requirement that I need to show some data in an HTML Page, since I have to get dynamically, I am getting into an aspx page. But I have to show that data in an HTML Page. How can I achive this..? Reply soon.. Thanks, Anand
U can take a ASP Panel Control or div tag on HTML Page and at the runtime u can assign data to that panel. Hope this helps u...
-
U can take a ASP Panel Control or div tag on HTML Page and at the runtime u can assign data to that panel. Hope this helps u...
ASP.NET 2.0 wrote:
U can take a ASP Panel Control or div tag on HTML Page
No. It's not possible. Those are server controls and won't work on a plain HTML page.
-
U can take a ASP Panel Control or div tag on HTML Page and at the runtime u can assign data to that panel. Hope this helps u...
how to place an asp panel control on an html page ?
-
how to place an asp panel control on an html page ?
satyaanand.andra@gmail.com wrote:
how to place an asp panel control on an html page ?
Stop listening to morons. As I said, it's not possible.
-
What possible reason could you have for needing an 'HTML' page instead of an 'aspx' page ? An aspx is an engine for creating HTML, so you've got your html, your only issue is that it as a different file extension on the browser. Why does that matter ?
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.
My 5 for this. Somebody down voted you for giving him an answer and trying to help. Possibly it's the OP.
-
satyaanand.andra@gmail.com wrote:
how to place an asp panel control on an html page ?
Stop listening to morons. As I said, it's not possible.
*sigh* welcome to hell. You get downvoted for telling the truth, and instead people listen to folks more clueless than them, who answer in the hope of getting a CP MVP for their resume, despite having absolutely no idea. Half the people on this forum have no idea what ASP.NET is, or what it does. :(
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.
-
My 5 for this. Somebody down voted you for giving him an answer and trying to help. Possibly it's the OP.
Probably - I gave an answer requiring thought and knowledge of programming.
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.