Click here to Skip to main content
15,892,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
Hello all,

in asp.net 1.1 webform, in this form one gird, having 4 columns, one column is checkbox, rest of the 3 columns are having some data.

There is a button below the grid. when selecting a checkbox from grid & clicking on the button. my code is

foreach(DataGridItem dgi in datagrid1.Items) <br />
{<br />
   string temp = dgi.Cells[2].Text <br />
}


my problem is temp string is displaying blank.

how to get the 2nd cell value?

regards
GV Ramana
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 
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 
Questionproblem in Export to Excel Pin
Jeeva Mary Varghese21-Jul-06 1:58
Jeeva Mary Varghese21-Jul-06 1:58 
AnswerRe: problem in Export to Excel Pin
minhpc_bk21-Jul-06 17:01
minhpc_bk21-Jul-06 17:01 
GeneralRe: problem in Export to Excel Pin
Jeeva Mary Varghese23-Jul-06 19:08
Jeeva Mary Varghese23-Jul-06 19:08 
QuestionHow to Compare two dates Pin
premiseenu21-Jul-06 1:53
premiseenu21-Jul-06 1:53 
AnswerRe: How to Compare two dates Pin
premiseenu21-Jul-06 1:53
premiseenu21-Jul-06 1:53 
AnswerRe: How to Compare two dates [modified] Pin
mnaveed21-Jul-06 2:27
mnaveed21-Jul-06 2:27 
AnswerRe: How to Compare two dates Pin
VenkataRamana.Gali21-Jul-06 2:50
VenkataRamana.Gali21-Jul-06 2:50 
QuestionSelectedIndexChanged event only fired the second time Pin
spoa21-Jul-06 0:22
spoa21-Jul-06 0:22 
AnswerRe: SelectedIndexChanged event only fired the second time Pin
minhpc_bk21-Jul-06 16:59
minhpc_bk21-Jul-06 16:59 

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.