Click here to Skip to main content
15,885,309 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongridview rowupdating in ascx file Pin
jhyn7-Oct-12 20:13
jhyn7-Oct-12 20:13 
AnswerRe: gridview rowupdating in ascx file Pin
Sarvesh Kushwaha8-Oct-12 5:23
Sarvesh Kushwaha8-Oct-12 5:23 
make sure your .ascx file page load contains
if (!IsPostBack)
        {}


and you are binding within it .

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.