Click here to Skip to main content
15,921,660 members
Home / Discussions / C#
   

C#

 
QuestionCompute Method of Dataset Pin
meeram39529-Nov-05 22:50
meeram39529-Nov-05 22:50 
AnswerRe: Compute Method of Dataset Pin
freshonlineMax30-Nov-05 3:30
freshonlineMax30-Nov-05 3:30 
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 
Hi there,

i have a little problem with the looping can any one help to solve me this problem. the following are the code snippets.

objTempNodes = objXml.SelectNodes("//dc:relation/dcterms:isPartOf",objNameSpaceMgr);
sData[29] = "";
string relation_ispartof="";
string relation_ispartofURL="";
string relation_ispartofCol="";
foreach(XmlNode objNode in objTempNodes)
{
if (objNode.Attributes.Count == 0)
{
relation_ispartof=objNode.InnerText;
if (relation_ispartof.Trim()!="")
relation_ispartof = RemoveDups(relation_ispartof);
objNode.InnerText = relation_ispartof;
}
else
{
foreach(XmlAttribute ElementAttr in objNode.Attributes)
{
if (ElementAttr.Value=="dcterms:URL")
{
relation_ispartofURL=objNode.InnerText;
if (relation_ispartofURL.Trim()!="")
relation_ispartofURL = RemoveDups(relation_ispartofURL);
objNode.InnerText = relation_ispartofURL;
}
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
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 
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 

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.