Click here to Skip to main content
16,006,845 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to do two tasks in same buton Pin
Irshad Sulaimani25-Aug-06 2:03
Irshad Sulaimani25-Aug-06 2:03 
GeneralRe: how to do two tasks in same buton Pin
Paddy Boyd23-Aug-06 23:21
Paddy Boyd23-Aug-06 23:21 
QuestionHow to identify location of controls in asp.net 2.0 Pin
Kuricheti23-Aug-06 20:17
Kuricheti23-Aug-06 20:17 
QuestionDrag and drop items between two listboxes in asp.net with c# Pin
Kuricheti23-Aug-06 20:10
Kuricheti23-Aug-06 20:10 
QuestionJavascript, dropdown menu layer gets displayed behind server controls Pin
varun_khanna1723-Aug-06 19:38
varun_khanna1723-Aug-06 19:38 
Questionfolder browsing using TreeView Control Pin
248912823-Aug-06 19:15
248912823-Aug-06 19:15 
QuestionNeural Networks[Modified] Pin
Vsree23-Aug-06 18:58
Vsree23-Aug-06 18:58 
Questionexport to excel using xslt when the column name contains blank?? Pin
steven_wong23-Aug-06 16:54
steven_wong23-Aug-06 16:54 
Hello:
I am now creating an excel file using xslt with the code below:
dim objFsXML as System.IO.StringReader
dim objXmlTxtWrt as System.Xml.XmlTextReader
dim objXPath as System.Xml.Xpath.XpathDocument
dim objXslTran as System.Xml.Xsl.XslTransform
'Create Output Stream to write the file to disk
objFsXML = New System.IO.FileStream(strExcelFile,System.IO.FileMode.Create)
objXmlTxtWrt = New XmlTextWriter(objFsXML,System.Text.Encoding.Unicode)
'Create Xpath Doc to be given as used while doing the XSL Trannsfor
objStrRdr = New StringReader(dsDataSet.GetXml)
objXmlTxtRdr = New XmlTextReader(objStrRdr)
objXPath = New XPath.XPathDocument(objXmlTxtRdr)
objXslTran = New Xsl.XslTransform
objXslTran.Load(strXSLTempFile)' here throws exception

However, when there is a blank or a special char in one of my headers, i've got an invalid xpath expression which throw an exception
what can i do ?
thx

QuestionASP.NET Cookies Pin
Socheat.Net23-Aug-06 16:51
Socheat.Net23-Aug-06 16:51 
AnswerRe: ASP.NET Cookies Pin
steven_wong23-Aug-06 17:14
steven_wong23-Aug-06 17:14 
GeneralRe: ASP.NET Cookies Pin
Socheat.Net25-Aug-06 15:15
Socheat.Net25-Aug-06 15:15 
GeneralRe: ASP.NET Cookies [modified] Pin
steven_wong25-Aug-06 15:32
steven_wong25-Aug-06 15:32 
QuestionDoubt on debug [modified] Pin
dhulipudi23-Aug-06 16:45
dhulipudi23-Aug-06 16:45 
AnswerRe: Doubt on debug Pin
Navi1523-Aug-06 18:58
Navi1523-Aug-06 18:58 
AnswerRe: Doubt on debug Pin
Neeraj Arora23-Aug-06 21:24
Neeraj Arora23-Aug-06 21:24 
QuestionUsing MS Interop Word to Retrieve a document from a SQL table. Pin
spglover23-Aug-06 9:35
spglover23-Aug-06 9:35 
AnswerRe: Using MS Interop Word to Retrieve a document from a SQL table. Pin
Ramasubramaniam23-Aug-06 10:11
Ramasubramaniam23-Aug-06 10:11 
GeneralRe: Using MS Interop Word to Retrieve a document from a SQL table. Pin
spglover23-Aug-06 10:48
spglover23-Aug-06 10:48 
QuestionASP.NET retreiving from the database on a form depending on another form? Pin
Solly7423-Aug-06 8:09
Solly7423-Aug-06 8:09 
AnswerRe: ASP.NET retreiving from the database on a form depending on another form? Pin
Not Active23-Aug-06 8:13
mentorNot Active23-Aug-06 8:13 
GeneralRe: ASP.NET retreiving from the database on a form depending on another form? Pin
Solly7423-Aug-06 8:32
Solly7423-Aug-06 8:32 
GeneralRe: ASP.NET retreiving from the database on a form depending on another form? Pin
Not Active23-Aug-06 9:13
mentorNot Active23-Aug-06 9:13 
GeneralRe: ASP.NET retreiving from the database on a form depending on another form? Pin
Solly7423-Aug-06 9:20
Solly7423-Aug-06 9:20 
Questionlast insert id fails and returns null Pin
tim_gunning23-Aug-06 8:02
tim_gunning23-Aug-06 8:02 
AnswerRe: last insert id fails and returns null Pin
Not Active23-Aug-06 8:09
mentorNot Active23-Aug-06 8:09 

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.