Click here to Skip to main content
15,908,112 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to get session variable to work Pin
Elina Blank28-Jun-06 5:35
sitebuilderElina Blank28-Jun-06 5:35 
GeneralRe: How to get session variable to work Pin
leckey28-Jun-06 5:55
leckey28-Jun-06 5:55 
GeneralRe: How to get session variable to work Pin
Elina Blank28-Jun-06 6:01
sitebuilderElina Blank28-Jun-06 6:01 
GeneralRe: How to get session variable to work Pin
Elina Blank28-Jun-06 5:31
sitebuilderElina Blank28-Jun-06 5:31 
GeneralRe: How to get session variable to work Pin
Guffa27-Jun-06 8:52
Guffa27-Jun-06 8:52 
GeneralRe: How to get session variable to work Pin
Elina Blank27-Jun-06 8:57
sitebuilderElina Blank27-Jun-06 8:57 
QuestionExtending WebPartManager class Pin
Chris McGlothen27-Jun-06 6:17
Chris McGlothen27-Jun-06 6:17 
AnswerRe: Extending WebPartManager class Pin
minhpc_bk27-Jun-06 21:05
minhpc_bk27-Jun-06 21:05 
Hi there,
Because the SetPersionalizationDirty is defined as below:
protected void SetPersonalizationDirty ()
So you cannot override this method, what you may do is to inherit from this class, and define a new public method which in turn calls the protected method SetPersionalizationDirty. The sample code looks something like;
public class MyWebPartManager : WebPartManager
{
    public void ExSetPersonalizationDirty()
    {
        SetPersonalizationDirty();
    }
}

GeneralRe: Extending WebPartManager class Pin
Chris McGlothen28-Jun-06 4:19
Chris McGlothen28-Jun-06 4:19 
QuestionWeb Control Table Pin
varshavmane27-Jun-06 5:15
varshavmane27-Jun-06 5:15 
QuestionTo maintain the view state of a dynamically created control Pin
sishya27-Jun-06 3:54
sishya27-Jun-06 3:54 
AnswerRe: To maintain the view state of a dynamically created control Pin
minhpc_bk27-Jun-06 4:41
minhpc_bk27-Jun-06 4:41 
AnswerRe: To maintain the view state of a dynamically created control [modified] Pin
Hain Kurt27-Jun-06 4:42
Hain Kurt27-Jun-06 4:42 
Questioninsert a string dd/mm/yyyy in database (urgent) Pin
rajeev kumar sharma27-Jun-06 3:22
rajeev kumar sharma27-Jun-06 3:22 
AnswerRe: insert a string dd/mm/yyyy in database (urgent) Pin
Guffa27-Jun-06 4:05
Guffa27-Jun-06 4:05 
QuestionError Pin
Hamid_RT27-Jun-06 2:58
Hamid_RT27-Jun-06 2:58 
QuestionOnline Trading software Pin
fragnent200327-Jun-06 2:39
fragnent200327-Jun-06 2:39 
AnswerRe: Online Trading software Pin
chhabra0071-Oct-09 0:51
chhabra0071-Oct-09 0:51 
QuestionDatagrid Pin
kuwl_mark27-Jun-06 2:10
kuwl_mark27-Jun-06 2:10 
AnswerRe: Datagrid Pin
ketankumar27-Jun-06 2:52
ketankumar27-Jun-06 2:52 
AnswerRe: Datagrid Pin
Not Active27-Jun-06 3:56
mentorNot Active27-Jun-06 3:56 
QuestionExcel in ASP.NET Pin
Haridas.R27-Jun-06 0:53
Haridas.R27-Jun-06 0:53 
AnswerRe: Excel in ASP.NET Pin
ketankumar27-Jun-06 1:55
ketankumar27-Jun-06 1:55 
GeneralRe: Excel in ASP.NET Pin
Haridas.R27-Jun-06 21:49
Haridas.R27-Jun-06 21:49 
AnswerRe: Excel in ASP.NET Pin
minhpc_bk27-Jun-06 4:44
minhpc_bk27-Jun-06 4:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.