hi
I want to know which one is better make search button in the same form with insert update delete form or in another form
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Saineshwar BageriPosted Sep 18, 2014, 12:44 PM
Another form will be better Firas sir .
Because it will also display records of list and you will use Gridview or other control
to display it and if you do on same form it will cause performance issue also.
And if you want on same page then use tabs control of asp.net to do it.
Saineshwar BageriPosted Sep 18, 2014, 12:35 PM
Another form will be better Firas sir or use can use tabs control of asp.net
to do on same page.