Click here to Skip to main content
15,919,613 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to combine two applications in one application Pin
wk63310-Aug-07 6:15
wk63310-Aug-07 6:15 
QuestionTotal string length Pin
VK-Cadec26-Jul-07 5:06
VK-Cadec26-Jul-07 5:06 
AnswerRe: Total string length Pin
kubben26-Jul-07 5:37
kubben26-Jul-07 5:37 
Questiongetting dynamically created control's value as null Pin
imranafsari26-Jul-07 5:05
imranafsari26-Jul-07 5:05 
AnswerRe: getting dynamically created control's value as null Pin
Tarakeshwar Reddy26-Jul-07 5:15
professionalTarakeshwar Reddy26-Jul-07 5:15 
GeneralRe: getting dynamically created control's value as null Pin
imranafsari26-Jul-07 5:35
imranafsari26-Jul-07 5:35 
GeneralRe: getting dynamically created control's value as null Pin
Tarakeshwar Reddy26-Jul-07 6:03
professionalTarakeshwar Reddy26-Jul-07 6:03 
AnswerRe: getting dynamically created control's value as null Pin
wk63326-Jul-07 5:34
wk63326-Jul-07 5:34 
You may need to call createcontrols() from Init rather than OnLoad. The problem is that on postback, the values in your checkboxes are saved in viewstate, which gets applied between Init and Load. If you wait until Load to create your controls, the viewstate won't be applied to them, and they'll lose their values.
GeneralRe: getting dynamically created control's value as null Pin
imranafsari26-Jul-07 5:42
imranafsari26-Jul-07 5:42 
GeneralRe: getting dynamically created control's value as null Pin
wk63326-Jul-07 5:56
wk63326-Jul-07 5:56 
QuestionResponse.Redirect Pin
Civic0626-Jul-07 4:33
Civic0626-Jul-07 4:33 
AnswerRe: Response.Redirect Pin
Blue_Boy26-Jul-07 4:42
Blue_Boy26-Jul-07 4:42 
QuestionProblem getting information from a database. [modified] Pin
Muntyness26-Jul-07 4:03
Muntyness26-Jul-07 4:03 
AnswerRe: Problem getting information from a database. Pin
Blue_Boy26-Jul-07 4:08
Blue_Boy26-Jul-07 4:08 
GeneralProblem fixed Pin
Muntyness26-Jul-07 4:20
Muntyness26-Jul-07 4:20 
AnswerRe: Problem getting information from a database. Pin
Paddy Boyd26-Jul-07 4:27
Paddy Boyd26-Jul-07 4:27 
QuestionForms Auth & SSO Pin
Ridge Howison26-Jul-07 3:52
Ridge Howison26-Jul-07 3:52 
QuestionCodes of paramaters of Crystal Report in C # ? Pin
Fabu197126-Jul-07 3:32
Fabu197126-Jul-07 3:32 
AnswerRe: Codes of paramaters of Crystal Report in C # ? Pin
Blue_Boy26-Jul-07 4:00
Blue_Boy26-Jul-07 4:00 
Questionproblems with office components Pin
johno196726-Jul-07 3:30
johno196726-Jul-07 3:30 
QuestionThird party authentication [modified] Pin
Abhishek Joshi26-Jul-07 3:29
Abhishek Joshi26-Jul-07 3:29 
QuestionHow to rename a folder using asp.net Pin
Khan.Bangash26-Jul-07 2:08
Khan.Bangash26-Jul-07 2:08 
AnswerRe: How to rename a folder using asp.net Pin
Guffa26-Jul-07 2:28
Guffa26-Jul-07 2:28 
AnswerRe: How to rename a folder using asp.net Pin
Sandeep Kumar26-Jul-07 2:31
Sandeep Kumar26-Jul-07 2:31 
AnswerRe: How to rename a folder using asp.net Pin
Imran Khan Pathan26-Jul-07 2:52
Imran Khan Pathan26-Jul-07 2:52 

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.