Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. // This is to show result on click on search button
  2. protected void Button_Search(object sender, EventArgs e)
  3. {
  4. fillresult();
  5. DataList1.Visible = true;
  6. }
  7. // This is for Query String
  8. Page Load ()
  9. {
  10. Fill_result_using_query_string();
  11. DataList1.Visible = true;
  12. }
  13.  
  14. Invalid postback or callback argument. Event validation is enabled using '<pages
  15. enableEventValidation=“true”/>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement