Click here to Skip to main content
15,909,437 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
keyur satyadev24-Mar-10 1:43
keyur satyadev24-Mar-10 1:43 
GeneralRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
Amit Spadez24-Mar-10 18:43
professionalAmit Spadez24-Mar-10 18:43 
GeneralRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
keyur satyadev24-Mar-10 19:13
keyur satyadev24-Mar-10 19:13 
AnswerRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
Amar Chaudhary24-Mar-10 9:47
Amar Chaudhary24-Mar-10 9:47 
GeneralRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
Amit Spadez24-Mar-10 18:45
professionalAmit Spadez24-Mar-10 18:45 
GeneralRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
Amar Chaudhary24-Mar-10 23:02
Amar Chaudhary24-Mar-10 23:02 
GeneralRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
Amit Spadez24-Mar-10 23:08
professionalAmit Spadez24-Mar-10 23:08 
GeneralRe: problem in tranfer the value of one gridView cell into another gridview textbox Pin
Amar Chaudhary25-Mar-10 0:50
Amar Chaudhary25-Mar-10 0:50 
vinci007 wrote:
TextBox tb = (TextBox)GrdOptions.Rows[0].Cells[1].FindControl("txtText");

vs

vinci007 wrote:
(GrdOptions.Rows[0].FindControl("txtText") as TextBox)


Doesn't have much difference
index out of range!! might have many reasons behind it.
1. your grid GrdOptions is not binded at all.
2. the data source is empty.

Please provide more detail what do you want to accomplish - adding some more formatted code will help too.
It is Good to be Important but!
it is more Important to be Good

QuestionASP.NET v2 Compile Error 128 Pin
Mehdi Ghiasi24-Mar-10 0:56
Mehdi Ghiasi24-Mar-10 0:56 
AnswerRe: ASP.NET v2 Compile Error 128 Pin
Manas Bhardwaj24-Mar-10 1:02
professionalManas Bhardwaj24-Mar-10 1:02 
QuestionRe: ASP.NET v2 Compile Error 128 Pin
Mehdi Ghiasi24-Mar-10 1:47
Mehdi Ghiasi24-Mar-10 1:47 
AnswerRe: ASP.NET v2 Compile Error 128 Pin
Manas Bhardwaj24-Mar-10 2:31
professionalManas Bhardwaj24-Mar-10 2:31 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Mehdi Ghiasi24-Mar-10 2:51
Mehdi Ghiasi24-Mar-10 2:51 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Amar Chaudhary24-Mar-10 9:50
Amar Chaudhary24-Mar-10 9:50 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Mehdi Ghiasi25-Mar-10 1:26
Mehdi Ghiasi25-Mar-10 1:26 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Amar Chaudhary25-Mar-10 2:50
Amar Chaudhary25-Mar-10 2:50 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Mehdi Ghiasi25-Mar-10 2:53
Mehdi Ghiasi25-Mar-10 2:53 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Amar Chaudhary25-Mar-10 3:17
Amar Chaudhary25-Mar-10 3:17 
QuestionBLTOOLKIT VS NHIBERNATE which is best? Pin
Nitin S24-Mar-10 0:33
professionalNitin S24-Mar-10 0:33 
QuestionDotnetnuke Problem Pin
astrovirgin24-Mar-10 0:14
astrovirgin24-Mar-10 0:14 
QuestionResolution Problem Pin
padmanabhan N23-Mar-10 23:03
padmanabhan N23-Mar-10 23:03 
AnswerRe: Resolution Problem Pin
PSK_23-Mar-10 23:13
PSK_23-Mar-10 23:13 
AnswerRe: Resolution Problem Pin
The Man from U.N.C.L.E.23-Mar-10 23:38
The Man from U.N.C.L.E.23-Mar-10 23:38 
AnswerRe: Resolution Problem Pin
shiva.jayaraman24-Mar-10 1:32
shiva.jayaraman24-Mar-10 1:32 
GeneralRe: Resolution Problem Pin
Brij24-Mar-10 1:57
mentorBrij24-Mar-10 1:57 

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.