Click here to Skip to main content
15,910,277 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Help need in gridview Pin
Elayaraja Sambasivam13-Nov-08 1:45
Elayaraja Sambasivam13-Nov-08 1:45 
Questionhow to develop website without using update panels using ajax. Pin
ashok@techxygen12-Nov-08 18:13
ashok@techxygen12-Nov-08 18:13 
AnswerRe: how to develop website without using update panels using ajax. Pin
Brij12-Nov-08 18:39
mentorBrij12-Nov-08 18:39 
GeneralRe: how to develop website without using update panels using ajax. Pin
ashok@techxygen12-Nov-08 19:47
ashok@techxygen12-Nov-08 19:47 
GeneralRe: how to develop website without using update panels using ajax. Pin
Brij12-Nov-08 20:22
mentorBrij12-Nov-08 20:22 
QuestionSoap Error Pin
SNI12-Nov-08 18:08
SNI12-Nov-08 18:08 
QuestionHow to do Silent Remote Instalation in >net ? Pin
subrat4all12-Nov-08 17:41
subrat4all12-Nov-08 17:41 
AnswerRe: How to do Silent Remote Instalation in >net ? Pin
Padmanabh Ganorkar12-Nov-08 23:13
Padmanabh Ganorkar12-Nov-08 23:13 
Questionaddressing a GridView column Pin
Member 294507912-Nov-08 14:03
Member 294507912-Nov-08 14:03 
AnswerRe: addressing a GridView column Pin
Sam.M12-Nov-08 17:44
Sam.M12-Nov-08 17:44 
GeneralRe: addressing a GridView column Pin
Member 294507912-Nov-08 19:12
Member 294507912-Nov-08 19:12 
GeneralRe: addressing a GridView column Pin
Sam.M12-Nov-08 19:40
Sam.M12-Nov-08 19:40 
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 

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.