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

ASP.NET

 
GeneralRe: Calling webservice from client side Pin
0905v4917-Apr-08 2:01
0905v4917-Apr-08 2:01 
GeneralRe: Calling webservice from client side Pin
_AK_17-Apr-08 2:03
_AK_17-Apr-08 2:03 
GeneralRe: Calling webservice from client side Pin
0905v4917-Apr-08 2:25
0905v4917-Apr-08 2:25 
GeneralRe: Calling webservice from client side Pin
_AK_17-Apr-08 4:15
_AK_17-Apr-08 4:15 
GeneralRe: Calling webservice from client side Pin
0905v4917-Apr-08 18:05
0905v4917-Apr-08 18:05 
QuestionRe: Calling webservice from client side Pin
Vasudevan Deepak Kumar17-Apr-08 21:47
Vasudevan Deepak Kumar17-Apr-08 21:47 
GeneralRe: Calling webservice from client side Pin
Vasudevan Deepak Kumar17-Apr-08 21:46
Vasudevan Deepak Kumar17-Apr-08 21:46 
Generalproblem with bool field Pin
eyeseetee17-Apr-08 1:22
eyeseetee17-Apr-08 1:22 
Hey

I have the following code

for (int x = 0; x < GridView4.Rows.Count; x++)
{
GridViewRow row = GridView4.Rows[x];

bool isCheckedIgnore = ((CheckBox)row.FindControl("chkIgnoreItem")).Checked;

if (isCheckedIgnore == true)

<b>now what it should do is perform an action when isCheckedComponentIgnore is false</b>

but it doesnt do that, the interesting thing is, is that the chkIgnoreitem is a column in a gridview which was ticked or unticked depending on a field in a database, I recently changed the field from format 1 or 0 to Y or N

does anyone know why this wouldn't work?

thanks! Smile | :)
GeneralRe: problem with bool field Pin
Herman<T>.Instance17-Apr-08 1:45
Herman<T>.Instance17-Apr-08 1:45 
GeneralRe: problem with bool field Pin
eyeseetee17-Apr-08 2:14
eyeseetee17-Apr-08 2:14 
GeneralRe: problem with bool field Pin
Herman<T>.Instance17-Apr-08 2:40
Herman<T>.Instance17-Apr-08 2:40 
GeneralRe: problem with bool field Pin
rajkumar.317-Apr-08 1:51
rajkumar.317-Apr-08 1:51 
GeneralRe: problem with bool field Pin
eyeseetee17-Apr-08 2:12
eyeseetee17-Apr-08 2:12 
GeneralRe: problem with bool field Pin
eyeseetee17-Apr-08 4:04
eyeseetee17-Apr-08 4:04 
QuestionCapturing the UN-UPDATED records Pin
John Sundar17-Apr-08 0:58
John Sundar17-Apr-08 0:58 
GeneralRe: Capturing the UN-UPDATED records Pin
Ariel Kazeed17-Apr-08 1:13
Ariel Kazeed17-Apr-08 1:13 
GeneralRe: Capturing the UN-UPDATED records Pin
pmarfleet17-Apr-08 1:14
pmarfleet17-Apr-08 1:14 
GeneralQuestion Pin
nithydurai17-Apr-08 0:53
nithydurai17-Apr-08 0:53 
GeneralRe: Question Pin
eyeseetee17-Apr-08 0:56
eyeseetee17-Apr-08 0:56 
GeneralRe: Question Pin
_AK_17-Apr-08 1:18
_AK_17-Apr-08 1:18 
GeneralRe: Question Pin
Vasudevan Deepak Kumar17-Apr-08 21:50
Vasudevan Deepak Kumar17-Apr-08 21:50 
Questionhow is run Pin
sugunavathysubramanian17-Apr-08 0:42
sugunavathysubramanian17-Apr-08 0:42 
AnswerRe: how is run Pin
_AK_17-Apr-08 0:45
_AK_17-Apr-08 0:45 
GeneralRe: how is run Pin
sugunavathysubramanian17-Apr-08 0:53
sugunavathysubramanian17-Apr-08 0:53 
GeneralRe: how is run Pin
J4amieC17-Apr-08 1:46
J4amieC17-Apr-08 1:46 

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.