DotNetShoutout - Stories tagged with web developement
5
Shouts

ASP.NET MVC 3 - A RadioButtonList for Enum Properties

published 802 days, 1 hour, 46 minutes ago posted by http://djsolid.myopenid.com/http://djsolid.myopenid.com/ 803 days, 19 hours, 38 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Friday, March 11, 2011 9:13:27 AM GMT
ASP.NET MVC3 doesn’t have a built-in RadioButtonList helper and there are times that I want to display an Enum property. I can always do that using a dropdown list but if there are 2 or 3 values then it’s more user-friendly if the user sees all the options. So in a simple yes/no question ... (more)
category: Web Dev | clicked: 51 | 4 comments | | source: john.katsiotis.com
tags: ASP.NET MVC, web developement, ASP.NET
3
Shouts

When it Comes to Asp.Net: Display Loading Image in Asp.net

published 856 days, 19 hours ago posted by ashishsarda99ashishsarda99 859 days, 16 hours, 51 minutes ago
Monday, January 17, 2011 9:51:42 AM GMT Friday, January 14, 2011 12:00:05 PM GMT
Share| To display loading image we shall use following JavaScript. There are many ways to display loading, but I feel this is the simple to use and implement. We just need one div tag with position set to absolute, and put loading image inside the div tag. Check out following code. Loading... (Make sure you set z-index if required.) In above I have just used text "Loading...", instead of this you can put loading images.Put this div tag as first element of FORM tag. And after above div tag immedi... (more)
category: Web Dev | clicked: 5 | comment | | source: aspdotnetmatters.blogspot.com
tags: web developement, Web, Loading Image, JavaScript, HTML, ASP.NET