Hi
I have attached image . I want these 2 names as it is to be displayed in another form.
In another form i am displaying code like this
htmlTable.Append("
/forums/uploadfile/f61a1a/04042023064816AM/Session.jpg
Thanks
Hi
I have attached image . I want these 2 names as it is to be displayed in another form.
In another form i am displaying code like this
htmlTable.Append("
/forums/uploadfile/f61a1a/04042023064816AM/Session.jpg
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Apr 4, 2023, 9:01 AM
You can store the values in session or can pass the value as QueryString in Response.Redirect("page.aspx?Name="+"sachin") and can read it using Request.Querystring("Name")