Search

You searched for the word(s): userid:773936

Matching Posts

  • Dynamic populate

    Hello, i am using the asp.net 2.0 with C# and the AJAX toolkit 1.0. I would like to pass values from one user control to another with the help of the dynamic populate control. I want to be able to make a selection from my treeview control on one user control and then the selelcted item value should be sent to the other user control through the dynamic populate control also take into consideration of storing this selected item value in a session varaible. How do you achieve this?
    Posted to ASP.NET AJAX UI (Forum) by shaunavon on 1/28/2008
  • Saving State in database and reloads after user re-enters the site

    I want to do a little more with my ASP.NET web app using C#. I have an aspx page with a dropdown list, three buttons, a treeview control (bind to a Objectdatasource) and 4 asp checkboxes. My three buttons are Save, Update and Delete. My dropdown should display templates. Let me explain what this template is. I have a database that will store each text values or the index of my checkboxes, the selected item from the treeview control and the name of the template. Whenever a user makes his/her selection
    Posted to State Management (Forum) by shaunavon on 1/23/2008
  • Transform my XML using XSLT to Excel

    Hey, I am using the ASP.NET with C# to pull up a report in Excel just by clicking on an item in a GridView. I store my XML file in a Oracle database as CLOB so when the user clicks on the "GEt Report" from my Gridview it should load the assigned XML file and link to the XSL file which i have in my database as well. This will then transform my XML file to an Excel file. Here is what i have so far, please help me to link the XML file to be transformed. // To select an item from the GridView
    Posted to XML and XmlDataSource Control (Forum) by shaunavon on 1/23/2008
  • Re: How to Display xml clob coming from a Oracle Database and display it on a web page.

    I would like some clarity on this procedure. I am doing the exact thing using asp.net C# from an Oracle database. I have a field in my database with CLOB that i want to load and transform into excel using the xslt. I already have my XSL file stored in my database as well. I am young to this so please give me all the help. Thank you
    Posted to Oracle (Forum) by shaunavon on 1/23/2008
  • Re: Select XML file from selection in databae

    Okay this is exactly what i want to do except to have two links. I only wnat to read the xml file and then transform into excel just by clicking on the link. So all the opening of the XML file and transforming it will be done behind the scene. So how do i start doing all this magis?
    Posted to XML and XmlDataSource Control (Forum) by shaunavon on 1/23/2008
  • Select XML file from selection in databae

    I have a data gridview control with a view link. When i click on the view link i want to open its xml file from that record and transform it into excel using xsl. Then on the client side the excel spreadsheet should open in the browser. I already have the xml in my database which comes from the same table i bind to my gridview. I also have the xsl transformation file as well. How do i load this xml behind the scheme and transform into excel. I am using ASP.NET with C# and MS SQL 2005.
    Posted to XML and XmlDataSource Control (Forum) by shaunavon on 1/22/2008
  • Re: Transform xml to excel or html using xsl

    I already have the xml file in my database. How can i retrieve it (XML) from my db and transform it into excel. I want to select the Hyperlink on my gridveiw that points on my ID
    Posted to XML and XmlDataSource Control (Forum) by shaunavon on 1/22/2008
  • Transform xml to excel or html using xsl

    Hello, I have a data grid view control with my ID, name, date and a link to "Get Report". Now this report is to populate an Excel or Html file from my xml file in the oracle database. When the user clicks on the Get Report link i want to get the report ID and the XML file associated with that record from a field with a data type of CLOB. After i get that information i want to determine the report format in (excel or HTML) which is already stored in the database. After i am through with
    Posted to XML and XmlDataSource Control (Forum) by shaunavon on 1/22/2008
  • Arranging a Listbox with Dropdown list

    I am using ASP.NET 2.0 with C#. Here is my scenario, having one dropdown list with static values (ID, Name, Date) and a Listbox1 to have 3 cloumns to display ID, Name, Date from my database. Each record in my database has these three fields. From my dropdown list options i have <asp:ListItem>ID, Name, Date</asp:ListItem> <asp:ListItem>Name, ID, Date</asp:ListItem> <asp:ListItem>Date, ID, Name</asp:ListItem> Now depending on the user's selection the Listbox1
    Posted to Web Forms (Forum) by shaunavon on 1/18/2008
  • Re: Flip data in two listbox

    Thank you very much. It worked perfectly great.
    Posted to Web Forms (Forum) by shaunavon on 1/18/2008
Page 1 of 7 (66 items) 1 2 3 4 5 Next > ... Last »