0% found this document useful (0 votes)
25 views6 pages

Net Centric

Only net centric Questions with patterns and one of the most infuriating things on this chapter

Uploaded by

ProjectLA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views6 pages

Net Centric

Only net centric Questions with patterns and one of the most infuriating things on this chapter

Uploaded by

ProjectLA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Write a console application that obtains four int values from the user and displays the product.

1. Write a program to accept a number from the user and throw an exception if the number is not
an even number.
2. Create an application that allows the user to enter a number in the textbox named „getnum‟.
Check whether the number in the textbox „getnum‟ is palindrome or not. Print the message
accordingly in the label control named lbldisplay when the user clicks on the button „check‟.

3. Create an application which will ask the user to input his name and a message, display the two
items concatenated in a label, and change the format of the label using radio buttons and check
boxes for selection , the user can make the label text bold ,underlined or italic and change its
color . include buttons to display the message in the label, clear the text boxes and label and
exit.
4. List of employees is available in listbox. Write an application to add selected or all records from
listbox (assume multi-line property of textbox is true).
5. Programs using ASP.NET Server controls. Create a website for a bank and include types of
navigation.

6. Database programs with ASP.NET and ADO.NET. Create a Web App to display all the Empname
and Deptid of the employee from the database using SQL source control and bind it to
GridView . Database fields are(DeptId, DeptName, EmpName, Salary).
7. Database programs with ASP.NET and ADO.NET Create a Login Module which adds Username
and Password in the database. Username in the database should be a primary key.
8. Write a Program to create an Advertisement using Ad rotator
9. Write a Program to perform Tree view operation using data list.

You might also like