Click here to Skip to main content
15,915,600 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to make Username password page ??? Pin
ankur010125-Jun-07 1:48
ankur010125-Jun-07 1:48 
GeneralRe: How to make Username password page ??? Pin
Sathesh Sakthivel25-Jun-07 2:38
Sathesh Sakthivel25-Jun-07 2:38 
QuestionPublishing website problem ... Pin
amin_behzadi25-Jun-07 0:01
professionalamin_behzadi25-Jun-07 0:01 
AnswerRe: Publishing website problem ... Pin
Paddy Boyd25-Jun-07 0:27
Paddy Boyd25-Jun-07 0:27 
AnswerRe: Publishing website problem ... Pin
badgrs25-Jun-07 0:29
badgrs25-Jun-07 0:29 
GeneralRe: Publishing website problem ... Pin
amin_behzadi25-Jun-07 19:57
professionalamin_behzadi25-Jun-07 19:57 
QuestionProblem with userControl Pin
AnhTin25-Jun-07 0:01
AnhTin25-Jun-07 0:01 
AnswerRe: Problem with userControl Pin
Chetan Ranpariya25-Jun-07 0:24
Chetan Ranpariya25-Jun-07 0:24 
Hi,

Here u r creating an instance of ur usercontrol in page_load of default.aspx page so it will be created everytime your aspx is loaded. Process of creation of new instance of usercontrol causes page_load of usercontrol to execute hence your ddlcategory will load data again in itself hence it wont preserve its value and so ddlproduct doesnt.

The better way it to drang and drop your usercontrol in page then use it.
of the second way is use if(!ispostback) block arount your code in page_load.
I am not sure the second way will work perfectly but the first option will 100% work.

I hope this will help you.

Thanks and Regards,
Chetan Ranpariya

QuestionRe: Problem with userControl Pin
AnhTin25-Jun-07 16:16
AnhTin25-Jun-07 16:16 
AnswerRe: Problem with userControl Pin
Chetan Ranpariya25-Jun-07 22:02
Chetan Ranpariya25-Jun-07 22:02 
QuestionCheckbox is checked or not? Pin
Abubakarsb24-Jun-07 23:55
Abubakarsb24-Jun-07 23:55 
AnswerRe: Checkbox is checked or not? Pin
Tarik Guney25-Jun-07 0:59
Tarik Guney25-Jun-07 0:59 
GeneralRe: Checkbox is checked or not? Pin
Abubakarsb25-Jun-07 1:54
Abubakarsb25-Jun-07 1:54 
GeneralRe: Checkbox is checked or not? Pin
Abubakarsb25-Jun-07 2:19
Abubakarsb25-Jun-07 2:19 
GeneralRe: Checkbox is checked or not? Pin
Abubakarsb25-Jun-07 2:29
Abubakarsb25-Jun-07 2:29 
AnswerRe: TO PUT LOGIC IN SIGN OUT LINK Pin
Zafar Iqbal24-Jun-07 23:40
Zafar Iqbal24-Jun-07 23:40 
AnswerRe: TO PUT LOGIC IN SIGN OUT LINK Pin
Christian Graus24-Jun-07 23:42
protectorChristian Graus24-Jun-07 23:42 
QuestionDisplaying Image To Web Page Pin
Ajeet mittal24-Jun-07 23:39
Ajeet mittal24-Jun-07 23:39 
AnswerRe: Displaying Image To Web Page Pin
Zafar Iqbal24-Jun-07 23:47
Zafar Iqbal24-Jun-07 23:47 
Questioni Pin
fmlove24-Jun-07 23:07
fmlove24-Jun-07 23:07 
AnswerRe: i Pin
Sylvester george24-Jun-07 23:20
Sylvester george24-Jun-07 23:20 
GeneralRe: i Pin
fmlove24-Jun-07 23:50
fmlove24-Jun-07 23:50 
AnswerRe: i Pin
badgrs24-Jun-07 23:22
badgrs24-Jun-07 23:22 
GeneralRe: i Pin
fmlove24-Jun-07 23:51
fmlove24-Jun-07 23:51 
AnswerRe: i Pin
Vasudevan Deepak Kumar24-Jun-07 23:22
Vasudevan Deepak Kumar24-Jun-07 23:22 

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.