No announcements
Found 933461 threads
-
0 Votes
How to send email to registered user (MVC)
http://forums.asp.net/ MVC section is there.Answered | 2 Replies | 1270 Views | Created by JP Gutton Canada - Friday, June 5, 2015 6:28 PM | Last reply by DA924 - Friday, June 5, 2015 7:45 PM -
0 Votes
Register with unique email OR unique username in ASP.NET Core MVC
is not unique.Unanswered | 3 Replies | 1880 Views | Created by Anonymous - Saturday, November 28, 2020 8:44 PM | Last reply by Anonymous - Monday, November 30, 2020 6:40 AM -
0 Votes
Generate Unique Username Using TSQL
.'+[Mothers Name] N, ROW_NUMBER() OVER(PARTITION BY [First Name],[Last Name] ORDER BY [First Name],[Last Name],[Mothers Name]) RN FROM @T), Username AS ( SELECT ...Answered | 3 Replies | 1519 Views | Created by Saket Kale - Monday, October 19, 2015 12:14 PM | Last reply by Itz Shailesh - Wednesday, October 21, 2015 2:25 PM -
0 Votes
ASP.NET MVC Core 2.0
https://forums.asp.net/1146.aspx/1?Answered | 1 Replies | 1747 Views | Created by Victor Cherniavsky - Sunday, January 21, 2018 4:07 PM | Last reply by Dave Patrick - Sunday, January 21, 2018 4:25 PM -
1 Votes
GUID.GetHashCode() is Unique?
I have guid in my DB and I want to create a unique user in Active directory but the problem is the ...Answered | 10 Replies | 10990 Views | Created by pratikmehta9 - Thursday, May 13, 2010 12:50 PM | Last reply by pratikmehta9 - Friday, May 14, 2010 3:07 PM -
1 Votes
How to verify the uniqueness of a document library's email address
This should help you http://www.sharepointdiary.com/2011/06/find-all-incoming-email-enabled-lists.html Cheers,Answered | 1 Replies | 719 Views | Created by Sven W - Monday, February 23, 2015 5:13 PM | Last reply by Prasath C - Monday, February 23, 2015 6:10 PM -
0 Votes
Deduplicating non unique email addresses
1 Select * from test drop table testAnswered | 3 Replies | 594 Views | Created by MJHeinisch - Tuesday, December 22, 2015 8:21 PM | Last reply by Jingyang Li - Tuesday, December 22, 2015 8:39 PM -
1 Votes
IoT Hub and ASP.NET Core MVC
I have already managed to run an Asp.net Core app (netocreapp 2.2) on the Raspberry with Windows IoT Core.Answered | 3 Replies | 928 Views | Created by Owlowish - Friday, September 6, 2019 1:12 PM | Last reply by AshokPeddakotla-MSFT - Wednesday, September 11, 2019 10:29 AM -
1 Votes
Unique Identifier on Dragonboard
hello because DragonBoard includes TPM its may be possible to use this to unique identify your boards more information TPM on Windows 10 ...Answered | 1 Replies | 615 Views | Created by marcow_ - Saturday, March 18, 2017 10:22 AM | Last reply by Andre Marschalek - Saturday, March 18, 2017 11:09 AM -
0 Votes
Unique integer based on unique string
Map each string to a unique id?Answered | 21 Replies | 8022 Views | Created by simonxy - Friday, October 20, 2017 7:29 AM | Last reply by pituach - Monday, October 23, 2017 2:05 PM -
0 Votes
SharePoint 2013 Incoming Email Unique Files are Not Created
Hi kunalmitt, From your description, my understanding is that you want to achieve that when you send multiple attachment files with the same names through email, the files ...Answered | 1 Replies | 719 Views | Created by kunalmitt - Tuesday, August 25, 2015 9:06 PM | Last reply by Lisa Chen1226 - Wednesday, August 26, 2015 5:36 AM -
1 Votes
Making Date Unique
The real question is why you would want the TDate to be a unique index....?Answered | 5 Replies | 1302 Views | Created by M.Prasad - Monday, July 30, 2012 3:52 PM | Last reply by WilliamStacey - Wednesday, August 1, 2012 3:31 AM -
2 Votes
single unique key for three table
CREATE TABLE Common (UserName varchar(40) NOT NULL, Type char(1) NOT NULL, Email nvarchar(200) NOT NULL, -- Common ...Answered | 3 Replies | 8620 Views | Created by Saksham Niranjan - Monday, October 18, 2010 1:15 PM | Last reply by Hugo Kornelis - Wednesday, October 20, 2010 9:05 PM -
0 Votes
ID uniqueness
Yes, all id's are unique as described.Answered | 4 Replies | 6618 Views | Created by timprepscius - Wednesday, July 8, 2009 4:42 AM | Last reply by Jeff Dillon - MSFT - Thursday, August 27, 2009 12:23 AM -
0 Votes
Unique Constraint
In additional, you can create UNIQUE Non clustered index on that column.Answered | 4 Replies | 6870 Views | Created by Abdul Hakeem Baloch - Saturday, October 22, 2011 3:17 AM | Last reply by Naomi N - Sunday, October 23, 2011 2:06 PM -
3 Votes
Insert only unique records
you can have your insert statement inside a if not exist block IF NOT EXISTS(SELECT * FROM Clock WHERE clockDate = '08/10/2012') AND userName = 'test') BEGIN ...Answered | 4 Replies | 1398 Views | Created by Khushi N - Tuesday, January 28, 2014 1:15 PM | Last reply by sqlsaga - Tuesday, January 28, 2014 4:31 PM -
0 Votes
Index uniqueness
Ok,if you need to enforce uniqueness you can create an UNIQUE Constraint which creates unique index on those column.Answered | 5 Replies | 932 Views | Created by simonxy - Monday, October 14, 2013 8:40 AM | Last reply by Tom Cooper - Monday, October 14, 2013 4:02 PM -
0 Votes
Generate Unique ID
If you just want a unique number in the select, something like this would give you a unique number - SELECT ROW_NUMBER() OVER (ORDER ...Answered | 9 Replies | 3971 Views | Created by Milli_22 - Wednesday, November 2, 2011 2:53 PM | Last reply by Kev Riley - Friday, November 4, 2011 12:16 PM -
0 Votes
ASP.NET Core 1 MVC 6 Missing Intelesense
>I am using VS 2015 and created ASP.NET Core Web Application but I have noticed the intelesense is missing from the context menu for ...Answered | 1 Replies | 979 Views | Created by Bassam Issac Wassouf - Friday, August 19, 2016 3:28 PM | Last reply by lake Xiao - Monday, August 22, 2016 5:46 AM -
8 Votes
The user does not exist or is not unique
Even entering the username as domain\username doesn't work for me.Answered | 21 Replies | 70846 Views | Created by XRS - Thursday, June 30, 2011 11:28 AM | Last reply by John.P.Smith - Friday, May 6, 2016 5:04 PM - Items 1 to 20 of 933461 Next ›
No announcements