954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

QueryString errr: Object reference not set to an instance of an object

Hello everybody,

I want to transfer gridview cells values from one page to another. Here I used query string but to shock its working for some fields and for other fields(gridview cell values) its not working.

The page which has gridview I used this syntax:

Public ReadOnly Property email() As String
Get
Return GridView1.SelectedRow.Cells(3).Text
End Get
End Property

The page where i want to use those values I used this syntax

lblemail.Text = Request.QueryString("email").ToString

Error: Object reference not set to an instance of an object

Thanks for your help..

mirzamujib
Newbie Poster
13 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 

hi..

this error can be caused when u attempt to hold some data and insert into table or to next page .. when u catch that exception debug it in run time and find which control is empty or null and work for that particular cell or column control ..

hope this would help you..

kamilacbe
Junior Poster in Training
77 posts since Jun 2010
Reputation Points: 10
Solved Threads: 10
 

hi..

this error can be caused when u attempt to hold some data and insert into table or to next page .. when u catch that exception debug it in run time and find which control is empty or null and work for that particular cell or column control ..

hope this would help you..

yeah its from null or empty value, but my gridview cells has values. Why i'm gettin this error.

thanks ...

mirzamujib
Newbie Poster
13 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 

hi..

can you explain more about your task..are you selecting a full row from gridview ?

kamilacbe
Junior Poster in Training
77 posts since Jun 2010
Reputation Points: 10
Solved Threads: 10
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: