igor
|
Unregistered User
|
|
Jul 23 |
comment |
cannot change GridView Caption The code is rather long but that's the relevant part It calls from page_load There are no other assignments to .Caption in the whole code dgPublications.Caption = string.Format("Order# {0} product types", _currentOrderID); dgOrderContent.Caption = _currentPubID.HasValue ? string.Format("{0} content", Dictionaries.GetInstance(((MDSPage)this.Page).Database).PublicationIDs[_currentPubID.Value]) : string.Format("Order # {0} content", _currentOrderID); dgOrderContent.DataBind(); |
|
Jul 23 |
asked | cannot change GridView Caption |
|
Jul 7 |
comment |
Construct object from LINQ using same fields of another query it will cause problems when I would try to share dataContext or use external one. Exception will be thrown. |
|
Jul 7 |
comment |
Construct object from LINQ using same fields of another query Obvious approach, but I'd like to avoid explicit construction. |
|
Jul 7 |
comment |
Construct object from LINQ using same fields of another query I tried such approach, judging on that further processing of result is extremely slow, I suppose LINQ issues separate query to fetch each detail record |
|
Jul 7 |
comment |
Construct object from LINQ using same fields of another query Yes, exactly, but I want to avoid construct each field manually |
|
Jul 7 |
asked | Construct object from LINQ using same fields of another query |
|
Jun 30 |
awarded | ● Tumbleweed |
|
Jun 23 |
comment |
Object does not retrieves from viewstate Thanks, I more or less aware what is nature of this error ) I try to save class which functionally is container for carrying my data through postback. It contains only 3 Lists<> and 1 int. But when I do the same via Session instead of Viewstate (just replace ViewState with Session), it serializes and retrieves without errors, that is strange. The only way I see now is use the session instead, though it is not quite logically right at the design point of view. anyway, such behavior of viewstate still be strange and make me warned for its further use, |
|
Jun 23 |
comment |
Object does not retrieves from viewstate Thanks I tried to go such way before, but before render it causes tremendous error . It occurs not while passing through line in that I save object to viewstate (debugger passed that line ok), but when page is rendered (it seems so). Exception of type 'System.Web.HttpUnhandledException' was thrown. --- Error serializing value 'MDSWebApp.Controls.AttachedPartners+AttachedPartnersViewState' of type 'MDSWebApp.Controls.AttachedPartners+AttachedPartnersViewState.' |
|
Jun 23 |
asked | Object does not retrieves from viewstate |
|
Jun 23 |
asked | How to make UserControl to use master page placeholders? |
