Click here to Skip to main content
15,907,000 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHost server Characteristics Pin
WebMaster29-Jun-12 9:32
WebMaster29-Jun-12 9:32 
Generalxsl fo to xslt Pin
indian14329-Jun-12 8:37
indian14329-Jun-12 8:37 
GeneralTo save file in a stream instead of a physical location Pin
indian14329-Jun-12 5:58
indian14329-Jun-12 5:58 
QuestionAutomatically Sychronize TFS workitems update with custom tool Pin
amit sahu2029-Jun-12 1:36
amit sahu2029-Jun-12 1:36 
QuestionCCTV camera on ASP web Page Pin
sandeep Nishad29-Jun-12 0:19
sandeep Nishad29-Jun-12 0:19 
AnswerRe: CCTV camera on ASP web Page Pin
Sandeep Mewara29-Jun-12 3:42
mveSandeep Mewara29-Jun-12 3:42 
Questionhow to sent mail using smtp.bizmail.yahoo.com Pin
gyanendragope28-Jun-12 23:42
gyanendragope28-Jun-12 23:42 
AnswerRe: how to sent mail using smtp.bizmail.yahoo.com Pin
Vani Kulkarni29-Jun-12 0:07
professionalVani Kulkarni29-Jun-12 0:07 
Questionweb form 2010 error Pin
classy_dog28-Jun-12 17:07
classy_dog28-Jun-12 17:07 
AnswerRe: web form 2010 error Pin
Sandeep Mewara28-Jun-12 22:16
mveSandeep Mewara28-Jun-12 22:16 
GeneralRe: web form 2010 error Pin
classy_dog29-Jun-12 3:18
classy_dog29-Jun-12 3:18 
GeneralRe: web form 2010 error Pin
Sandeep Mewara29-Jun-12 3:39
mveSandeep Mewara29-Jun-12 3:39 
QuestionGrid view binding in page load in 3tier Pin
prasadbhagat28-Jun-12 7:08
prasadbhagat28-Jun-12 7:08 
AnswerRe: Grid view binding in page load in 3tier Pin
R. Giskard Reventlov28-Jun-12 9:41
R. Giskard Reventlov28-Jun-12 9:41 
GeneralRe: Grid view binding in page load in 3tier Pin
Rajkumarhi528-Jun-12 19:22
Rajkumarhi528-Jun-12 19:22 
AnswerRe: Grid view binding in page load in 3tier Pin
Karthik Harve28-Jun-12 20:08
professionalKarthik Harve28-Jun-12 20:08 
AnswerRe: Grid view binding in page load in 3tier Pin
AshishChaudha29-Jun-12 22:26
AshishChaudha29-Jun-12 22:26 
AnswerRe: Grid view binding in page load in 3tier Pin
Rahul Rajat Singh29-Jun-12 22:54
professionalRahul Rajat Singh29-Jun-12 22:54 
Questionweb form staying active Pin
sc steinhayse28-Jun-12 5:30
sc steinhayse28-Jun-12 5:30 
AnswerRe: web form staying active Pin
Sandeep Mewara28-Jun-12 5:48
mveSandeep Mewara28-Jun-12 5:48 
QuestionBest way to display Card Information to the admin or user Pin
Hamidakhanam28-Jun-12 3:33
Hamidakhanam28-Jun-12 3:33 
AnswerRe: Best way to display Card Information to the admin or user Pin
Richard MacCutchan28-Jun-12 5:09
mveRichard MacCutchan28-Jun-12 5:09 
AnswerRe: Best way to display Card Information to the admin or user Pin
jkirkerx28-Jun-12 8:54
professionaljkirkerx28-Jun-12 8:54 
QuestionHow to identify Event handling in TFS 2012 for Bug work item onlt Pin
amit sahu2028-Jun-12 0:27
amit sahu2028-Jun-12 0:27 
AnswerRe: How to identify Event handling in TFS 2012 for Bug work item onlt Pin
jkirkerx28-Jun-12 11:50
professionaljkirkerx28-Jun-12 11:50 
amit sahu20 wrote:
how i identify work item type in event handling code.

Are you sure a == operator is the correct way to compare the values?.

What are the actual values?

Maybe your comparing the pointers to the objects, and not the value held by the objects.

if (notificationType == NotificationType.Notification && notificationEventArgs is WorkItemChangedEvent)


Or are you doing a double comparison?

if (( notificationType == NotificationType.Notification ) && ( notificationEventArgs is WorkItemChangedEvent ))

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.