Hi ,
I create a web page.i want to only user name and password post to database other content of web page not to post.
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.
Posted May 21, 2011, 11:52 AM
Then you had the PopupControlExtender:
<ajaxToolkit:PopupControlExtender ID="PopEx" runat="server"
TargetControlID="loginHyperLink"
PopupControlID="loginPanel"
Position="Left" />
http://weblogs.asp.net/lkempe/archive/2007/01/28/login-control-in-an-asp-net-ajax-toolkit-popupcontrolextender-with-a-close-button.aspx
http://weblogs.asp.net/andrewfrederick/archive/2008/02/18/a-client-side-ajax-login-for-asp-net.aspx
Hope this helps you.