Click here to Skip to main content
16,005,121 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGridView Paging Pin
Rajiya9-May-06 18:57
Rajiya9-May-06 18:57 
AnswerRe: GridView Paging Pin
_AK_9-May-06 19:15
_AK_9-May-06 19:15 
QuestionFck Editor Error -: XML request :Internal Server 500. Pin
Amit Agarrwal9-May-06 18:43
Amit Agarrwal9-May-06 18:43 
Questionemail sent automatically from .aspx page Pin
lehya9-May-06 18:42
lehya9-May-06 18:42 
AnswerRe: email sent automatically from .aspx page Pin
CWIZO9-May-06 19:41
CWIZO9-May-06 19:41 
AnswerRe: email sent automatically from .aspx page Pin
chinnasrihari9-May-06 20:23
chinnasrihari9-May-06 20:23 
QuestionWhich way is the Page_Load event? Pin
Raul Davila9-May-06 13:24
Raul Davila9-May-06 13:24 
AnswerRe: Which way is the Page_Load event? Pin
minhpc_bk9-May-06 15:17
minhpc_bk9-May-06 15:17 
Hi there,
Generally speaking, the Page_Load event get fired every time the page is visisted including the first time and postback. When you work with the dynamic control, you should remember that you need to reinsert it on postback if you want to read the value from it or you still want to see it on the web form. More importantly, you need to add it before the ViewState is loaded and postback data is processed. In this case, you should not use the IsPostBack property to check if you need to readd the dynamic control, instead you may consider using the ViewState to persist the name/url of the dynamic control that you are using. And this ViewState item tells you which control you should add to the control hierarchy so that you can read the control value. For more information, you can see ASP.NET Page Life Cycle Overview [^]
Questionneeed help about backtalk plz Pin
ksar0019-May-06 12:26
ksar0019-May-06 12:26 
QuestionAllowing html inside a textbox control Pin
Ista9-May-06 10:48
Ista9-May-06 10:48 
AnswerRe: Allowing html inside a textbox control Pin
Daniel Santillanes9-May-06 12:56
professionalDaniel Santillanes9-May-06 12:56 
AnswerRe: Allowing html inside a textbox control Pin
chinnasrihari9-May-06 20:34
chinnasrihari9-May-06 20:34 
QuestionHow to Prepare a Combined Setup using .NET 2.0 Pin
VenkataRamana.Gali9-May-06 9:14
VenkataRamana.Gali9-May-06 9:14 
Questionfiles Pin
irshan9-May-06 6:49
irshan9-May-06 6:49 
AnswerRe: files Pin
CWIZO9-May-06 8:43
CWIZO9-May-06 8:43 
QuestionDynamic breadcrumbs Pin
leckey9-May-06 5:36
leckey9-May-06 5:36 
AnswerRe: Dynamic breadcrumbs Pin
J4amieC9-May-06 5:39
J4amieC9-May-06 5:39 
QuestionRe: Dynamic breadcrumbs Pin
leckey9-May-06 5:46
leckey9-May-06 5:46 
QuestionCustom player Pin
venkatarama9-May-06 5:31
venkatarama9-May-06 5:31 
Question.Net Services Pin
munklefish9-May-06 5:30
munklefish9-May-06 5:30 
AnswerRe: .Net Services Pin
munklefish9-May-06 6:07
munklefish9-May-06 6:07 
QuestionMoving Web Parts without reloading page Pin
dave90879-May-06 5:29
dave90879-May-06 5:29 
Questionread xml string Pin
fmardani9-May-06 4:29
fmardani9-May-06 4:29 
AnswerRe: read xml string Pin
minhpc_bk9-May-06 15:51
minhpc_bk9-May-06 15:51 
QuestionNeed Help - problem with browsers while parsing innerHTML at clientside Pin
akjoshi9-May-06 3:55
akjoshi9-May-06 3:55 

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.