Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~82 People Reached
About Me

i am hardworking

Interests
Programming in ASP.Net and C#
PC Specs
medium
Favorite Forums
Member Avatar for armaandani

i have a gridview . i am asking that i would select a specific cell in a specific row. i am using the underlying method but its not working please help. protected void GridView1_RowUpdated(object sender, GridViewUpdatedEventArgs e) { String PrjName = GridView1.SelectedRow.Cells[6].Text; Message.Text = "value is" + PrjName; } please …

Member Avatar for ddanbe
0
82