i want to add code for invite friend in my facebookapplication using asp.net
<p>Invite a friend to use this application...
<fb:request-form action="default2.aspx" method="POST" invite="true"
type="Ankush" content="You have been invited to the Test Example application.
<% = Server.HtmlEncode("<fb:req-choice url=""http://apps.facebook.com/ankushgupta/default2.aspx"" label=""OK"" />") %> " >
<fb:friend-selector showborder="false" actiontext="Invite your friends to use this application." />
<fb:request-form-submit />
</fb:request-form>
</p>
Can anyone help me with this...
Thanx in advance...