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
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