Search results

  1. P

    help ASP.NET ............?

    this is my code.. <asp:Button ID="Button2" runat="server" Text="Update" postBackUrl='<%# String.Format("update_course.aspx?course_code={0}", Eval("course_code")) %>' /> this is correct for passing one parameter... but i want to pass two parameter... how to do that?? i tries many way .. but...
  2. P

    help ASP.NET ............?

    this is my code.. <asp:Button ID="Button2" runat="server" Text="Update" postBackUrl='<%# String.Format("update_course.aspx?course_code={0}", Eval("course_code")) %>' /> this is correct for passing one parameter... but i want to pass two parameter... how to do that?? i tries many way .. but...
Back
Top