![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
i need to open the LookUpWebForm's aspx file in this way: BtnLookUp.Attributes.Add("onclick", |
|
Hi, I have a usercontrol with a button. In the button's click event I have to open an instance of an aspx page, passing some values to some public |
|
How can I call the instance of the right page? The code is the follow: //this is the webpage LookUpWebForm LUWF = new LookUpWebForm //these are the variables valued LUWF.TabellaDB = m_DBTable; LUWF.IDLookUp = ID; LUWF.PageSize = PageSize; i need to open the LookUpWebForm's aspx file in this way: BtnLookUp.Attributes.Add("onclick", |
|
but, in the LookUpWebForm's PageLoad event the variables are not setted. Thank you Alessandro Rossi |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |