Click here to Skip to main content
15,910,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionJavascript is making my hair fall out Pin
gantww21-Jul-06 5:14
gantww21-Jul-06 5:14 
GeneralRe: Javascript is making my hair fall out Pin
User 171649221-Jul-06 8:30
professionalUser 171649221-Jul-06 8:30 
GeneralRe: Javascript is making my hair fall out Pin
gantww21-Jul-06 8:43
gantww21-Jul-06 8:43 
QuestionEmpty text box - want to save as a null value Pin
widget121-Jul-06 4:47
widget121-Jul-06 4:47 
AnswerRe: Empty text box - want to save as a null value Pin
Grapes-R-Fun21-Jul-06 14:52
Grapes-R-Fun21-Jul-06 14:52 
QuestionHelp catch speeling errors in code..... Pin
Are Jay21-Jul-06 4:27
Are Jay21-Jul-06 4:27 
AnswerRe: Help catch speeling errors in code..... Pin
Grapes-R-Fun21-Jul-06 14:59
Grapes-R-Fun21-Jul-06 14:59 
GeneralRe: Help catch speeling errors in code..... Pin
Are Jay24-Jul-06 4:10
Are Jay24-Jul-06 4:10 
QuestionHome my Web-Appl is ok, and through Inet - fails. Help, please! Pin
HilSoft21-Jul-06 4:23
HilSoft21-Jul-06 4:23 
QuestionHaving problem with "Unable to Load DLL" error Pin
Sayed Muhammad Imran21-Jul-06 3:19
Sayed Muhammad Imran21-Jul-06 3:19 
AnswerRe: Having problem with "Unable to Load DLL" error Pin
mnaveed21-Jul-06 4:19
mnaveed21-Jul-06 4:19 
QuestionHow to block a malicous user? Pin
Barry Etter21-Jul-06 3:19
Barry Etter21-Jul-06 3:19 
AnswerRe: How to block a malicous user? Pin
mnaveed21-Jul-06 4:06
mnaveed21-Jul-06 4:06 
GeneralRe: How to block a malicous user? Pin
Grapes-R-Fun21-Jul-06 15:03
Grapes-R-Fun21-Jul-06 15:03 
AnswerRe: How to block a malicous user? Pin
minhpc_bk21-Jul-06 17:12
minhpc_bk21-Jul-06 17:12 
AnswerRe: How to block a malicous user? Pin
Jeremy Falcon26-Jul-06 14:53
professionalJeremy Falcon26-Jul-06 14:53 
QuestionRetrieving the Cell value Pin
VenkataRamana.Gali21-Jul-06 2:45
VenkataRamana.Gali21-Jul-06 2:45 
AnswerRe: Retrieving the Cell value Pin
mnaveed21-Jul-06 2:50
mnaveed21-Jul-06 2:50 
GeneralRe: Retrieving the Cell value Pin
VenkataRamana.Gali21-Jul-06 2:54
VenkataRamana.Gali21-Jul-06 2:54 
GeneralRe: Retrieving the Cell value Pin
mnaveed21-Jul-06 3:08
mnaveed21-Jul-06 3:08 
AnswerRe: Retrieving the Cell value Pin
Frank Kerrigan21-Jul-06 2:51
Frank Kerrigan21-Jul-06 2:51 
It looks like you are getting ALL the info for each row in the datagrid. This will overwrite string temp with the last row, which is the footer of the datagrid and therefore it will be blank.


You could test the checkbox in the forloop looking for the checkbox enabled

or / and

Have a string array and copy the cell information into the array

or

Use ItemDataBound on the row you wish to select to store the data.




Look where you want to go not where you don't want to crash.

Bikers Bible

GeneralRe: Retrieving the Cell value *********** Pin
VenkataRamana.Gali21-Jul-06 3:04
VenkataRamana.Gali21-Jul-06 3:04 
AnswerRe: Retrieving the Cell value Pin
minhpc_bk21-Jul-06 17:04
minhpc_bk21-Jul-06 17:04 
GeneralRe: Retrieving the Cell value ******** Pin
VenkataRamana.Gali21-Jul-06 20:56
VenkataRamana.Gali21-Jul-06 20:56 
GeneralRe: Retrieving the Cell value ******** Pin
minhpc_bk22-Jul-06 2:45
minhpc_bk22-Jul-06 2:45 

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.