dotnetdarren.wordpress.com
Darren's Blog | .NET, MVC
Conditional Validation in ASP.NET MVC 3. April 9, 2013. I’m currently working on a project that has various forms where some fields are only required if another field has a certain value or is blank. For example, it is a common requirement that a user must enter a value for either phone OR mobile. You can’t put a Required attribute on either of them as that would not solve the requirement. Using the library developed by Simon Ince you could define it like this in your model;. Tagged with: asp.net. Howeve...
dotnetdashboard.com
優羽のからからブログ
Http:/ www.foreland-realty.com/.
dotnetdashboards.info
Index of /
Apache Server at www.dotnetdashboards.info Port 80.
dotnetdata.co.uk
IT Services | Dot Net Data |
0800 133 7807 information@dotnetdata.co.uk. One St Kenelm Court, Steel Park Road, Halesowen, West Midlands, B62 8HD. One St Kenelm Court, Steel Park Road, Halesowen, West Midlands, B62 8HD. One St Kenelm Court, Steel Park Road, Halesowen, West Midlands, B62 8HD. British Indian Ocean Territory. Congo, The Democratic Republic of The. Heard Island and Mcdonald Islands. Holy See (Vatican City State). Iran, Islamic Republic of. Korea, Democratic People's Republic of. Korea, Republic of. Moldova, Republic of.
dotnetdate.com
Cute Chat - ASP.NET Chat software
Options to open messenger. Open Messenger in dialog. Open Messenger in page. Leading ASP.NET chat software. Cute Chat is a full-featured ASP.NET chat. Program. Nothing else on the market comes even close to it. It includes features such as Moderated chat, high load support, font/color/ customization, emoticons, private messaging, private chat room, profanity filtering, ignoring users, file Transfer, and many more! Web Messenger for ASP.NET. Configurating Cute Chat /Web Messenger.
dotnetdave.com
Home
This is a sample SharePoint 2013 Public Web Site Page. Search help and community. There is no recommended article for this page. Try searching help and community. This shouldn't take long. Cant find what you are looking for? Post your question to the Office 365 Community. Sorry, we couldnt find an answer. Post your question to the Office 365 Community. Sorry, the help service is down, but you can find answers at Office support. We're trying something new. Click the help icon to get started.
dotnetdave.net
dotnetdave.net
Thoughts of a developer. Today I met the Hulk! Deploy ASP WSP with Web Deploy. For some time now I have been using web deploy to release my web application projects (WAP), with alot of success. The power of config transforms and the fact that Web Deploy only sends the updates files to the deployment target makes me smile and giggle with delight. Then along comes a client that has a requirement to use Web Site Projects (WSP), bye bye web deploy and back to copying files via FTP or Robocopy. Setup a build ...
dotnetdave.wordpress.com
David Kennedy's Tech Ramblings | Just another WordPress.com weblog
David Kennedy’s Tech Ramblings. Just another WordPress.com weblog. Windows AppFabric Beta 2 Cache Configuration. March 3, 2010. 8212; dotnetdave @ 1:57 am. Being only two days old there is little information out there at the time of this writing. By starting with Beta 1 configuration samples and working with Reflector. Type=Microsoft.ApplicationServer.Caching.DataCacheClientSection,. Microsoft.ApplicationServer.Caching.Core, Version=1.0.0.0, Culture=neutral,. 160; hosts. 160; /hosts. Now to kick arou...
dotnetdavid.wordpress.com
Digital Ink Splatter | I have no idea what I'm doing
I have no idea what I'm doing. Skip to primary content. Skip to secondary content. March 6, 2015. Not my bench but I hope it will be someday soon…. Well, It’s been a busy few months so I haven’t had much time to post updates but I have some new, interesting things in the works that I wanted to share with you. I have built just over 60 sets which works out to:. Over 18 sheets of plywood quartered. 120 6″ holes cut. 240 rails, stiles and legs cut. 240 Carriage bolts, washers, and wing-nuts. 3 leg hole jigs.
dotnetdawgs.com
DOT.NET.DAWGS | Upland Consulting Group
Loop through RadGrid and read Check Boxes when not in edit mode. Step 1 - create a GridTemplate Column with a checkbox. Asp:CheckBox ID="chkDelete" runat="server" /. Step 2 - The codebehind loop. Foreach (GridDataItem item in rgDeals.MasterTableView.Items). CheckBox chkDelete = (CheckBox)item["colCheckDelete"].FindControl("chkDelete");. Int dealID = Convert.ToInt32(item.GetDataKeyValue("DealID") ;. String sql = "Delete stuff where dealID = " dealID;. Int rslt = Utility.ExecuteNonQuerySQL(sql);. To get ar...
dotnetdawson.wordpress.com
Dot Net Dawson | Lessons from 12+ hours of .NET and mobile dev a day
Lessons from 12 hours of .NET and mobile dev a day. Three State HTML Checkboxes. December 5, 2010. I wanted a 3 state checkbox, using jQuery. Here’s how I did it. CurrentState = 0 : currentState](); }); / force it into the next state: / I want it to start off in the faded out state (currentState = states.length - 1) me.change(); });. Works for me. Whether or not breaking HTML conventions is a good thing… that’s up to you. Getting Started with Appcelerator Titanium Mobile. November 22, 2010. After Titaniu...