|
albumId = Request.QueryString["AlbumID"];
ownerName = Request.QueryString["OwnerName"];
After setting the breakpoint, the Request.QueryString value is aa.aspx?AlbumID=1&OwnerName=a
Why are the values of albumId and ownerName both null ???
I am very good, thank you everyone! |
|