Click here to Skip to main content
15,917,538 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
VB Code as follows;

Select Case rs2(0)
Case 1
factot1 = factot1 + 100
Case 2
factot1 = factot1 + 75
Case 3
factot1 = factot1 + 50
Case 4
factot1 = factot1 + 25
End Select



i want to use the above code in the asp.net

for that how can i do please help me.

Regards,
Narasiman P.
Posted
Comments
OriginalGriff 8-May-13 4:43am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
That is already VB code, so what is the problem with using it?
Use the "Improve question" widget to edit your question and provide better information.
Mayur Panchal 8-May-13 6:28am    
Do you want to convert it into c#?

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