From daniweb.com
()
how to clear a textbox, if entering data in text box is in incorrect data format (string format) than correct data format(integer format) at a time displaying range validation when cursor moving to the next text box in asp.net by using vb.net.
- Presenting in Europe Next Week (weblogs.asp.net)
- Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2 Beta (weblogs.asp.net)
- ASP.NET MVC: Creating reports using Chart control (weblogs.asp.net)
One of the new features of ASP.NET MVC 2 is Templates (DisplayFor/EditorFor), Brad Wilson did a series of post which explains how the templates works, Please read it before you continue this post. Although he did an excellent job explaining the inner-details, but one thing you will notice that the object model in those examples are traversed from top to bottom or parent to child which is good for explaining the internal, but in our real...
From weblogs.asp.net
()
- Html.RenderAction and Html.Action (weblogs.asp.net)
- Program Manager Position on the ASP.NET PM team (blogs.msdn.com)
- Facebook Development on .NET Revived (z.about.com)
While digging deeper into MVC Views, I stumbled on this method – ViewData.Eval(). Found it interesting and researched and played with some code around this method. This method gives the user a way to search through the ViewData’s object graph. So in order to get the data, you can either do 1: <%= ViewData["Message"] %>
.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, "Courier New", courier...
From weblogs.asp.net
()
- ASP.NET 4.0 ScriptManager Improvements (weblogs.asp.net)
- Asynchronous processing in ASP.Net MVC with Ajax progress bar (weblogs.asp.net)
- ASP.NET MVC View and Transaction (weblogs.asp.net)
And finally, one last PDC keynote announcement from the first day was the beta release of ASP.NET MVC 2. MVC is a model-view-controller framework on top of the existing ASP.NET runtime that separates display and application logic as well as makes test-driven development of ASP.NET applications easier. MVC could be used with a variety of types of web applications but is frequently associated with REST applications.
The ASP.NET MVC 2 beta is...
More perspectives...
From blogs.msdn.com
()
The following post shows you how to render an RDLC (Client Report Definition File) in a MVC project. For this tutorial, I am using VS 2008 with MVC 2 Beta. I will also be using the priceless Northwind database and the report will contain a list of customers in the Northwind database. A sample project zip file is provided at the bottom of this post. Skip to the bottom of this post if you wish to skip the tutorial and simply want to view...
From weblogs.asp.net
()
- Introduction To Asp.Net Ajax (freebook1.blogspot.com)


