query string

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • christyjs
    New Member
    • Jul 2016
    • 19

    #1

    query string

    Code:
    Dim StudentID As Integer
      Response.Redirect("~/StudentLanguage.aspx?StudentID=" & StudentID)
    i want to selected values shows in particular text box, so i'm using request query string...my result is followng (http://localhost:54686/StudentLanguage.aspx?StudentID=0)..

    but i want to selected rows of student id..

    how to pass the values of query string..
Working...