Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i compare dropdownlist row with same drop downlist another row..in gridview using asp.net with C#

What I have tried:

using temp global variable..but this logic not proper..
Posted
Updated 7-Sep-17 0:41am
v2
Comments
Graeme_Grant 7-Sep-17 1:20am    
What code have you written so far?

We are not going to write your code for you. If you want someone to do that, go to Freelancer.com[^] where there are plenty of willing people who will.
Member 13296293 7-Sep-17 1:24am    
okk
Karthik_Mahalingam 7-Sep-17 6:26am    
on button click?
not clear, Use Improve question to add more info to the question.
Member 13296293 12-Sep-17 1:13am    
on dropdown selected index change event..
Karthik_Mahalingam 12-Sep-17 9:09am    
post your code

1 solution

VB
If ddldropdown.Items[index1].Text.Eqauls(ddldropdown.Items[index2].Text)THEN
'do your job
End if
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900