Click here to Skip to main content
15,889,863 members
Home / Discussions / C#
   

C#

 
QuestionNeed a masked (formatted) edit box which can work for date and time Pin
Mushtaque Nizamani8-May-07 1:30
Mushtaque Nizamani8-May-07 1:30 
AnswerRe: Need a masked (formatted) edit box which can work for date and time Pin
_mubashir8-May-07 1:39
_mubashir8-May-07 1:39 
AnswerRe: Need a masked (formatted) edit box which can work for date and time Pin
PIEBALDconsult8-May-07 9:47
mvePIEBALDconsult8-May-07 9:47 
AnswerRe: Need a masked (formatted) edit box which can work for date and time Pin
visualhint30-May-07 14:40
visualhint30-May-07 14:40 
Questionto display image from a location + c# Pin
kiran gedela8-May-07 1:28
kiran gedela8-May-07 1:28 
AnswerRe: to display image from a location + c# Pin
_mubashir8-May-07 1:34
_mubashir8-May-07 1:34 
QuestionRead from xml Pin
akkram8-May-07 1:14
akkram8-May-07 1:14 
AnswerRe: Read from xml Pin
lmoelleb8-May-07 1:20
lmoelleb8-May-07 1:20 
You would most likely want to learn XPath. You can do it without by walking the DOM, but XPath is worth the time it takes to learn it (well, unless you go firectly for some LINQ stuff).

In the simple form, load it into an XmlDocument, then use the SelectNodes/SelectSingleNodes methods available on the document (and all contained elements).

Google for "XPath Tutorial" to figure out how XPath works.
GeneralRe: Read from xml Pin
akkram8-May-07 1:25
akkram8-May-07 1:25 
QuestionHow we get expected execution time of instance Pin
giresh_ep8-May-07 0:56
giresh_ep8-May-07 0:56 
QuestionProblem when reading DBF files Pin
vuthaianh8-May-07 0:53
vuthaianh8-May-07 0:53 
AnswerRe: Problem when reading DBF files Pin
lmoelleb8-May-07 1:17
lmoelleb8-May-07 1:17 
GeneralRe: Problem when reading DBF files Pin
Kiran Kumar Singani8-May-07 1:23
Kiran Kumar Singani8-May-07 1:23 
GeneralRe: Problem when reading DBF files Pin
vuthaianh8-May-07 15:35
vuthaianh8-May-07 15:35 
AnswerRe: Problem when reading DBF files Pin
Evan Stein8-May-07 6:23
Evan Stein8-May-07 6:23 
GeneralRe: Problem when reading DBF files Pin
vuthaianh8-May-07 15:44
vuthaianh8-May-07 15:44 
GeneralRe: Problem when reading DBF files Pin
Evan Stein8-May-07 16:26
Evan Stein8-May-07 16:26 
GeneralRe: Problem when reading DBF files Pin
Evan Stein8-May-07 16:28
Evan Stein8-May-07 16:28 
GeneralRe: Problem when reading DBF files Pin
vuthaianh8-May-07 22:15
vuthaianh8-May-07 22:15 
QuestionHow to Add Node in DataSet Pin
VenkataRamana.Gali8-May-07 0:20
VenkataRamana.Gali8-May-07 0:20 
QuestionHow to get input as comma and alphabet alone?? Pin
Dotnetkanna8-May-07 0:08
Dotnetkanna8-May-07 0:08 
AnswerRe: How to get input as comma and alphabet alone?? Pin
Nouman Bhatti8-May-07 0:25
Nouman Bhatti8-May-07 0:25 
GeneralRe: How to get input as comma and alphabet alone?? Pin
Dotnetkanna8-May-07 1:43
Dotnetkanna8-May-07 1:43 
QuestionDataGridViewComboBoxColumn use ENTER key as TAB key Pin
bvision7-May-07 23:56
bvision7-May-07 23:56 
QuestionConverting an MS Access Report to HTML in .Net [modified] Pin
Subrahmanyam K7-May-07 23:49
Subrahmanyam K7-May-07 23:49 

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.