Click here to Skip to main content
16,011,120 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Help with assignment question please! Pin
R0ssini11-Jan-06 0:58
R0ssini11-Jan-06 0:58 
GeneralRe: Help with assignment question please! Pin
Itech Consulting26-Jan-06 15:03
Itech Consulting26-Jan-06 15:03 
GeneralRe: Help with assignment question please! Pin
Itech Consulting26-Jan-06 15:06
Itech Consulting26-Jan-06 15:06 
AnswerRe: Help with assignment question please! Pin
Mike Burroughs12-Jan-06 14:57
Mike Burroughs12-Jan-06 14:57 
GeneralRe: Help with assignment question please! Pin
R0ssini13-Jan-06 14:53
R0ssini13-Jan-06 14:53 
QuestionProblem with xslt. Pin
Chetan Ranpariya5-Jan-06 18:54
Chetan Ranpariya5-Jan-06 18:54 
QuestionInsert string to Bitmap path? Pin
SpeBeeTo5-Jan-06 14:03
SpeBeeTo5-Jan-06 14:03 
AnswerRe: Insert string to Bitmap path? Pin
Curtis Schlak.6-Jan-06 7:31
Curtis Schlak.6-Jan-06 7:31 
Maybe you need to do this?
picbox.DataBindings.Add("Image",dt,"im");
Bitmap bmp= new Bitmap("\\Program Files\\SmartDeviceApplication1\\" + im);
this.picbox.Image = bmp;

GeneralRe: Insert string to Bitmap path? Pin
SpeBeeTo6-Jan-06 19:37
SpeBeeTo6-Jan-06 19:37 
QuestionGrouping different wordml paragraph styles under one parent node in xml Pin
gandhiaryah4-Jan-06 5:27
gandhiaryah4-Jan-06 5:27 
QuestionUsing Two "group-adjacent" Pin
gandhiaryah4-Jan-06 2:36
gandhiaryah4-Jan-06 2:36 
Questiondirecting to a root directory in xml Pin
SpeBeeTo3-Jan-06 12:09
SpeBeeTo3-Jan-06 12:09 
AnswerRe: directing to a root directory in xml Pin
Curtis Schlak.3-Jan-06 12:14
Curtis Schlak.3-Jan-06 12:14 
QuestionConver XML data To Excelsheet Pin
Chetan Ranpariya2-Jan-06 17:43
Chetan Ranpariya2-Jan-06 17:43 
QuestionGrouping XML Elements using XSLT Pin
gandhiaryah28-Dec-05 19:57
gandhiaryah28-Dec-05 19:57 
AnswerRe: Grouping XML Elements using XSLT Pin
Michael Flanakin29-Dec-05 3:54
Michael Flanakin29-Dec-05 3:54 
Questionstoring xml file in sql using asp Pin
suneelbabu_net27-Dec-05 16:03
suneelbabu_net27-Dec-05 16:03 
Questionhow to create instance after passing class type to function Pin
Michael Lev26-Dec-05 9:33
Michael Lev26-Dec-05 9:33 
QuestionMSXML 0xC00000FD stack overflow Pin
agent_hunt26-Dec-05 1:06
agent_hunt26-Dec-05 1:06 
QuestionHow to Get the Value when we specify the name .. Pin
zxc8925-Dec-05 19:35
zxc8925-Dec-05 19:35 
Questionimage compression project Pin
Femi Buroh25-Dec-05 10:17
Femi Buroh25-Dec-05 10:17 
Questionextracting data from xml and loading into dataset Pin
wpcolleen20-Dec-05 1:31
wpcolleen20-Dec-05 1:31 
QuestionEasy JPG question! Pin
SpeBeeTo19-Dec-05 9:38
SpeBeeTo19-Dec-05 9:38 
AnswerRe: Easy JPG question! Pin
Michael Flanakin29-Dec-05 3:58
Michael Flanakin29-Dec-05 3:58 
GeneralRe: Easy JPG question! Pin
SpeBeeTo30-Dec-05 15:08
SpeBeeTo30-Dec-05 15:08 

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.