how to design page navigation window form using back and next button
-
hi to all..... plz help me in....how to design page navigation window form using back and next button......for exmple...if we take a window like install wizard window..in that v use a button name as next.. if we clik that next ..the next page ill be open ...like ....sooo can u any one send me that source code... @nu Gunturi
-
hi to all..... plz help me in....how to design page navigation window form using back and next button......for exmple...if we take a window like install wizard window..in that v use a button name as next.. if we clik that next ..the next page ill be open ...like ....sooo can u any one send me that source code... @nu Gunturi
Don't ask for source code. Present your problem and how you've tried to solve it and include any error messages / exceptions etc. To answer your question: if you want to create something like a WinForm wizard, open the "next step" form when clicking the "Next" button and close the old form (or hide it if the user wants to go back). Pass on any paramteters you might be needing.
-
hi to all..... plz help me in....how to design page navigation window form using back and next button......for exmple...if we take a window like install wizard window..in that v use a button name as next.. if we clik that next ..the next page ill be open ...like ....sooo can u any one send me that source code... @nu Gunturi
Hi if it is in web application. You have properties in the Datagridview itself.Just google it, you will find the answers, But my concern on paging is based on the performance, i am not interested on bringing 100000 records to the client side just to show 10 records in the gridview. so i am manipulating and doing paging in the database itself( SQL SERVER 2005),i have checked this performance. it is 7 times faster than the ordinary paging comes along the gridview. Try it.I have done a user control for paging and filtering works fine. thanks.
-
Hi if it is in web application. You have properties in the Datagridview itself.Just google it, you will find the answers, But my concern on paging is based on the performance, i am not interested on bringing 100000 records to the client side just to show 10 records in the gridview. so i am manipulating and doing paging in the database itself( SQL SERVER 2005),i have checked this performance. it is 7 times faster than the ordinary paging comes along the gridview. Try it.I have done a user control for paging and filtering works fine. thanks.
-
hi to all..... plz help me in....how to design page navigation window form using back and next button......for exmple...if we take a window like install wizard window..in that v use a button name as next.. if we clik that next ..the next page ill be open ...like ....sooo can u any one send me that source code... @nu Gunturi
-
Hi even if it is in windows application and if you use client server application, and if you bother about the performance you can follow what i suggested above. thanks