I have installed Asp.net MVC 3 Preview, now willing to installl MVC 1.0 but getting this message. Not finding MVC 3 preview in control panel.
Saturday, March 28, 2009
Asp.net MVC 1.0 : Installation Another version of this product is already installed.
I have installed Asp.net MVC 3 Preview, now willing to installl MVC 1.0 but getting this message. Not finding MVC 3 preview in control panel.
Thursday, March 26, 2009
bX-dul983
Cannot get inner content of print because the contents are not literal
while trying to get the innerhtml for print.
We are getting this exception.
Seems most of them facing this problem, will post the possible solution once we can find it.
For suggestion please leave a comment.
We are getting this exception.
Seems most of them facing this problem, will post the possible solution once we can find it.
For suggestion please leave a comment.
Wednesday, March 25, 2009
Unable to start debugging on web server.
Monday, March 23, 2009
Blogs Everywhere Blogs

As most of them, I too started blogging one day. It was just for change, fun and might be to know how to create one as everybody is doing.
As I started creating blogging articles, now I am almost got addicted to it. It is not because creating a blog is just fun, it is allowing me to see the big picture of the topic to write. Really blogging is helping me to think in broader dimensions. Every time I am learning how to write better blog, good contents, nice images and it is making me more presentable.
People start blogging for different genuine reasons, believe me for me it was for learning how google adsense works. As soon as I created adsense account, i was eager to put ads in the contents. After doing that and checking my adsense balance every time, every time i was getting disappointment. Now I hardly bother abt adsense balance, because I have started loving writing articles and enjoying the traffic which is coming to my blog. This is what I am loving from blogging.
As many of them will have different motives to start blogging, I am trying to list out some of the tips I collected from the net and putting it together, so new bloggers can make use of it.
# What is adsense from wikipedia
# Rise Of The Blogging Service Industry
# 12 CPM Alternatives to Adsense
# Free Sponsors and Advertisers for Your Website.
Blogg Marketing:
*Capture your reader’s/listener’s/viewer’s attention.
*Describe a solution to something important to them.
*Create trust–and convince them of the value of your solution.
*Support your position with client testimonials and/or celebrity endorsements (Michael Jordan/NIKE). Riskier but effective if well done, brand yourself with a quirky character (GEICO’s Brit-humor-inspired gecko).
*Provide an incentive and a deadline to take action.
*Give prompt, courteous service.
*Keep in touch with value-add content.
source : http://blogforbusiness.com/
Friday, March 20, 2009
.Net Exception : Cannot change DataType of a column once it has data.
Solution:
Before adding the new column, define the datatype for that column and add that column to the datatable.
Before adding the new column, define the datatype for that column and add that column to the datatable.
SQL Bulk copy :The given value of type String from the data source cannot be converted to type datetime of the specified target column.
Exception:
This exception is arising when we are going to do bulk copy, where one or more columns has datetime datatype.
We carefully checked the format is in "MM/dd/yyyy" temp dataTable as well as in database datatable date in "MM/dd/yyyy" format.
Still scratching the head.
This exception is arising when we are going to do bulk copy, where one or more columns has datetime datatype.
We carefully checked the format is in "MM/dd/yyyy" temp dataTable as well as in database datatable date in "MM/dd/yyyy" format.
Still scratching the head.
Thursday, March 19, 2009
Asp.Net MVC FAQs.

Let us dig into in detail study of Asp.net MVC faqs, which most of the starters to Experts faces. Here we are trying to give instant questions and answers on MVC.
Other Great links:
1. u ASP.NET MVC Framework by ScottG
2. ASP.NET MVC Framework (Part 1) ScottGu
Wednesday, March 18, 2009
Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.

Need to install the Ajax toolkit.
You can get the setup from codeplex or download from the below links
1. Download
2. Sample website
ASP.NET MVC 1.0 Final Release download
Yes final release of Asp.net MVC 1.0 you are reading.
It is out and you can download and use it.
.png)
ASP.NET MVC 1.0 provides a new Model-View-Controller (MVC) framework on top of the existing ASP.NET 3.5 runtime. This means that developers can take advantage of the MVC design patterns to create their Web Applications which includes the ability to achieve and maintain a clear separation of concerns (the UI or view from the business and application logic and backend data), as well as facilitate test driven development (TDD). The ASP.NET MVC framework defines a specific pattern to the Web Application folder structure and provides a controller base-class to handle and process requests for “actions”. Developers can take advantage of the specific Visual Studio 2008 MVC templates within this release to create their Web applications, which includes the ability to select a specific Unit Test structure to accompany their Web Application development.
The MVC framework is fully extensible at all points, allowing developers to create sophisticated structures that meet their needs, including for example Dependency Injection (DI) techniques, new view rendering engines or specialized controllers.
As the ASP.NET MVC framework is built on ASP.NET 3.5, developers can take advantage of many existing ASP.NET 3.5 features, such as localization, authorization, Profile etc.

Steps to update on your system.
1. Uninstall if you have installed any previous aspnetMVC setup.
2. Install the final setup release of ASP.NET MVC 1.0.
you can download it from here .
Setup is just 1.8MB and doc is 93KB.
So enjoy MVC.
It is out and you can download and use it.
.png)
ASP.NET MVC 1.0 provides a new Model-View-Controller (MVC) framework on top of the existing ASP.NET 3.5 runtime. This means that developers can take advantage of the MVC design patterns to create their Web Applications which includes the ability to achieve and maintain a clear separation of concerns (the UI or view from the business and application logic and backend data), as well as facilitate test driven development (TDD). The ASP.NET MVC framework defines a specific pattern to the Web Application folder structure and provides a controller base-class to handle and process requests for “actions”. Developers can take advantage of the specific Visual Studio 2008 MVC templates within this release to create their Web applications, which includes the ability to select a specific Unit Test structure to accompany their Web Application development.
The MVC framework is fully extensible at all points, allowing developers to create sophisticated structures that meet their needs, including for example Dependency Injection (DI) techniques, new view rendering engines or specialized controllers.
As the ASP.NET MVC framework is built on ASP.NET 3.5, developers can take advantage of many existing ASP.NET 3.5 features, such as localization, authorization, Profile etc.

Steps to update on your system.
1. Uninstall if you have installed any previous aspnetMVC setup.
2. Install the final setup release of ASP.NET MVC 1.0.
you can download it from here .
Setup is just 1.8MB and doc is 93KB.
So enjoy MVC.
Subscribe to:
Posts (Atom)