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

ASP.NET

 
AnswerRe: How to load images. Pin
tranglt21-Jul-06 23:04
tranglt21-Jul-06 23:04 
AnswerRe: How to load images. Pin
Not Active22-Jul-06 2:20
mentorNot Active22-Jul-06 2:20 
QuestionI have a Problem in the developement of Corba complient application Pin
zubairy21-Jul-06 21:03
zubairy21-Jul-06 21:03 
QuestionPrint Pin
MHASSANF21-Jul-06 21:00
MHASSANF21-Jul-06 21:00 
AnswerRe: Print Pin
VenkataRamana.Gali21-Jul-06 21:12
VenkataRamana.Gali21-Jul-06 21:12 
GeneralRe: Print Pin
MHASSANF21-Jul-06 22:04
MHASSANF21-Jul-06 22:04 
GeneralRe: Print Pin
VenkataRamana.Gali21-Jul-06 22:09
VenkataRamana.Gali21-Jul-06 22:09 
QuestionCell value is coming as blank Pin
VenkataRamana.Gali21-Jul-06 20:56
VenkataRamana.Gali21-Jul-06 20:56 
In my asp.net 1.1 gird
first column is checkbox(template column) other three columns are bounded columns(template columns). i am binding 2nd column is like this
<ItemTemplate><br />
<%# DataBinder.Eval(Container.DataItem, "NAME")%><br />
</ItemTemplate>


i provided one button bottom of the gird. when clicking on button i am retrieving 2nd cell value and doing some operations. my button1_click code

foreach(DataGridItem dgi in datagrid1.Items) <br />
{<br />
CheckBox chk = (CheckBox)dgi.Cells[0].FindControl("chkSelect");<br />
if(chk.Checked)<br />
{<br />
string sName = dgi.Cells[2].Text <br />
CallingAnotherFunction(sName);<br />
OneMoreOperation(sName);<br />
}<br />
}


Note: my page_load event code is kept in
if(!IsPostBack){//page load binding code }
my problem is sName field is always coming blank.

anybody any sounds

awaiting for response


regards
GV Ramana




-- modified at 2:58 Saturday 22nd July, 2006
AnswerRe: Cell value is coming as blank Pin
ravikiranreddydharmannagari21-Jul-06 23:33
ravikiranreddydharmannagari21-Jul-06 23:33 
GeneralRe: Cell value is coming as blank Pin
VenkataRamana.Gali21-Jul-06 23:39
VenkataRamana.Gali21-Jul-06 23:39 
GeneralRe: Cell value is coming as blank Pin
_AK_22-Jul-06 0:07
_AK_22-Jul-06 0:07 
Questionhow to convert English date inot Islamic date Pin
nabeelkhan21-Jul-06 19:10
nabeelkhan21-Jul-06 19:10 
AnswerRe: how to convert English date inot Islamic date Pin
MHASSANF21-Jul-06 21:03
MHASSANF21-Jul-06 21:03 
AnswerRe: how to convert English date inot Islamic date Pin
VenkataRamana.Gali21-Jul-06 21:10
VenkataRamana.Gali21-Jul-06 21:10 
QuestionTo resize a datagrid(web appln using asp.net) in Vb.net Pin
micydon21-Jul-06 18:34
micydon21-Jul-06 18:34 
Questionasp and flash Pin
locaas21-Jul-06 13:06
locaas21-Jul-06 13:06 
QuestionPublish website. No output Pin
Mircea Grelus21-Jul-06 13:03
Mircea Grelus21-Jul-06 13:03 
AnswerRe: Publish website. No output Pin
minhpc_bk21-Jul-06 17:45
minhpc_bk21-Jul-06 17:45 
GeneralRe: Publish website. No output Pin
Mircea Grelus21-Jul-06 22:27
Mircea Grelus21-Jul-06 22:27 
AnswerRe: Publish website. No output Pin
Mircea Grelus22-Jul-06 0:10
Mircea Grelus22-Jul-06 0:10 
GeneralRe: Publish website. No output Pin
minhpc_bk22-Jul-06 21:13
minhpc_bk22-Jul-06 21:13 
GeneralRe: Publish website. No output Pin
Mircea Grelus23-Jul-06 1:15
Mircea Grelus23-Jul-06 1:15 
QuestionDynamic controls Pin
vivsriaus21-Jul-06 13:01
vivsriaus21-Jul-06 13:01 
AnswerRe: Dynamic controls Pin
Grapes-R-Fun21-Jul-06 14:14
Grapes-R-Fun21-Jul-06 14:14 
AnswerRe: Dynamic controls Pin
minhpc_bk21-Jul-06 17:27
minhpc_bk21-Jul-06 17:27 

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.