Sunday, January 1, 2012

Third Assignment VP Fall 2011

Please download the assignment details from the following link Assignment 3

Thanks

4 comments:

Kaleem Sajid said...

Sir, I have little confusion about the 5th point in assignment. Kindly explain it.

usmanrafiq said...

Sir little confusion with label and list box control. What i get is "label will show the status that if the palindrome(s) is there in the list or not"
and list will contain the palindromes of specified length.

Is this right enough ?

Sheikh said...

5. If sub string palindromes were requested, display any palindromes found in a list box. (Clear the list box before adding new palindromes.)

[Asim]

Means if palindromes of smaller length like 3 character palindromes are requested then you show them in the list box.

6. Display a message in a label if no palindromes were found.

[Asim]

Means you need to display the message in an asp label control when you dont find any palindrome in the input string.

Hope this will clear the confusions.

usmanrafiq said...

Thanks sir!