Article: Creating web pages dynamically in the Code Behind in ASP.Net using C# and VB.Net
how to create dynamic webpages with Tables,Text, Images,videos Etc. using richtextbox in asp.net web application
If i copy a table from other sources like Ms Word or other website, how to convert this to table in a dynamic web pages?
After reading the data from word document or website, you can make use of GridView to populate the data.
And the add the GridView control to the page.
Will you please share the code you are using for reading the data from word or website?
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.