Blogs1 - 10 of 9,362 recent posts for tag:asp.net
18
May
2009
ASP.NET Development  

48 days ago by admin

Ascent Web Technology helps client’s to design, develop and integrate applications and solutions based on the Microsoft .Net platform. Ascent Web Technology .NET team develops and delivers comprehensive solutions utilizing the full capability of Microsoft .NET functionality. ASP.Net is the Microsoft ...

ASCENT WEB TECHNOLOGY - ascentwebtechnology.com

Get UserID of the user using ASP.NET Membership  

48 days ago by Suprotim Agarwal

Retreiving the UserId for a user while using the ASP.NET Login controls is very simple, yet it still is one of the most frequently asked questions on the forums. Here's how to do so: C# protected void Page_Load( object sender, EventArgs e) { System.Web.Security. MembershipUser mu = System.Web.Securi ...

DevCurry - devcurry.com · Rank: 27,765 · 4 references

How to do parallel work with PageMethods  

48 days ago by Dennis

Let take an trivial example. Here we make 4 asynchronous calls to the server to some function call DoWork. function pageLoad() { PageMethods.DoWork(OnSucceeded, OnFailed); PageMethods.DoWork(OnSucceeded, OnFailed); PageMethods.DoWork(OnSucceeded, OnFailed); PageMethods.DoWork(OnSucceeded, OnFailed); ...

The little things in life ... - programminglife.wordpress.com

ASP.NET AJAX Calendar Extender – Tips and Tricks  

48 days ago by Shyli

The CalendarExtender is an ASP.NET AJAX control that is associated with a TextBox control. When the user clicks on the TextBox, a client-side Calendar control pops up. The user can then set a date by clicking on a day, navigate months by clicking on the left and right arrow and perform other such ac ...

SHYLI.COM - shyli.com

EPiServer Link Collection Property  

48 days ago by admin

In EPiServer CMS 5 R2, EPiServer added a new property called the link collection. This property allows you to add links to web pages, documents and e-mail addresses. For a nice overview see this post: EPiServer 5 R2 and Link Collection property In this example I’m going to show you how to use the li ...

Frederik Vig - ASP.NET ... - frederikvig.com

Signed up to the Microsoft Bizspark programme for Start-ups  

48 days ago by Gordon Murray

Image via CrunchBase Last week I attended it@corks breakfast meeting in Rochestown Park hotel. Ronan Geraghty introduced the Microsoft Bizspark programme which provides Microsoft software and services to start-ups. The slides from the event are available on it@corks blog. John Galvin from BackUpEart ...

Murmurs - murrion.com/murmurs · 1 reference

19
May
2009
ASP.NET MVC: Validation Error ‘A value is required.’ - Sayed Ibrahim Hashimi  

48 days ago by DotNetShoutout webmaster

If you are using the ASP.NET MVC DefaultModelBinder to manage the creating complex types from your views' form data, as well as the validation summary helper provided with ASP.NET MVC then you may have run into the situation I did. I created a simple form, in a dummy app, to create a new contact. Th ...

DotNetShoutout - Upcoming ... - dotnetshoutout.com/Upcoming · 1 reference

Security Trimming for MVC Menus - Karl Zachry  

48 days ago by DotNetShoutout webmaster

I can’t believe I couldn’t really find anything on this… I wanted to have the Menus in my MVC (Model-View-Controller) ASP.NET web application honor the security that is in the SiteMapProvider. I found many posts but everything seemed so complicated. So I gave up and thought, “Let me see if I can sol ...

DotNetShoutout - Upcoming ... - dotnetshoutout.com/Upcoming · 1 reference

Developing Web-based Software as a Product: Part 1 - Travis  

48 days ago by DotNetShoutout webmaster

In this step, step 1, we will be addressing part of separation of concerns. Ideally we would like to be able to break every piece of the application up. There will be some customer out there who will want to use your application in such a way you need to replace/interject something to make it happen ...

DotNetShoutout - Upcoming ... - dotnetshoutout.com/Upcoming · 1 reference

Developing Web-based Software as a Product: Part 2 - Travis  

48 days ago by DotNetShoutout webmaster

Continuing on with the building of a ASP.NET MVC product, we previously discussed being able to access data directly from an assembly to build the views. The VirtualPathProvider provides what we need. Though first after more testing a better way to handle file access came up: private Assembly GetAss ...

DotNetShoutout - Upcoming ... - dotnetshoutout.com/Upcoming · 1 reference

Previous1234567