Click here to Skip to main content
15,905,614 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: retrieve the cell value from the gridview but it returns null Pin
N a v a n e e t h29-Jun-08 21:02
N a v a n e e t h29-Jun-08 21:02 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
kimo code29-Jun-08 21:41
kimo code29-Jun-08 21:41 
AnswerRe: retrieve the cell value from the gridview but it returns null Pin
Bharani_Ram29-Jun-08 21:51
Bharani_Ram29-Jun-08 21:51 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
kimo code29-Jun-08 21:55
kimo code29-Jun-08 21:55 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
kimo code29-Jun-08 22:01
kimo code29-Jun-08 22:01 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
Bharani_Ram29-Jun-08 22:07
Bharani_Ram29-Jun-08 22:07 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
Christian Graus29-Jun-08 22:31
protectorChristian Graus29-Jun-08 22:31 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
kimo code29-Jun-08 22:39
kimo code29-Jun-08 22:39 
I know i spend more time in this problem and i dont know where is the error
here is my code again
the cell value return null again where is the problem
protected void grdSparepart_RowDeleting(object sender, GridViewDeleteEventArgs e)
{
//my problem here the string be null WHY???????????
Cry | :(( string spareid = grdSparepart.Rows[e.RowIndex].Cells[0].Text; Cry | :((
new DataAccess.Service().SparePart_Delete(spareid);
DataSet ds = (DataSet)Session["dataset"];
ds.Tables[0].Rows[e.RowIndex].Delete();
grdSparepart.DataSource = ds;
grdSparepart.DataBind();
lblmsg.Text = "delete ok ";
lblmsg.Visible = true;
}

Kareem Elhosseny

AnswerRe: retrieve the cell value from the gridview but it returns null Pin
Herman<T>.Instance30-Jun-08 21:53
Herman<T>.Instance30-Jun-08 21:53 
Questionimg src Pin
brettokumar29-Jun-08 20:22
professionalbrettokumar29-Jun-08 20:22 
AnswerRe: img src Pin
Arindam Tewary29-Jun-08 20:24
professionalArindam Tewary29-Jun-08 20:24 
GeneralRe: img src Pin
brettokumar29-Jun-08 21:00
professionalbrettokumar29-Jun-08 21:00 
GeneralRe: img src Pin
Christian Graus29-Jun-08 21:09
protectorChristian Graus29-Jun-08 21:09 
GeneralRe: img src Pin
N a v a n e e t h29-Jun-08 21:10
N a v a n e e t h29-Jun-08 21:10 
AnswerRe: img src Pin
Christian Graus29-Jun-08 20:26
protectorChristian Graus29-Jun-08 20:26 
GeneralRe: img src Pin
brettokumar29-Jun-08 23:33
professionalbrettokumar29-Jun-08 23:33 
QuestionWebSit in Multi Language Pin
vishalrastogi1129-Jun-08 20:10
vishalrastogi1129-Jun-08 20:10 
AnswerRe: WebSit in Multi Language Pin
Christian Graus29-Jun-08 20:23
protectorChristian Graus29-Jun-08 20:23 
Questionborder in gridview row is not visible in IE Pin
ashok@techxygen29-Jun-08 19:48
ashok@techxygen29-Jun-08 19:48 
AnswerRe: border in gridview row is not visible in IE Pin
Rasma Raj29-Jun-08 20:17
Rasma Raj29-Jun-08 20:17 
GeneralRe: border in gridview row is not visible in IE Pin
ashok@techxygen29-Jun-08 23:17
ashok@techxygen29-Jun-08 23:17 
AnswerRe: border in gridview row is not visible in IE Pin
saeid mohammad hashem12-Jul-10 0:58
saeid mohammad hashem12-Jul-10 0:58 
QuestionHow I can impliment virus scanning for Attachment ? Pin
Masood Kochi,SSF29-Jun-08 19:24
Masood Kochi,SSF29-Jun-08 19:24 
AnswerRe: How I can impliment virus scanning for Attachment ? Pin
Christian Graus29-Jun-08 19:45
protectorChristian Graus29-Jun-08 19:45 
GeneralRe: How I can impliment virus scanning for Attachment ? Pin
Masood Kochi,SSF29-Jun-08 19:59
Masood Kochi,SSF29-Jun-08 19:59 

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.