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

ASP.NET

 
GeneralRe: question Pin
J4amieC17-Apr-08 1:41
J4amieC17-Apr-08 1:41 
GeneralRe: question Pin
Herman<T>.Instance17-Apr-08 4:14
Herman<T>.Instance17-Apr-08 4:14 
GeneralRe: question Pin
Vasudevan Deepak Kumar17-Apr-08 21:45
Vasudevan Deepak Kumar17-Apr-08 21:45 
GeneralCalling webservice from client side Pin
0905v4917-Apr-08 1:27
0905v4917-Apr-08 1:27 
GeneralRe: Calling webservice from client side Pin
_AK_17-Apr-08 1:30
_AK_17-Apr-08 1:30 
GeneralRe: Calling webservice from client side Pin
0905v4917-Apr-08 1:53
0905v4917-Apr-08 1:53 
GeneralRe: Calling webservice from client side Pin
_AK_17-Apr-08 1:56
_AK_17-Apr-08 1:56 
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 
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 
I can't change the field to bit, it needs to stay as nvarchar.


rajkumar.3 wrote:
this will always return true coz u r by default giving value as checked


Im not sure on that because its finding the control and setting isCheckedIgnore to the result of that, therefore if the textbox is not ticked it should skip the first statement below and do the second

if (isCheckedComponentIgnore == true)
{
}
else
{
}
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 

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.