Click here to Skip to main content
15,887,214 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ModalPopUpExtender Not showing on IE9 Pin
Satish_S15-Sep-11 20:03
Satish_S15-Sep-11 20:03 
QuestionControl is null while using generic method [modified] Pin
kstxx14-Sep-11 7:01
kstxx14-Sep-11 7:01 
GeneralImport Google Mail Contacts in Your ASP.NET Web Application Pin
AditSheth13-Sep-11 18:49
AditSheth13-Sep-11 18:49 
QuestionEnvironment.CurrentDirectory and Multiple Page Requests Pin
Nathan Stiles13-Sep-11 17:48
Nathan Stiles13-Sep-11 17:48 
Questionjavascript alert Pin
Dushan12313-Sep-11 15:20
Dushan12313-Sep-11 15:20 
AnswerRe: javascript alert Pin
Shah Rizal13-Sep-11 22:14
Shah Rizal13-Sep-11 22:14 
QuestionMethod not firing Pin
Rick van Woudenberg13-Sep-11 12:56
Rick van Woudenberg13-Sep-11 12:56 
AnswerRe: Method not firing Pin
Pravin Patil, Mumbai13-Sep-11 19:50
Pravin Patil, Mumbai13-Sep-11 19:50 
You can put the LoadControls in Page_Load but with below condition :

C#
If(!IsPostback)
    LoadControls()


This will cause the LoadControls to call only at the first loading of the page and not everytime postback occurs.

IsPostBack property is used to check whether the page is getting loaded first time of the postback caused by any control on the page.

Hope this helps.
All the best.
I quit being afraid when my first venture failed and the sky didn't fall down.

Questionasp.net toolbox Pin
classy_dog13-Sep-11 8:28
classy_dog13-Sep-11 8:28 
AnswerRe: asp.net toolbox Pin
Shah Rizal13-Sep-11 22:19
Shah Rizal13-Sep-11 22:19 
GeneralRe: asp.net toolbox Pin
classy_dog14-Sep-11 4:07
classy_dog14-Sep-11 4:07 
GeneralRe: asp.net toolbox Pin
Shah Rizal21-Sep-11 22:12
Shah Rizal21-Sep-11 22:12 
Questionwindow.open? Pin
murali_utr13-Sep-11 7:51
murali_utr13-Sep-11 7:51 
QuestionUsing Cookies in Custom Role Provider in ASP.NET 2.0 Pin
Rahil31113-Sep-11 4:11
Rahil31113-Sep-11 4:11 
Questionproblem with modalpopupextender Pin
Ali Al Omairi(Abu AlHassan)13-Sep-11 2:33
professionalAli Al Omairi(Abu AlHassan)13-Sep-11 2:33 
Questionasp.net pdf download problem Pin
UD(IA)13-Sep-11 2:30
UD(IA)13-Sep-11 2:30 
QuestionTwo ways of adding dynamic controls and get their events on run time Pin
basharat8113-Sep-11 1:04
basharat8113-Sep-11 1:04 
AnswerRe: Two ways of adding dynamic controls and get their events on run time Pin
Morgs Morgan14-Sep-11 10:29
Morgs Morgan14-Sep-11 10:29 
QuestionWhat language/tool would you use to create... Pin
Mike Doner12-Sep-11 13:59
Mike Doner12-Sep-11 13:59 
AnswerRe: What language/tool would you use to create... Pin
Abhinav S13-Sep-11 20:04
Abhinav S13-Sep-11 20:04 
QuestionC# designer tool Pin
classy_dog12-Sep-11 12:12
classy_dog12-Sep-11 12:12 
AnswerRe: C# designer tool Pin
Pravin Patil, Mumbai12-Sep-11 21:10
Pravin Patil, Mumbai12-Sep-11 21:10 
QuestionProblems with Site.Master Pin
Rick van Woudenberg12-Sep-11 0:38
Rick van Woudenberg12-Sep-11 0:38 
AnswerRe: Problems with Site.Master Pin
GenJerDan12-Sep-11 3:39
GenJerDan12-Sep-11 3:39 
AnswerRe: Problems with Site.Master Pin
RichardGrimmer12-Sep-11 5:41
RichardGrimmer12-Sep-11 5:41 

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.