Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: Compute Method of Dataset Pin
meeram39530-Nov-05 16:10
meeram39530-Nov-05 16:10 
GeneralRe: Compute Method of Dataset Pin
freshonlineMax30-Nov-05 18:56
freshonlineMax30-Nov-05 18:56 
Questionhow to capture frames from video Pin
nav123429-Nov-05 19:32
nav123429-Nov-05 19:32 
QuestionTypecast String to unsafe char* and vice versa Pin
Sylvain Boissé29-Nov-05 18:30
Sylvain Boissé29-Nov-05 18:30 
AnswerRe: Typecast String to unsafe char* and vice versa Pin
Sylvain Boissé30-Nov-05 3:58
Sylvain Boissé30-Nov-05 3:58 
Questionlooping problem Pin
ybasha29-Nov-05 18:05
ybasha29-Nov-05 18:05 
GeneralRe: looping problem Pin
Guffa29-Nov-05 20:04
Guffa29-Nov-05 20:04 
GeneralRe: looping problem Pin
ybasha29-Nov-05 20:17
ybasha29-Nov-05 20:17 
if (ElementAttr.Value=="nlbterms:Collections")
{
string strtmpCol="";
strtmpCol=objNode.InnerText;
int r = 0;
r=strtmpCol.IndexOf("~",0,strtmpCol.Length);
if (r!=-1)
{ string [] arrCollection = strtmpCol.Split("~",strtmpCol.Length);
string [] newarrCollect;
for (int collectCount=0;collectCount {
string strArrCollection = arrCollection[collectCount];
if (newarrCollect.Length ==0)
{
newarrCollect.SetValue(strArrCollection,collectCount);
}
{
int r1 =0;
r1 = strtmpCol.IndexOf("~",0,strtmpCol.Length);
}
}
}
string [] arrCollection = strtmpCol.Split(new Char []{'~'},strtmpCol.Length);
string [] newarrCollect = RemoveDupsSp(arrCollection);

early it was using the below hardcode syntax which take only single value when i get value like 10100~10200 or 10100~10100 it cant able to display the data if we get value like 10100~10100 then it show display general same we we get value like 10100~10200~10400 then it show display general | Reference | Exclusive and if i get value like 10100~10100~10200 then it show display like general | referenc..etc
{
if (strtmpCol.Trim()=="10100")
relation_ispartofCol = "General";

if (strtmpCol.Trim()=="10200")
relation_ispartofCol = "Reference";
if (strtmpCol.Trim()=="10400")
relation_ispartofCol = "Exclusive";
//Final Storage of relation_ispartof
sData[29] = "Collection:" + relation_ispartofCol + "~URL:" + relation_ispartofURL + "~DOIUnsure | :~ " + relation_ispartof;

QuestionGlobal access Pin
B I Khan29-Nov-05 17:38
B I Khan29-Nov-05 17:38 
AnswerRe: Global access Pin
Christian Graus29-Nov-05 17:42
protectorChristian Graus29-Nov-05 17:42 
QuestionRegarding Page Navigation at server side. Pin
Murthy India29-Nov-05 17:25
Murthy India29-Nov-05 17:25 
AnswerRe: Regarding Page Navigation at server side. Pin
Ankit Aneja29-Nov-05 23:28
Ankit Aneja29-Nov-05 23:28 
GeneralRe: Regarding Page Navigation at server side. Pin
Murthy India2-Dec-05 0:44
Murthy India2-Dec-05 0:44 
GeneralRe: Regarding Page Navigation at server side. Pin
Ankit Aneja2-Dec-05 1:10
Ankit Aneja2-Dec-05 1:10 
GeneralRe: Regarding Page Navigation at server side. Pin
Murthy India2-Dec-05 18:14
Murthy India2-Dec-05 18:14 
GeneralRe: Regarding Page Navigation at server side. Pin
Ankit Aneja2-Dec-05 18:28
Ankit Aneja2-Dec-05 18:28 
QuestionPoor company - do we need an obfuscator? Pin
Libor Tinka29-Nov-05 13:09
Libor Tinka29-Nov-05 13:09 
AnswerRe: Poor company - do we need an obfuscator? Pin
Christian Graus29-Nov-05 13:54
protectorChristian Graus29-Nov-05 13:54 
GeneralRe: Poor company - do we need an obfuscator? Pin
Libor Tinka30-Nov-05 0:51
Libor Tinka30-Nov-05 0:51 
AnswerRe: Poor company - do we need an obfuscator? Pin
leppie29-Nov-05 22:25
leppie29-Nov-05 22:25 
AnswerRe: Poor company - do we need an obfuscator? Pin
Rob Philpott30-Nov-05 1:12
Rob Philpott30-Nov-05 1:12 
GeneralRe: Poor company - do we need an obfuscator? Pin
leppie30-Nov-05 3:33
leppie30-Nov-05 3:33 
QuestionTransaction Rollback timeout Pin
Mark DeVol29-Nov-05 12:51
Mark DeVol29-Nov-05 12:51 
AnswerRe: Transaction Rollback timeout Pin
rakesh_nits29-Nov-05 23:55
rakesh_nits29-Nov-05 23:55 
QuestionOverriding the Label.CanSelect property Pin
AnneThorne29-Nov-05 12:39
AnneThorne29-Nov-05 12:39 

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.