Click here to Skip to main content
15,894,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPage unload event Pin
Dushan12312-Nov-08 13:52
Dushan12312-Nov-08 13:52 
AnswerRe: Page unload event Pin
N a v a n e e t h12-Nov-08 16:47
N a v a n e e t h12-Nov-08 16:47 
Questionpage level variable Pin
Dushan12312-Nov-08 13:49
Dushan12312-Nov-08 13:49 
AnswerRe: page level variable Pin
N a v a n e e t h12-Nov-08 16:48
N a v a n e e t h12-Nov-08 16:48 
AnswerRe: page level variable Pin
Brij12-Nov-08 18:12
mentorBrij12-Nov-08 18:12 
AnswerRe: page level variable Pin
Guffa12-Nov-08 22:23
Guffa12-Nov-08 22:23 
Questionpage events - please help Pin
BdvPetrov12-Nov-08 11:18
BdvPetrov12-Nov-08 11:18 
AnswerRe: page events - please help Pin
N a v a n e e t h12-Nov-08 16:52
N a v a n e e t h12-Nov-08 16:52 
ASP.NET won't maintain viewstate for dynamically created controls. Dynamic controls has to be created on each request. Best place to create dynamic controls is OnInit method.

Alternatively, you can put the textbox in a template column in a gridview/datagrid. When the button is clicked, add a new row to the gridview's datasource and rebind the grid. So the newly added row will have the texbox and it's details will be kept in viewstate by ASP.NET along with the parent control (gridview).


Questiondetailsview does not update Pin
hassanmohamed12-Nov-08 9:55
hassanmohamed12-Nov-08 9:55 
QuestionSession Code Pin
bsse12-Nov-08 8:33
bsse12-Nov-08 8:33 
AnswerRe: Session Code Pin
Paul Conrad12-Nov-08 11:22
professionalPaul Conrad12-Nov-08 11:22 
AnswerRe: Session Code Pin
N a v a n e e t h12-Nov-08 16:58
N a v a n e e t h12-Nov-08 16:58 
QuestionRegarding GridView Update Pin
dayakar_dn12-Nov-08 7:36
dayakar_dn12-Nov-08 7:36 
AnswerRe: Regarding GridView Update Pin
N a v a n e e t h12-Nov-08 16:59
N a v a n e e t h12-Nov-08 16:59 
QuestionCrystall Report Display Pin
Tomic12-Nov-08 5:30
Tomic12-Nov-08 5:30 
QuestionWeb Application Icon Pin
Tomic12-Nov-08 5:14
Tomic12-Nov-08 5:14 
AnswerRe: Web Application Icon Pin
J4amieC12-Nov-08 5:36
J4amieC12-Nov-08 5:36 
AnswerRe: Web Application Icon Pin
Perspx12-Nov-08 8:27
Perspx12-Nov-08 8:27 
QuestionOn logout prevent clicking back button to get back in Pin
dptalt12-Nov-08 4:10
dptalt12-Nov-08 4:10 
AnswerRe: On logout prevent clicking back button to get back in Pin
eyeseetee12-Nov-08 5:04
eyeseetee12-Nov-08 5:04 
GeneralRe: On logout prevent clicking back button to get back in Pin
dptalt12-Nov-08 7:06
dptalt12-Nov-08 7:06 
GeneralRe: On logout prevent clicking back button to get back in Pin
Ennis Ray Lynch, Jr.12-Nov-08 7:41
Ennis Ray Lynch, Jr.12-Nov-08 7:41 
Questionsome controls on user control do not preserve viewstate Pin
hassanmohamed12-Nov-08 3:48
hassanmohamed12-Nov-08 3:48 
QuestionDCOM Settings for Word application in asp.net Pin
Member 380080912-Nov-08 3:03
Member 380080912-Nov-08 3:03 
QuestionRemoving a project reference from the website's bin folder Pin
Brendan Vogt12-Nov-08 2:45
Brendan Vogt12-Nov-08 2:45 

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.