In the process of Iphone View ability for a shopping cart system, where i am trying to implement using the ComponentOne tools for Iphone in the products listing.For which i have identified C1Navigatio
I am creating an android application in which I am parsing so much XML data (XML data comes from a server) which contains Strings and image url\'s also.I need to use this data in many part of applicat
I believe I have all the code correct but I can\'t get it to work. The GridView has allowSorting = true. So in theory, when I click on the column header the xml in the gridview should sort by that col
I\'d like to use nested repeaters that share the same XML datasource where the parent repeater passes down the datasource to the child repeater so it doesn\'t need to re-access the datasource for ever
my code is as follows DataSet ds = new DataSet(); string connStr = \"Data Source=PARITAS00024;Initial Catalog=MenuDb;Persist Security Info=True;User ID=sa;Password=paritas123\";
I have an XmlDataSource and a GridView on my page. On the Page_Load event, I apply an XPath to filter the xml elements according to the input of the user, LexiqueXmlDataSource.XPath = \'Some_XPath_her
I have this DropDownList bound to a XmlDataSource, but the XPath must depend on another input (another DropDownList). I modify the XPath and rebind inside the parent DDL\'s SelectedIndexChanged, but t
If an ASP.NET form has an XmlDataSource on it, and in code I am setting the X开发者_运维知识库Path filter, e.g:
When using an XmlDataSource is there good way to handle exceptions that are caused when the remote XML file is unavailable? I\'m somewhat new to .开发者_开发百科NET and using C#.It\'s really up to you
I\'m using an ASP.NET TreeView on a page with a custom XmlDataSource. When the user clicks on a node of the tree, a DetailsView pops up and edits a bunch of things about the underlying object. All thi