personally, i prefer ASP.NET MVC 4 ... of course, my preference does not help you.
My guess if that you're new to ASP.NET WebForms and so i strongly suggest that you work through a few tutorials in order for you to better understand your playing field.
B-) Please help me by completing my school survey about computer programmers on my website. Thank you!!! Gerry Lowry +1 705-429-7550 wasaga beach, ontario, canada
Design your input and output controls in the same form,in Form1_Load method make all output controls visibility false,onButton click make Input controls visibily false and output controls visibility as true...this will help you to display
the output on same form..
akkemraju
Member
2 Points
20 Posts
Related to forms
Jan 31, 2013 09:17 AM|LINK
Hi,
I am workig on forms,If i press submit button then i need to a result on same form.
So,which concept is help me out.Please suggest me.
Thank You.
gerrylowry
All-Star
20577 Points
5721 Posts
Re: Related to forms
Feb 01, 2013 01:45 AM|LINK
@ akkemraju welcome to forums.asp.net
personally, i prefer ASP.NET MVC 4 ... of course, my preference does not help you.
My guess if that you're new to ASP.NET WebForms and so i strongly suggest that you work through a few tutorials in order for you to better understand your playing field.
you'll find lots for FREE training from here: http://www.asp.net/web-forms (notice the pluralsight videos), examples: http://www.asp.net/web-forms/tutorials, ,http://www.asp.net/web-forms/videos.
g.
P.S.: http://wekeroad.com/2009/04/22/i-spose-ill-just-say-it-you-should-learn-mvc
AarthiPalani...
Member
61 Points
35 Posts
Re: Related to forms
Feb 01, 2013 03:04 AM|LINK
Hi Friend,
Design your input and output controls in the same form,in Form1_Load method make all output controls visibility false,onButton click make Input controls visibily false and output controls visibility as true...this will help you to display the output on same form..
Aarthi