Jump to content
Xtreme .Net Talk

Renidrag

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Renidrag

  1. Take out the "();" like this: <asp:Button ID="button1" Runat="Server" Text="Push Me" OnClick="myconnection" /> ----------------------------------------------------------------------
  2. If I have a one method that gets called from different web controls by postback, How can i determine which control did the postback to the Method? This method does the exact same thing for each control on the page with just one variable difference that i want to choose in a switch statement. Thanks in advance Renidrag
  3. Is there an .NET version of "<input type=file..." ?
×
×
  • Create New...