No announcements
Found 2685391 threads
-
0 Votes
Data Annotations - Set Requiered to true for FirstName if Type = Standard
Supporting Validation on the Client ASP.NET MVC supports client-side validation of data by sharing validation information from the server.Answered | 2 Replies | 73 Views | Created by Anonymous - Wednesday, January 30, 2013 5:21 AM | Last reply by Anonymous - Thursday, January 31, 2013 8:32 PM -
0 Votes
Why are the latitude and longitude values not stored as standard annotations?
Even if the EXIF data is not editable, could you at least allow the editing of the proprietary annotations by hand?Answered | 11 Replies | 4417 Views | Created by bziclix - Wednesday, April 23, 2008 9:26 PM | Last reply by bixb0012 - Sunday, May 11, 2008 9:44 PM -
0 Votes
Annotating Data Flow Tasks
you can add annotations to data flow as below by right clicking inside and choosing Add Annotation ...Answered | 2 Replies | 1239 Views | Created by Adam Quark - Monday, February 3, 2014 4:33 PM | Last reply by Adam Quark - Monday, February 3, 2014 8:18 PM -
0 Votes
convert lastname firstname
--CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards ...Answered | 6 Replies | 2207 Views | Created by Unwind_1 - Wednesday, October 14, 2015 8:42 PM | Last reply by --CELKO-- - Thursday, October 15, 2015 2:56 PM -
1 Votes
Annotation
Alex, the error consists on the sample code missing: polyline.AllowPathEditing = TrueAnswered | 7 Replies | 8703 Views | Created by C-Charp - Thursday, November 6, 2008 4:08 PM | Last reply by DaSparz - Tuesday, May 4, 2010 6:21 PM -
0 Votes
Annotation Placement
I have same problem but some of my annotations are anchored on the same point.Answered | 2 Replies | 4974 Views | Created by ScottyDoesKnow - Friday, February 6, 2009 7:03 PM | Last reply by hsachdevah - Saturday, July 25, 2009 2:32 PM -
0 Votes
Annotation not staying anchored to DataPoint
I had to set the annotation Tag property to the data series point number before I add the annotation since I couldn't find where to get it from the ...Answered | 3 Replies | 520 Views | Created by ejanuska - Tuesday, March 22, 2016 12:54 PM | Last reply by ejanuska - Tuesday, March 22, 2016 9:26 PM -
0 Votes
Code First Data Annotations Generation bug report
I believe what cole wu means is like public class Blog { [Key] public int PrimaryTrackingKey { get; set; } public string Title { get; ...Answered | 2 Replies | 486 Views | Created by jzrobot - Tuesday, April 12, 2016 3:56 PM | Last reply by chanmm - Tuesday, April 19, 2016 8:41 AM -
0 Votes
Data Annotations on string array for email addresses
"); } } return ValidationResult.Success; } return base.IsValid(value, ...Answered | 1 Replies | 6538 Views | Created by spark29er - Friday, September 18, 2015 5:07 PM | Last reply by MasaSam - Sunday, September 20, 2015 7:26 AM -
0 Votes
SmartLabelStyle Does Reposition Annotations
I think it will be hard to find the correct position outside plotting area, so that annotations do not overlapp.Answered | 3 Replies | 6997 Views | Created by KaiserWilhelm - Tuesday, November 4, 2008 9:24 PM | Last reply by Alex Gorev - Wednesday, November 5, 2008 3:31 PM -
0 Votes
Annotations and WriteXml
Verify that the type is public and either has a default constructor or an instance descriptor.Answered | 5 Replies | 5013 Views | Created by LauraVT2001 - Thursday, September 1, 2011 5:14 PM | Last reply by Jie Bao - Tuesday, September 13, 2011 11:23 AM -
0 Votes
annotation value at specific point
If you draw a straight line between the two data points you can covert their X/Y axes values to pixels and then find the intersection point of that line with the other data point.Answered | 1 Replies | 3502 Views | Created by cilerler - Monday, November 30, 2009 1:50 PM | Last reply by Alex Gorev - Sunday, December 13, 2009 7:09 AM -
0 Votes
SQL Server data type and size
The standard is to use the datatype that matches the type of data you're trying to store...Answered | 3 Replies | 968 Views | Created by Thomas_ITsavvy - Monday, May 11, 2015 6:48 PM | Last reply by Erland Sommarskog - Monday, May 11, 2015 10:01 PM -
0 Votes
Annotation help
Annotations may use different coordinate systems.Answered | 3 Replies | 4926 Views | Created by JoeWilcox - Monday, December 15, 2008 8:40 PM | Last reply by Alex Gorev - Tuesday, December 16, 2008 12:45 AM -
2 Votes
How to control FirstName and LastName in Vb.net?
Raw SQL for MS-Access, as mentioned in my first reply you would use in this case OleDb data provider with a parameterized query.Answered | 9 Replies | 4463 Views | Created by sh 2020 - Friday, September 21, 2012 4:45 PM | Last reply by Chris Dunaway - Friday, September 28, 2012 8:58 PM -
0 Votes
Code-First Data Annotations [Attributes] ... what assembly are they in?
The blog post here: http://blogs.msdn.com/b/efdesign/archive/2010/03/30/data-annotations-in-the-entity-framework-and-code-first.aspx Contains ...Answered | 2 Replies | 6841 Views | Created by Phil Cockfield - Sunday, July 18, 2010 9:37 PM | Last reply by Phil Cockfield - Monday, July 19, 2010 5:49 PM -
0 Votes
Convert name field from Colunm1: FirstName LastName to Column2 as LastName, FirstName
Convert name field from Colunm1: FirstName LastName to Column2 as LastName, FirstName I ...Answered | 1 Replies | 792 Views | Created by NickMangioros - Tuesday, April 25, 2017 2:29 PM | Last reply by Sam Zha - Thursday, April 27, 2017 8:55 AM -
0 Votes
LocalSettings - ApplicationData.Current.LocalSettings.Values["firstName"]
TPolo, I can see one issue with this snippet - ApplicationData.Current.LocalSettings.Values["firstName"].ToString() will throw null reference exception (on call ...Answered | 7 Replies | 9087 Views | Created by 7VN - Monday, January 28, 2013 8:30 PM | Last reply by Jesse Jiang - Monday, February 4, 2013 3:06 AM -
0 Votes
How to apply data annotation validation for HttpPostedFileBase[] for valid file type for C# MVC 5?
How to apply data annotation validation for HttpPostedFileBase[] property to valid file type in c# MVC 5?Answered | 2 Replies | 2035 Views | Created by Neha_Soni - Thursday, August 27, 2015 12:14 PM | Last reply by Just Karl - Friday, August 28, 2015 4:51 PM -
2 Votes
Different types according to how I write the type annotation
However, when declaring members on types there are subtle distinctions that are necessary for good interoperation with other .NET languages.Answered | 5 Replies | 2172 Views | Created by DiegoOlivierFernandezPons - Wednesday, September 28, 2011 9:22 PM | Last reply by Keith Battocchi - Thursday, September 29, 2011 8:35 PM - Items 1 to 20 of 2685391 Next ›
No announcements