news article page
-
If you visit bbc or cnn or any other news page you will see the news article page with rich text and images. What is the best to do this in ASP.net if I want to create an entry page for users to create such pages for them self? Will database be a good idea?
-
If you visit bbc or cnn or any other news page you will see the news article page with rich text and images. What is the best to do this in ASP.net if I want to create an entry page for users to create such pages for them self? Will database be a good idea?
jrahma wrote:
What is the best to do this in ASP.net
Silverlight was introduced for rich applications in ASP.NET earlier but HTML5 with CSS3 looks the right way currently. Try HTML5 for rich UI. You can start reading about it from here: http://www.w3schools.com/html5/default.asp[^]
jrahma wrote:
Will database be a good idea?
No idea where from database came into picture here!
Sandeep Mewara [My last article]: Server side Delimiters in ASP.NET[^]
-
jrahma wrote:
What is the best to do this in ASP.net
Silverlight was introduced for rich applications in ASP.NET earlier but HTML5 with CSS3 looks the right way currently. Try HTML5 for rich UI. You can start reading about it from here: http://www.w3schools.com/html5/default.asp[^]
jrahma wrote:
Will database be a good idea?
No idea where from database came into picture here!
Sandeep Mewara [My last article]: Server side Delimiters in ASP.NET[^]
I'm sure the OP is asking if a database would be a good way to store the news articles, pictures, etc.
-
If you visit bbc or cnn or any other news page you will see the news article page with rich text and images. What is the best to do this in ASP.net if I want to create an entry page for users to create such pages for them self? Will database be a good idea?