Click here to Skip to main content
15,889,116 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionwhat is the need for synchronizing a class? Pin
Subin Alex1-Feb-09 18:59
Subin Alex1-Feb-09 18:59 
AnswerRe: what is the need for synchronizing a class? Pin
Christian Graus1-Feb-09 20:26
protectorChristian Graus1-Feb-09 20:26 
QuestionError:System.IO.FileNotFoundException Pin
kishorg11-Feb-09 18:54
kishorg11-Feb-09 18:54 
AnswerRe: Error:System.IO.FileNotFoundException Pin
Spunky Coder1-Feb-09 19:13
Spunky Coder1-Feb-09 19:13 
GeneralRe: Error:System.IO.FileNotFoundException Pin
kishorg11-Feb-09 19:16
kishorg11-Feb-09 19:16 
QuestionAdding Textbox dynamically when the value of Drop down list changes Pin
fasttoshiba1-Feb-09 12:15
fasttoshiba1-Feb-09 12:15 
AnswerRe: Adding Textbox dynamically when the value of Drop down list changes Pin
vaghelabhavesh1-Feb-09 12:39
vaghelabhavesh1-Feb-09 12:39 
GeneralRe: Adding Textbox dynamically when the value of Drop down list changes Pin
N a v a n e e t h1-Feb-09 13:23
N a v a n e e t h1-Feb-09 13:23 
That approach will generate the texboxes, but since it is created after viewstate events, ASP.NET will not maintain viewstate for it. Thus the values entered in the texboxes will not be persisted across postback.

Smile | :)


GeneralRe: Adding Textbox dynamically when the value of Drop down list changes Pin
vaghelabhavesh1-Feb-09 13:26
vaghelabhavesh1-Feb-09 13:26 
GeneralRe: Adding Textbox dynamically when the value of Drop down list changes Pin
N a v a n e e t h1-Feb-09 13:31
N a v a n e e t h1-Feb-09 13:31 
GeneralRe: Adding Textbox dynamically when the value of Drop down list changes Pin
Sundar_R1-Feb-09 17:25
Sundar_R1-Feb-09 17:25 
GeneralRe: Adding Textbox dynamically when the value of Drop down list changes Pin
Abhijit Jana1-Feb-09 17:51
professionalAbhijit Jana1-Feb-09 17:51 
AnswerRe: Adding Textbox dynamically when the value of Drop down list changes Pin
N a v a n e e t h1-Feb-09 13:20
N a v a n e e t h1-Feb-09 13:20 
GeneralRe: Adding Textbox dynamically when the value of Drop down list changes Pin
fasttoshiba1-Feb-09 14:22
fasttoshiba1-Feb-09 14:22 
GeneralRe: Adding Textbox dynamically when the value of Drop down list changes Pin
N a v a n e e t h1-Feb-09 14:26
N a v a n e e t h1-Feb-09 14:26 
QuestionHow do you pass values to a datasource Pin
AndyASPVB1-Feb-09 10:39
AndyASPVB1-Feb-09 10:39 
AnswerRe: How do you pass values to a datasource Pin
sana171-Feb-09 22:20
sana171-Feb-09 22:20 
GeneralRe: How do you pass values to a datasource Pin
AndyASPVB2-Feb-09 7:55
AndyASPVB2-Feb-09 7:55 
GeneralRe: How do you pass values to a datasource Pin
sana173-Feb-09 1:06
sana173-Feb-09 1:06 
GeneralRe: How do you pass values to a datasource Pin
AndyASPVB3-Feb-09 8:51
AndyASPVB3-Feb-09 8:51 
GeneralRe: How do you pass values to a datasource Pin
sana174-Feb-09 1:34
sana174-Feb-09 1:34 
QuestionHow do you add childnodes to a treeview? Pin
AndyASPVB1-Feb-09 10:35
AndyASPVB1-Feb-09 10:35 
QuestionImage not been displayed from SQL Pin
Anita_Kamat_inds1-Feb-09 4:38
Anita_Kamat_inds1-Feb-09 4:38 
AnswerRe: Image not been displayed from SQL Pin
Colin Angus Mackay1-Feb-09 12:43
Colin Angus Mackay1-Feb-09 12:43 
GeneralRe: Image not been displayed from SQL Pin
vaghelabhavesh1-Feb-09 13:02
vaghelabhavesh1-Feb-09 13:02 

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.