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

ASP.NET

 
AnswerRe: Problem with CallBack in MasterPage Pin
minhpc_bk15-Aug-06 15:26
minhpc_bk15-Aug-06 15:26 
QuestionAccessing Child Control from a user control bY Java Script Pin
meetbinu200314-Aug-06 21:18
meetbinu200314-Aug-06 21:18 
AnswerRe: Accessing Child Control from a user control bY Java Script Pin
Paddy Boyd14-Aug-06 23:26
Paddy Boyd14-Aug-06 23:26 
GeneralRe: Accessing Child Control from a user control bY Java Script Pin
meetbinu200315-Aug-06 2:50
meetbinu200315-Aug-06 2:50 
GeneralRe: Accessing Child Control from a user control bY Java Script Pin
eggsovereasy15-Aug-06 3:28
eggsovereasy15-Aug-06 3:28 
Questionproblem with updating into database. Pin
frossie14-Aug-06 20:58
frossie14-Aug-06 20:58 
Questionneed help with wat this code do Pin
neodeaths14-Aug-06 19:46
neodeaths14-Aug-06 19:46 
AnswerRe: need help with wat this code do Pin
Guffa14-Aug-06 23:11
Guffa14-Aug-06 23:11 
neodeaths wrote:
can anyone explain wat this code is for?


The code constructs an url and sends as a redirect page to the browser. The browser will then request that page from the server.

however everytime i click it the queary on the dropdownlist2 is set back to all instead of the one i choice.


Then the code that examines the query string and selects the proper item is faulty.

pageload is an function activated when a button is pressed rite?
is there any function that is for when the page is load at first(meaning run once only)


The Page_Load method is called every time the page is created.

You can use the IsPostBack property to find out if the request comes from a postback or not.

Note: If you use a redirect the IsPostBack property will be false, as the request doesn't come directly from a postback.


---
b { font-weight: normal; }

GeneralRe: need help with wat this code do Pin
neodeaths15-Aug-06 5:23
neodeaths15-Aug-06 5:23 
Questionprinting on existing forms Pin
simple one14-Aug-06 17:56
simple one14-Aug-06 17:56 
AnswerRe: printing on existing forms Pin
RayLouw14-Aug-06 23:43
RayLouw14-Aug-06 23:43 
QuestionRetrieve ASP source code Pin
AshokGovindan14-Aug-06 14:46
AshokGovindan14-Aug-06 14:46 
AnswerRe: Retrieve ASP source code Pin
minhpc_bk14-Aug-06 15:23
minhpc_bk14-Aug-06 15:23 
QuestionMenu`s "target" property Pin
-Yoyosh-14-Aug-06 14:33
-Yoyosh-14-Aug-06 14:33 
AnswerRe: Menu`s "target" property Pin
minhpc_bk14-Aug-06 15:28
minhpc_bk14-Aug-06 15:28 
QuestionASP.net2.0 and FolderBrowserDialog, Pin
leylag14-Aug-06 11:49
leylag14-Aug-06 11:49 
AnswerRe: ASP.net2.0 and FolderBrowserDialog, Pin
Mike Ellison14-Aug-06 13:04
Mike Ellison14-Aug-06 13:04 
QuestionLike HTML File Control Pin
chinna8214-Aug-06 11:38
chinna8214-Aug-06 11:38 
AnswerRe: Like HTML File Control Pin
minhpc_bk14-Aug-06 15:31
minhpc_bk14-Aug-06 15:31 
Questionloading .... message same webpage Pin
prettyjcfreak14-Aug-06 10:31
prettyjcfreak14-Aug-06 10:31 
AnswerRe: loading .... message same webpage Pin
minhpc_bk14-Aug-06 15:39
minhpc_bk14-Aug-06 15:39 
Questionloading .... message same webpage Pin
prettyjcfreak14-Aug-06 10:31
prettyjcfreak14-Aug-06 10:31 
AnswerRe: loading .... message same webpage Pin
minhpc_bk14-Aug-06 15:40
minhpc_bk14-Aug-06 15:40 
QuestionDataReader or Dataset Pin
pssuresh14-Aug-06 9:30
pssuresh14-Aug-06 9:30 
AnswerRe: DataReader or Dataset Pin
minhpc_bk14-Aug-06 15:46
minhpc_bk14-Aug-06 15:46 

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.