Search

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

Matching Posts

  • Re: How to use paging with xmldatasource

    Paging work when i defined xmldatasource from aspx page, but failed without error message when i tried to defined it in code behind. Regards, Rudianto
  • Re: How to use paging with xmldatasource

    Dear srinivaskotra, Thanks for your suggestion, but my problem is how to use paging with gridview with the source from xmldatasource and the datasource defined in codebehind?, as my before posting that the paging work properly when we defined the datasource in aspx page but failed without error if we defined it in codebehind, my assumption it because if we defined the datasource in code behind the page always reload every we click the next or previous paging button. Regards, Rudianto
  • How to use paging with xmldatasource

    Dear All, I have application was have a gridview datasource for the gridview defined from xmldatasource as below : <asp:GridView ID="GridView1" runat="server" AllowPaging="true" DataSourceID = "MySource1" PageSize="5" > <Columns> <asp:BoundField DataField="TimeReceive" HeaderText="Date"> <ItemStyle HorizontalAlign="Left" Width="45%" Font-Size="10px" /> <HeaderStyle Font-Bold
  • Re: Read xml as xmldatasource

    Dear Kavita, Thank you, It's solve my problem, btw may i know how to generate my xml file make it as xsl template that is needed a software. Regards, Rudianto
  • Re: Read xml as xmldatasource

    Dear Kavita, Thank you for your reply, can you tell me how to convert my xml with xslt, please? Regards, Rudianto
  • Read xml as xmldatasource

    Dear All, I was generated the xml from dataset and saved to xml file this the result : <NewDataSet> <Table1> <TimeReceive>27/01/2009</TimeReceive> <PhoneNo>+251111111</PhoneNo> </Table1> <Table1> <TimeReceive>28/01/2009</TimeReceive> <PhoneNo>+252222222</PhoneNo> </Table1> <NewDataSet> Now, i want to use the xml file as xmldatasource, but i have an error : "Expression must evaluate to a node-set." I was
    Posted to XML and XmlDataSource Control (Forum) by Rudianto on 7/31/2009
  • Calculate data in datatable

    Dear All, I want to calculate data in datatable, my data as below: Country | Order ------------------------ INA | 200 ENG | 300 USA | 500 TOTAL | "?" how to fill the total of order quantity, with the mark '?' i don't want sum the value with the loop one by one row, has the datatable provide a function to solve this?. Regards, Rudianto
    Posted to Web Forms (Forum) by Rudianto on 7/30/2009
  • Re: How to create a daily report (pdf) which contains chart.

    Try to use crystal report, you can add the chart dynamically from database, and it has a button to convert your chart to pdf file you just click the button. Regards, Rudianto
    Posted to Getting Started (Forum) by Rudianto on 7/16/2009
  • Multiple Response.Redirect

    Dear Friends, Now i have been develop smsgateway application with asp.net language, this application using a hardware box from the vendor but it very full customize with asp.net language, for send one sms message i just type this code for(int x = 0; x < 5; x++) { Response.Redirect("http:\\myserver\sendsms.cgi?param=message" + x.ToString()) } i want to send 5 sms in one times. I tried to loop the response.redirect buy it's fail only the last one has executed. It's possible to
    Posted to Web Forms (Forum) by Rudianto on 7/9/2009
  • Re: Multiple Response.Redirect

    -- REVISED MY POST-- Dear Friends, Now i have been develop smsgateway application with asp.net language, this application using a hardware box from the vendor but it very full customize with asp.net language, for send one sms message i just type this code : Response.Redirect("http:\\myserver\sendsms.cgi?param=message" + x.ToString()) now i want to send 5 sms in one times. I tried to loop the response.redirect as below for(int x = 0; x < 5; x++) { Response.Redirect("http:\\myserver
    Posted to Web Forms (Forum) by Rudianto on 7/9/2009
Page 1 of 3 (22 items) 1 2 3 Next >