I have an XML file which I am reading throuh XMLTextReader. Now instead of traversing every element of XML , I just want to retrieve value of a particular start element. This start element is occusring many times in XML file . How can i retrieve value of only this start element in full XML ? Any suggestions ?? Divya Rathi
Divya Rathi
Posts
-
getting value of specific XML start element -
Command to get relative pathI have to get the relative path to an excel sheet which is placed in folder where my vb.net project is present. What is the command to get relative path ? Divya Rathi
-
Dynamic Object Names ... how ?Try This .. USe Load function. This function dynamically creates an object & loads it . Divya Rathi
-
Printting fucntionuse window.print() in javascript Divya Rathi
-
Retrieving UNICODE datawhen some unicode characters (like sanskrit , chinese) are entered into DB , they are encoded in sense that a character in sanskrti is converted to say "&55;" & then it is stored in db . Divya Rathi
-
asp default buttonchekc link http://www.porjes.com/idocs/forms/index\_famsupp\_157.html Divya Rathi
-
How to Open a notepad from VBA....Urgentwhy do u explictly need to create notepad ? coz if u want to save data from some text box then there are many file handling operations are there. Divya Rathi
-
Sending mail using SMTPYou have not created the object myMailServer . You have just declared it Divya Rathi
-
VB6 and excelExcel Spreadsheets determine the datatype of a column, by looking at the content of the first few rows. If it determines that the column is text, then all numeric cells/fields are returned as null and if the column is determined as numeric, then all text fields are returned as null. Divya Rathi
-
How to Open a notepad from VBA....Urgent/*The following code Opens notepad when a key is pressed . When the up key is pressed , notepad will open */ Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer) Dim keyPress As Double If KeyCode = vbKeyUp Then keyPress = Shell("notepad.exe", vbNormalFocus) End If End Sub Divya Rathi
-
DropDownList and SQL questionhi I m not telling syntax just the approach 1)in first dropdownlist when u select a product , then retrieve the id of selected item & capture this event of item change . then in this event , retreive the options & populate the second combo 2) for sp create procedure test ( val in , existsval boolean out ) as select count(*) from [table] where value = val if @@rowcount = 0 then /* this value is not there in db */ existsval = false end if return look out for exact syntax of sp Divya Rathi
-
Microsoft Access driver problem(URGENT)If ODBC is not working , try OLE DB to connect to Access . That is more easy to work . Divya Rathi
-
VB.Net to Excel Problemcheck if Excel 8.0 is installed on that m/c or some other previos verson is installed Divya Rathi
-
Form.WindowStatespecify the dimensions / coordiantes of the login window Divya Rathi
-
Using DAO to Create DBASE Files From VBno i dont have code :( as i dont use ODBC . look in google Divya Rathi
-
searching through a siteFor searching text , you can use Microsoft Index Server .Using it in code will return the pages in site where a particular word exists . But i m not sure if it can return line number . But after getting list of documents in search , perhaps a function can be writeen to find line numbers in those pages Divya Rathi
-
when does the Sub application_start know when to start?No need to restart IIS daily for purpose of sending mail .Restarting IIS means restarting application . If you want to automatically send email daily , then create a small exe In which can be scheduled to run once in a day .This exe can be created in vb / vb.net . Divya Rathi
-
Using DAO to Create DBASE Files From VBUse ODBC Driver for Dbase3 DR
-
checklist on runtime errors in Drive/Directory/File operationsthanks !!!!!! The link is exactly what i wanted Divya Rathi
-
checklist on runtime errors in Drive/Directory/File operationsCan someone provide a checklist on different runtime errors that can occur during drive / directory / file operations ( this is general for any language ) . Divya Rathi