Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to create dynamic hyperlinkfield in gridview Pin
sanjeev_150116-Jun-08 20:29
sanjeev_150116-Jun-08 20:29 
AnswerRe: how to create dynamic hyperlinkfield in gridview Pin
Imran Khan Pathan16-Jun-08 21:43
Imran Khan Pathan16-Jun-08 21:43 
Questionadd crystal mearge module in installshield x express Pin
Rinki Mukheraji16-Jun-08 19:36
Rinki Mukheraji16-Jun-08 19:36 
QuestionHiding Query string Pin
venkat86_ece16-Jun-08 17:53
venkat86_ece16-Jun-08 17:53 
AnswerRe: Hiding Query string Pin
Gayani Devapriya16-Jun-08 18:44
Gayani Devapriya16-Jun-08 18:44 
Questionplease solve this webservice problem Pin
Shaik Haneef16-Jun-08 17:09
Shaik Haneef16-Jun-08 17:09 
QuestionGridView to DetailsView (on a different page), passing of variable Pin
Desmond Lim16-Jun-08 16:28
Desmond Lim16-Jun-08 16:28 
AnswerRe: GridView to DetailsView (on a different page), passing of variable Pin
Venkatesh Mookkan16-Jun-08 17:49
Venkatesh Mookkan16-Jun-08 17:49 
Desmond Lim wrote:
Session["ID"] = GridView1.Rows[0].ToString();


Its seems like you are not getting values from any of the cells in the GridView. Mostly your Session object would have the text of the data type of GridViewRow like "System.Web....GridViewRow".

try like,

Session["ID"] = GridView1.Rows[0].Cell[cellIndex].Text;


or

Session["ID"] = Convert.ToInt32(GridView1.Rows[0].Cell[cellIndex].Text);


where cellIndex is the index of the gridview's column


[Venkatesh Mookkan]
My: Website | Yahoo Group | Blog Spot

GeneralRe: GridView to DetailsView (on a different page), passing of variable Pin
Desmond Lim16-Jun-08 19:51
Desmond Lim16-Jun-08 19:51 
QuestionControl to show Visual Difference between 2 blocks of Text like Word Compare Pin
Member 77672016-Jun-08 11:05
Member 77672016-Jun-08 11:05 
AnswerRe: Control to show Visual Difference between 2 blocks of Text like Word Compare Pin
Christian Graus16-Jun-08 11:36
protectorChristian Graus16-Jun-08 11:36 
QuestionAuto website backup Pin
dptalt16-Jun-08 9:23
dptalt16-Jun-08 9:23 
AnswerRe: Auto website backup Pin
Christian Graus16-Jun-08 11:37
protectorChristian Graus16-Jun-08 11:37 
AnswerRe: Auto website backup Pin
N a v a n e e t h16-Jun-08 21:31
N a v a n e e t h16-Jun-08 21:31 
QuestionCount Membership Pin
keith12316-Jun-08 8:49
keith12316-Jun-08 8:49 
AnswerRe: Count Membership Pin
Christian Graus16-Jun-08 11:39
protectorChristian Graus16-Jun-08 11:39 
GeneralRe: Count Membership Pin
keith12316-Jun-08 12:05
keith12316-Jun-08 12:05 
QuestionFillschema - Problem Pin
FerJones16-Jun-08 8:47
FerJones16-Jun-08 8:47 
Questionaccordion header style missing in IE6 Pin
For_IT16-Jun-08 6:55
For_IT16-Jun-08 6:55 
Questionscript function Pin
trilokharry16-Jun-08 4:42
trilokharry16-Jun-08 4:42 
AnswerRe: script function Pin
Parwej Ahamad16-Jun-08 5:38
professionalParwej Ahamad16-Jun-08 5:38 
AnswerRe: script function Pin
Jay Royall16-Jun-08 5:39
Jay Royall16-Jun-08 5:39 
QuestionGridview blanks cell returns &nbsp !!! Pin
kindman_nb16-Jun-08 4:25
kindman_nb16-Jun-08 4:25 
AnswerRe: Gridview blanks cell returns &nbsp !!! Pin
Parwej Ahamad16-Jun-08 5:27
professionalParwej Ahamad16-Jun-08 5:27 
GeneralRe: Gridview blanks cell returns &nbsp !!! Pin
kindman_nb16-Jun-08 5:41
kindman_nb16-Jun-08 5:41 

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.