Click here to Skip to main content
15,890,690 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: selectedvalue in gridview dropdown Pin
arkiboys26-Jan-10 23:10
arkiboys26-Jan-10 23:10 
GeneralRe: selectedvalue in gridview dropdown Pin
Pranay Rana26-Jan-10 23:14
professionalPranay Rana26-Jan-10 23:14 
GeneralRe: selectedvalue in gridview dropdown Pin
arkiboys26-Jan-10 23:20
arkiboys26-Jan-10 23:20 
GeneralRe: selectedvalue in gridview dropdown Pin
Pranay Rana26-Jan-10 23:28
professionalPranay Rana26-Jan-10 23:28 
GeneralRe: selectedvalue in gridview dropdown Pin
arkiboys26-Jan-10 23:56
arkiboys26-Jan-10 23:56 
GeneralRe: selectedvalue in gridview dropdown Pin
arkiboys27-Jan-10 0:18
arkiboys27-Jan-10 0:18 
GeneralRe: selectedvalue in gridview dropdown Pin
arkiboys27-Jan-10 21:44
arkiboys27-Jan-10 21:44 
QuestionGridView Pin
arkiboys26-Jan-10 4:50
arkiboys26-Jan-10 4:50 
Hi,
I am unable to retrieve the cell value of the selected row.
The column is set to readonly=true and visible=false

In the grid_rowupdating event

This should be referring to the 2nd coluomn in the grid.
string strValue = ((TextBox)grid.Rows[e.RowIndex].Cells[1].Controls[0]).Text;

The error is:
Specified argument was out of the range of valid values.
Parameter name: index

Any thoughts please?
Thanks
AnswerRe: GridView Pin
Not Active26-Jan-10 5:22
mentorNot Active26-Jan-10 5:22 
GeneralRe: GridView Pin
arkiboys26-Jan-10 10:07
arkiboys26-Jan-10 10:07 
Questiondropdowncontrol in Gridview asp.net 3.5 [modified] Pin
arkiboys26-Jan-10 3:32
arkiboys26-Jan-10 3:32 
AnswerRe: dropdowncontrol in Gridview asp.net 3.5 Pin
arkiboys26-Jan-10 5:09
arkiboys26-Jan-10 5:09 
Questionwebsite template Pin
AndyInUK26-Jan-10 2:05
AndyInUK26-Jan-10 2:05 
AnswerRe: website template Pin
Not Active26-Jan-10 5:19
mentorNot Active26-Jan-10 5:19 
AnswerRe: website template Pin
Matt Cavanagh26-Jan-10 6:47
Matt Cavanagh26-Jan-10 6:47 
QuestionPrint Crystal Report in Landscape Pin
Member 236481426-Jan-10 0:20
Member 236481426-Jan-10 0:20 
AnswerRe: Print Crystal Report in Landscape Pin
japss8-Feb-10 11:11
japss8-Feb-10 11:11 
QuestionIs it free to use Google API for purposes like it's used in codeproject web site - Job Board Pin
Lyubomir Rumenov Velchev26-Jan-10 0:02
Lyubomir Rumenov Velchev26-Jan-10 0:02 
AnswerRe: Is it free to use Google API for purposes like it's used in codeproject web site - Job Board Pin
Matt Cavanagh26-Jan-10 3:30
Matt Cavanagh26-Jan-10 3:30 
AnswerRe: Is it free to use Google API for purposes like it's used in codeproject web site - Job Board Pin
Lyubomir Rumenov Velchev27-Jan-10 0:26
Lyubomir Rumenov Velchev27-Jan-10 0:26 
GeneralRe: Is it free to use Google API for purposes like it's used in codeproject web site - Job Board Pin
Lyubomir Rumenov Velchev27-Jan-10 0:27
Lyubomir Rumenov Velchev27-Jan-10 0:27 
QuestionGridView not Display Name [modified] Pin
lrsalunkhe25-Jan-10 23:24
lrsalunkhe25-Jan-10 23:24 
AnswerRe: GridView not Display Name Pin
Pranay Rana26-Jan-10 1:02
professionalPranay Rana26-Jan-10 1:02 
GeneralRe: GridView not Display Name Pin
lrsalunkhe26-Jan-10 1:16
lrsalunkhe26-Jan-10 1:16 
QuestionASP PageMethod not working :-/ Pin
Matt Cavanagh25-Jan-10 23:08
Matt Cavanagh25-Jan-10 23:08 

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.