User Profile
Collapse
-
Wow this is vague, please provide more information on what you want... -
Solution
this is the solution I came up with...
...Code:protected void Page_Load(object sender, EventArgs e) { string galleryID = Session["selectedGalleryID"].ToString(); if (!IsPostBack) { h1GalleryTitle.InnerText = Session["selectedGalleryName"].ToString(); #region bind and set default cart button stateLeave a comment:
-
-
Accessing controls defined inside DataRepeater
I have a series of controls 4 controls. 3 of which I need to disable onPageLoad not on PostBack.
Basically I need to cast the "object sender" onPageLoad and drill down to the the controls and set the
controlId.Visib le = False;
I have tried many alternatives and I can't seem to figure out a way to disable them. I would use Javascript. Though that would introduce other facets that I don't want...
No activity results to display
Show More
Leave a comment: