TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
UshaRani Andy
NA
1
0
C# Beginner Question
Apr 16 2007 2:03 AM
Hi
I'm a beginner in C#. I have developed a form of database navigation(first record, next record, last record and previous record) and functionality(add record, delete record, save and find). I have also take two comboboxes, where 1 combobox displays the total no.of records and the next combobox is designed as...when we slect 5th record in combobox1 then combobox2 will show the records aftr 5th record. So, when we select a particular range from these two comboboxes....and whn we click on next button, it wil display records in that range. This is how actually it works.
when we dont select any range, the next button should be able to show the records. But i'm not able to do it. That requires to keep the code related to range in one test condiotion like only if the user has selected any item in the combobox, then it should execute, otherwise funtionality should be as usual.
Can anyone help me in this regard. If anyone dint understand what is my requirement, please be frank, i will send again.
Reply
Answers (
1
)
communication between two different applications
Object reference not set to an instance of an object.