Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Dhinga

  1. Dhinga

    Error in displaying XML string using C#

    I am pasting the contents of sw.ToString() here without any formatting. <DocumentElement>\r\n <Rates>\r\n <FundName>ISJIT DIV</FundName>\r\n <Yield>4.9697</Yield>\r\n <YieldDate>04/25/2007</YieldDate>\r\n </Rates>\r\n <Rates>\r\n <FundName>ISJIT DGO</FundName>\r\n...
  2. Dhinga

    Error in displaying XML string using C#

    No I don't have any HTML on my ASPX page. My ASPX page only has Page directive. Thanks
  3. Dhinga

    Error in displaying XML string using C#

    Hi, I need some help. I am retrieving a result set from the database & storing it in into a Datatable using C#. I am then using the WriteXML method of the Datatable to convert it into XML string & then I am writing the XML string to the page after setting the content type of the page to...
  4. Dhinga

    No. of affected rows using ExecuteNonQuery

    Thanks. I did use count to get the total rows affected. Thanks anyway. Hitesh Kapadia
  5. Dhinga

    No. of affected rows using ExecuteNonQuery

    It is a select query. I want to show the number of affected rows on my ASP.NET page. Thanks Hitesh Kapadia
  6. Dhinga

    No. of affected rows using ExecuteNonQuery

    Hi, I am executing a stored procedure using the ExecuteNonQuery method of the command object. I am trying to get the number of affected rows by the stored procedure. But I am always getting -1 as the rows affected although my stored procedure return 1 record. Any idea why this is happening...
  7. Dhinga

    Conditionally required field validation

    I found the propery & it is working fine now. Thanks for pointing it though. Thanks Hitesh
  8. Dhinga

    Conditionally required field validation

    I am sorry. I meant to say; if I keep the value blank then the event is not fired as you have also mentioned. I am using VS 2005. Which property needs to be set to fire the "ServerValidate" event even when the input is blank. Thanks Hitesh
  9. Dhinga

    Conditionally required field validation

    My requirement is that on the ASPX page, a text box is only required if certain condition is satisfied. I have created a Custom Validation control to do this. But if I keep the value of the text box then the "ServerValidate" event of the Custom Validation control is not fired. How do I do this...

Part and Inventory Search

Back
Top