Hi,
I have 3 pages Result1.aspx. Result2.aspx and Result3.aspx. I want to disply them in one form (Result.aspx) in a tabular format. If the user wants to see Result1, he can see it is in the first tab or Result2 in the second and so on.
Any clue!
Loading
Md MushtaquePosted Aug 6, 2008, 5:05 AM
Hi,
You can use
1. Tab Container from Ajax Toolkit
2. Panel from Standard Toolbox
3. Even You can use
Try any one
Mushtaque