|
-
May 21st, 2012, 03:37 PM
#1
Thread Starter
New Member
Error: Does not exist in current context C#
Hey guys, I have an issue with C# I am trying to set a detailsview with dataset info like:
DetailsView1.DataSource = ds123;
DetailsView1.DataBind();
It is from inside a Gridview SelectedIndexChanged event handler, but it is giving me an error message "DetailsView1 does not exist in current context.
How do I fix this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|