Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write code for palindrome?

Answer Posted / dextr316

Dim inputvalue As String = TextBox1.Text
Dim reversevalue As String = StrReverse(inputvalue)
If (inputvalue = reversevalue) Then
MsgBox("Palindrome")
Else
MsgBox("Not a Palindrome")
End If
End Sub

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a constructor have a return type?

819


Can we create instance of private class in c#?

843


What is the difference between var and dynamic types in c# 4.0?

935


What does the dispose method do with the connection object?

916


What is the difference between == and object.equals?

923


What is null in database?

826


What are the advantages of using partial classes?

950


What is polymorphism and its types in c#?

841


Explain how to implement delegates in c#.net

898


To allow an element to be accessed using a unique key which .NET collection class is used ?

1040


Difference between value and reference type. What are value types and reference types?

938


What is readline c#?

835


Is it true that all c# types derive from a common base class?

1007


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

943


What is a string c#?

855