2
Answers

Refresh / Repaint is taking much time

Photo of iinf

iinf

14y
6.9k
1

Hi friends,
I am displaying background image in a panel in windows forms and then drawing on top of it. I am able to draw it properly, but when I scroll down then back up, even I call revalidate or refresh it takes more than 5-6 seconds to again display the drawn images. On some website I read about checking the transparency value, but I hadnt setup and transparency value.

Answers (2)

0
Photo of Abie Jose
NA 17 39.3k 13y
Using a Query string you can pass values of current page's control to another page


Response.Redirect("SecondPage.aspx?value1="& Textbox1.text &" &value2 = "& Textbox2.text &" ")


and in the secondpage.aspx you can retrieve this value with the following code

request.querystring("Value1")