473,406 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

MVC - ViewData

Hello,

In my views I usually have some data that I need to pass from the
controller to the view:

Page Title, Page Keywords, GoogleAnalyticsURL, ...

Then on some views I also have other data to pass. For example, on
Post View I have PostViewData which contains a list of posts and some
statistics.

My idea was to pass to every view two objects: PageViewData and if
necessary PostViewData, FileViewData, or any other view data object.

I believe this is impossible ... So what would be the best way to do
this? Maybe create for all my views the following:

* PageViewData
o PageTitle
o PageKeywords
o GoogleAnalyticsURL

Then when necessary I would do the following:

* PageViewData
o PageTitle
o PageKeywords
o GoogleAnalyticsURL
o Extra

On extra I would add PostViewData ... but I am not sure how can I do
this because Extra can be PostViewData or any other object in case of
other views.

Anyway, could someone give me some suggestion on how to project this?

Thanks,

Miguel
Sep 14 '08 #1
0 797

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Robert | last post by:
I have the XML file which has a structure similar to one I pasted at the end of this post. As you can see many elements are using different id attributes. For example element Window uses WinID...
13
by: mowsen | last post by:
Hello Group, i'm using a little "ajax" loader script to dynamically load files into different "div" tags on my main site. the code for this part looks like: function loader() { var args =...
2
by: shapper | last post by:
Hi, I have the following code line: (string)ViewData ?? ViewData.Model.Tags.ToString() How can I do something similar for a boolean type variable. I tried: (bool)ViewData ??...
1
by: shapper | last post by:
Hello, I am trying to display a DropDownList on an ASP.NET MVC view. SlidePaper.Targets contains the list of items and SlidePaper.Slide.Target contains the current value taken from the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.