Tagged Questions
1
vote
2answers
31 views
ASP.NET Page naming using master pages
I have two user types: Readers and Authors. And I'm using Reader.Master and Author.Master for authorization purposes.
Then, there are StoriesR.aspx inherited from Reader.Master and StoriesA.aspx ...
0
votes
0answers
392 views
How to connect to an existing sql server database in ASP.NET Razor 2?
I'm new to ASP.NET Web pages (Razor 2) using VB instead of C#. I have an existing database in which is already connected in my VS 2012 database explorer. The name of my Database is "WebPagesMovies".
...
0
votes
1answer
160 views
Import asp.net and html pages in Umbraco CMS
I am new to Umbraco CMS. I have an existing website which is developed in asp and asp.net.
Now I have requirement to convert this existing website to new website using Umbraco CMS.
The pages ...
1
vote
0answers
59 views
Seperate page for each news detail or 1 dynamic page
I am working on a asp.net website with framework 4.0. I included a "News and Events" page While the development of this page i have been thinking that
Whether i have to use seperate page for each ...
0
votes
1answer
23 views
How to get the Web Page names of Website in Dropdownlist and Contents in RichTextBox in asp.net?
I want to display all the webpage names (.aspx) which resides in application root directory and display it in DropdownList. According to selection of page the contents of .aspx page must be shown in ...
2
votes
1answer
119 views
Razor Syntax Error
I just started working on a project to take over an existing programmer's code. It is a fairly large ASP.NET Web Pages project that uses the Razor syntax with c#. Apparently the code works on the ...

