Click here to Skip to main content
15,906,624 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Recommend Color Picker Pin
totocaster18-Jul-07 23:32
totocaster18-Jul-07 23:32 
Questionrepots in asp.net Pin
Sonia Gupta18-Jul-07 20:29
Sonia Gupta18-Jul-07 20:29 
AnswerRe: repots in asp.net Pin
Vasudevan Deepak Kumar18-Jul-07 23:03
Vasudevan Deepak Kumar18-Jul-07 23:03 
GeneralRe: repots in asp.net Pin
Sonia Gupta18-Jul-07 23:06
Sonia Gupta18-Jul-07 23:06 
GeneralRe: repots in asp.net Pin
Vasudevan Deepak Kumar18-Jul-07 23:57
Vasudevan Deepak Kumar18-Jul-07 23:57 
AnswerRe: repots in asp.net Pin
ballameharmurali18-Jul-07 23:08
ballameharmurali18-Jul-07 23:08 
QuestionGridView Problem.. Pin
DKalepu18-Jul-07 19:58
DKalepu18-Jul-07 19:58 
AnswerRe: GridView Problem.. Pin
Pallavi Bhoite18-Jul-07 20:39
Pallavi Bhoite18-Jul-07 20:39 
Hi DKalepu,

I think ,
string str = ((TextBox)dgRow.FindControl("txtPartNo")).Text.ToString();
this line your code giving you problem as you finding control but grid view is having rows of controls so it take last value and gives u ..
try to get values for perticular row .

try this ,
myGridView1.Rows[dgRow.RowIndex].FindControl("txtPartNo")).Text.ToString();

i am not sure ..try some R&D on this u will find answer


pallavi

GeneralRe: GridView Problem.. Pin
DKalepu18-Jul-07 21:02
DKalepu18-Jul-07 21:02 
AnswerRe: GridView Problem.. Pin
ballameharmurali18-Jul-07 20:43
ballameharmurali18-Jul-07 20:43 
GeneralRe: GridView Problem.. Pin
DKalepu18-Jul-07 21:11
DKalepu18-Jul-07 21:11 
GeneralRe: GridView Problem.. Pin
ballameharmurali18-Jul-07 23:29
ballameharmurali18-Jul-07 23:29 
GeneralRe: GridView Problem.. Pin
DKalepu18-Jul-07 23:41
DKalepu18-Jul-07 23:41 
AnswerRe: GridView Problem.. Pin
Pallavi Bhoite18-Jul-07 22:19
Pallavi Bhoite18-Jul-07 22:19 
GeneralRe: GridView Problem.. Pin
DKalepu19-Jul-07 2:05
DKalepu19-Jul-07 2:05 
AnswerRe: GridView Problem.. Pin
Hirdesh Shrivastava18-Jul-07 23:29
Hirdesh Shrivastava18-Jul-07 23:29 
GeneralRe: GridView Problem.. Pin
DKalepu18-Jul-07 23:40
DKalepu18-Jul-07 23:40 
GeneralRe: GridView Problem.. Pin
Hirdesh Shrivastava19-Jul-07 0:06
Hirdesh Shrivastava19-Jul-07 0:06 
GeneralRe: GridView Problem.. Pin
DKalepu19-Jul-07 2:04
DKalepu19-Jul-07 2:04 
Questionwhat is App.ico in .net? Pin
vijay_8318-Jul-07 19:47
vijay_8318-Jul-07 19:47 
AnswerRe: what is App.ico in .net? Pin
RepliCrux18-Jul-07 19:53
RepliCrux18-Jul-07 19:53 
AnswerRe: what is App.ico in .net? Pin
Mubashir Javaid18-Jul-07 20:03
Mubashir Javaid18-Jul-07 20:03 
Questiondgresult.SelectedItem.Cells(1).Text Pin
n_gchaitra18-Jul-07 19:38
n_gchaitra18-Jul-07 19:38 
QuestionRe: dgresult.SelectedItem.Cells(1).Text Pin
RepliCrux18-Jul-07 19:48
RepliCrux18-Jul-07 19:48 
AnswerRe: dgresult.SelectedItem.Cells(1).Text Pin
n_gchaitra18-Jul-07 20:00
n_gchaitra18-Jul-07 20:00 

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.