Click here to Skip to main content
16,004,944 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to save datagrid values in the database. Pin
SeMartens19-Jan-09 0:08
SeMartens19-Jan-09 0:08 
AnswerRe: How to save datagrid values in the database. Pin
Reza Raad19-Jan-09 0:30
Reza Raad19-Jan-09 0:30 
GeneralRe: How to save datagrid values in the database. Pin
jaraldumary19-Jan-09 0:49
jaraldumary19-Jan-09 0:49 
AnswerRe: How to save datagrid values in the database. Pin
Reza Raad19-Jan-09 9:14
Reza Raad19-Jan-09 9:14 
Questiondiff. betn selection methods for XML [modified] Pin
Member 398136618-Jan-09 20:25
Member 398136618-Jan-09 20:25 
AnswerRe: diff. betn selection methods for XML Pin
N a v a n e e t h18-Jan-09 21:09
N a v a n e e t h18-Jan-09 21:09 
Questiondatagrid problem! Pin
RajpootRohan18-Jan-09 20:09
professionalRajpootRohan18-Jan-09 20:09 
AnswerRe: datagrid problem! Pin
Aman Bhullar18-Jan-09 20:38
Aman Bhullar18-Jan-09 20:38 
sneha Choudhary wrote:
dt = (DataTable)Session["data"];
DataGrid2.DataSource = dt;
DataGrid2.DataBind();



Problem is in above code.
You are rebinding DataGrid before fetching new values from textbox. This will over write all the previously entered text.

Try moving this code after you have read value from textbox
AnswerRe: datagrid problem! Pin
_AK_18-Jan-09 21:53
_AK_18-Jan-09 21:53 
AnswerRe: datagrid problem! Pin
N a v a n e e t h18-Jan-09 22:16
N a v a n e e t h18-Jan-09 22:16 
GeneralRe: datagrid problem! Pin
RajpootRohan18-Jan-09 22:53
professionalRajpootRohan18-Jan-09 22:53 
Questionindicator to show online or offline Pin
meghamaharshi18-Jan-09 19:45
meghamaharshi18-Jan-09 19:45 
AnswerRe: indicator to show online or offline Pin
Abhijit Jana18-Jan-09 20:05
professionalAbhijit Jana18-Jan-09 20:05 
GeneralRe: indicator to show online or offline Pin
meghamaharshi18-Jan-09 20:37
meghamaharshi18-Jan-09 20:37 
GeneralRe: indicator to show online or offline Pin
_AK_18-Jan-09 22:03
_AK_18-Jan-09 22:03 
GeneralRe: indicator to show online or offline Pin
meghamaharshi18-Jan-09 22:19
meghamaharshi18-Jan-09 22:19 
AnswerRe: indicator to show online or offline Pin
Abhishek Sur18-Jan-09 20:40
professionalAbhishek Sur18-Jan-09 20:40 
GeneralRe: indicator to show online or offline Pin
meghamaharshi18-Jan-09 20:44
meghamaharshi18-Jan-09 20:44 
AnswerRe: indicator to show online or offline Pin
Christian Graus19-Jan-09 2:08
protectorChristian Graus19-Jan-09 2:08 
GeneralRe: indicator to show online or offline Pin
Abhishek Sur19-Jan-09 20:11
professionalAbhishek Sur19-Jan-09 20:11 
QuestionDirectory Path in webserver Pin
C#Coudou18-Jan-09 19:09
C#Coudou18-Jan-09 19:09 
AnswerRe: Directory Path in webserver Pin
Reza Raad18-Jan-09 20:17
Reza Raad18-Jan-09 20:17 
GeneralRe: Directory Path in webserver [modified] Pin
C#Coudou18-Jan-09 20:20
C#Coudou18-Jan-09 20:20 
GeneralRe: Directory Path in webserver Pin
Reza Raad18-Jan-09 23:20
Reza Raad18-Jan-09 23:20 
Questionsubreport object Pin
bhaumikdv18-Jan-09 19:04
bhaumikdv18-Jan-09 19:04 

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.