E
etam
Hi,
where is the best place for setting components on load but only if
this is not a postback?
protected void Page_Load(object sender, EventArgs e) {
if(!Page.IsPostBack) {
//here?
}
}
Regards,
Etam.
where is the best place for setting components on load but only if
this is not a postback?
protected void Page_Load(object sender, EventArgs e) {
if(!Page.IsPostBack) {
//here?
}
}
Regards,
Etam.