Click here to Skip to main content
15,889,838 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DetailsView Update Problem Pin
RajpootRohan24-Nov-09 23:10
professionalRajpootRohan24-Nov-09 23:10 
GeneralRe: DetailsView Update Problem Pin
sashidhar24-Nov-09 21:30
sashidhar24-Nov-09 21:30 
QuestionReal problem with GridView TemplateField Sorting Pin
Maxdd 724-Nov-09 6:30
Maxdd 724-Nov-09 6:30 
AnswerRe: Real problem with GridView TemplateField Sorting Pin
Maxdd 724-Nov-09 7:31
Maxdd 724-Nov-09 7:31 
GeneralRe: Real problem with GridView TemplateField Sorting Pin
Christian Graus24-Nov-09 7:32
protectorChristian Graus24-Nov-09 7:32 
GeneralRe: Real problem with GridView TemplateField Sorting [modified] Pin
Maxdd 724-Nov-09 10:33
Maxdd 724-Nov-09 10:33 
GeneralRe: Real problem with GridView TemplateField Sorting Pin
Christian Graus24-Nov-09 11:18
protectorChristian Graus24-Nov-09 11:18 
GeneralRe: Real problem with GridView TemplateField Sorting Pin
Maxdd 724-Nov-09 11:53
Maxdd 724-Nov-09 11:53 
Christian Graus wrote:
Are you using viewstate, or is it turned off ?


public DataTable Temp
    {
        get
        {
            object o = ViewState["Temp"];
            if (o == null)
            {
                DataTable dt = new DataTable();
                return dt;
            }
            else
                return (DataTable)o;
        }
        set
        {
            ViewState["Temp"] = value;
        }
    }


Have I answered to your question? If not I'll try again.
GeneralRe: Real problem with GridView TemplateField Sorting Pin
Christian Graus24-Nov-09 12:02
protectorChristian Graus24-Nov-09 12:02 
GeneralRe: Real problem with GridView TemplateField Sorting Pin
Maxdd 724-Nov-09 15:25
Maxdd 724-Nov-09 15:25 
AnswerRe: Real problem with GridView TemplateField Sorting Pin
Abhishek Sur24-Nov-09 9:00
professionalAbhishek Sur24-Nov-09 9:00 
QuestionHow can we find the application which caused the failure of email. Pin
chandra vempati24-Nov-09 6:28
chandra vempati24-Nov-09 6:28 
AnswerRe: How can we find the application which caused the failure of email. Pin
Christian Graus24-Nov-09 6:45
protectorChristian Graus24-Nov-09 6:45 
AnswerRe: How can we find the application which caused the failure of email. Pin
Abhishek Sur24-Nov-09 9:06
professionalAbhishek Sur24-Nov-09 9:06 
Questionasp to asp.net migration Pin
FEMDEV24-Nov-09 4:15
FEMDEV24-Nov-09 4:15 
AnswerRe: asp to asp.net migration Pin
The Man from U.N.C.L.E.24-Nov-09 4:33
The Man from U.N.C.L.E.24-Nov-09 4:33 
AnswerRe: asp to asp.net migration Pin
Abhishek Sur24-Nov-09 4:36
professionalAbhishek Sur24-Nov-09 4:36 
GeneralRe: asp to asp.net migration Pin
FEMDEV24-Nov-09 4:48
FEMDEV24-Nov-09 4:48 
QuestionCookies Pin
manish.m.meshram24-Nov-09 0:35
manish.m.meshram24-Nov-09 0:35 
AnswerRe: Cookies Pin
Abhijit Jana24-Nov-09 0:43
professionalAbhijit Jana24-Nov-09 0:43 
AnswerRe: Cookies Pin
Amit Patel198524-Nov-09 0:51
Amit Patel198524-Nov-09 0:51 
AnswerRe: Cookies Pin
Abhishek Sur24-Nov-09 2:17
professionalAbhishek Sur24-Nov-09 2:17 
Questioninternal website search Pin
Richa_Soni24-Nov-09 0:14
Richa_Soni24-Nov-09 0:14 
AnswerRe: internal website search Pin
Amit Patel198524-Nov-09 1:02
Amit Patel198524-Nov-09 1:02 
AnswerRe: internal website search Pin
Abhishek Sur24-Nov-09 2:19
professionalAbhishek Sur24-Nov-09 2:19 

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.