Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. protected void btnagregar_Click(object sender, EventArgs e)
  2. {
  3. Response.Redirect("Llenar formulario.aspx");
  4. }
  5.  
  6. <asp:Button ID="btnagregar" runat="server" Height="39px" OnClick="btnagregar_Click" Text="Agregar solicitud" Width="143px" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement