visual studio asp.net : how to set form action?

  • Thread starter Thread starter vishal Alone
  • Start date Start date
V

vishal Alone

Guest
I am using visual studio.net 2003 .... I am designing a web application....
I dont know how to set forms action to a perticular url...
i.e. <form action="abc.aspx" method=post> etc....

I can do it in html designer.... But how to do it in the code window
I mean here....

Public Class WebForm1:Inherits System.Web.UI.Page

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

'Put user code to initialize the page here

End Sub
End Class
 
Back
Top