CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: vbnov

Page 1 of 8 1 2 3 4

Search: Search took 0.14 seconds.

  1. webservice call throws "Method cannot be reflected" message

    Hello,

    I have referenced WSDL in my web app. And added the below code.

    Imports sbox

    Dim WS As New sbox.API
    Dim wreq As sbox.KeywordRequest = New sbox.KeywordRequest()
    Dim wrep As...
  2. How to increase the length & width of the chart area.

    Hi all,

    I am using VS 2005 & Crystal Reports for .NET. I am able to successfully generate a bar chart. However I would like to increase the length of the chart area.

    When there are only 5 - 8...
  3. Replies
    0
    Views
    2,217

    Gridview & AJAX Update Panel

    I have a gridview populated with rows.

    Gridview has a hyperlink field on itemtemplate. on the click event of the hyperlink I want to pass the rowid and I want to display the details of the record...
  4. Replies
    5
    Views
    10,256

    Re: Multiple rows per record - Gridview

    I have issue with Gridview not displaying the actual no. of rows returned. It displays (recordcount - 1) rows. why? any ideas? Thanks!
  5. Replies
    5
    Views
    10,256

    Re: Multiple rows per record - Gridview

    Are you saying that I create one template field and have label controls to display headers & data?

    BTW, I want to have multiple rows per record.

    Thank you!
  6. Replies
    5
    Views
    10,256

    Multiple rows per record - Gridview

    I would like to have multiple rows for a record in Gridview.

    Is there any way I can accomplish this?

    I need the gridview to display like below.


    header1 header2 header3 header4
    data1 ...
  7. virtual directory of a folder on another server

    Hi guys,

    I need to create a virtual directory of a folder on a different server. I mapped that drive on my web server and created a virtual directory.

    But when I tried to access the file from...
  8. Thread: Save/open option

    by vbnov
    Replies
    0
    Views
    555

    Save/open option

    I am using crystal reports that comes with .net in my asp.net application. When I try to export my crystal report in Excel format it doesn't allow me to save the excel sheet.

    I do not see the File...
  9. Replies
    8
    Views
    3,161

    Re: passing values between different websites

    Is this possible?

    To pass values from my website to the client website and simulate as though it was entered on the clients website and hit "submit" through coding.
  10. Replies
    8
    Views
    3,161

    Re: passing values between different websites

    Thank you for the clarification.

    The amount of information will be 10 fields of data.

    If I could get the permission I'll write to the DB. If not file exchange would be the feasible solution I...
  11. Replies
    8
    Views
    3,161

    Re: passing values between different websites

    Thanks for your suggestion.

    But it's not just giving access to my clients... but to have the information on their system to process the information.

    Am I clear enough?
  12. Replies
    8
    Views
    3,161

    Re: passing values between websites

    Shuja Ali & Alsvha... Thanks for your input. The main objective is to save the information from my website to the clients DB (with the clients permission).

    Right now I am thinking of XML to...
  13. Replies
    8
    Views
    3,161

    passing values between websites

    What are the different methods to pass values from one website(mine) to another website(client's) hosted on two different servers?
  14. Replies
    1
    Views
    965

    [RESOLVED] Replace paranthesis

    All,

    I would like to convert (123,456.00) to -123,456.00

    How can I do this using javascript replace function?

    Thanks in advance
  15. Replies
    1
    Views
    1,248

    replace commas before summing up

    All,

    I would like to replace the commas on textbox before summing it up.

    Here is the code I use.




    if(!isNaN(document.getElementById(str).value)&&document.getElementById(str).value!="")
  16. Replies
    7
    Views
    15,966

    Re: Export Crystal reports to PDF

    Thank you!

    But I have a new problem now. I am using report document and dataadapter to fill the dataset.

    Even though I have a SQL Query for the dataset, it pulls all the rows from the table.
    ...
  17. Replies
    7
    Views
    15,966

    Re: Export Crystal reports to PDF

    Thnx for your reply. I greatly appreciate it.

    What other way can I use without using report viewer. Bcoz I dont have to show the report for the user. All I need to do is generate the report, save...
  18. Replies
    7
    Views
    15,966

    Export Crystal reports to PDF

    Hi all,

    I really really need your help here. I have a crystal report viewer and its working good.

    My questions is:

    Can I export the report to PDF from a reportviewer? If so, How can I do...
  19. Re: [RESOLVED] Retrieve values from controls inside a table

    Hi Mike,

    I got it working. I used the id of the Textbox. As long as it works correctly I am happy :)

    Thanx very much for you help.
  20. Re: Retrieve values from controls inside a table

    Mike,

    OnBlur as in leaving from one Textbox control to another textbox.

    The objective is to calculate the total of a column as values are entered in each textbox.

    So I am calling a...
  21. Re: Retrieve values from controls inside a table

    Thanks so much, Mike.

    I was able to retrieve the values using Findcontrol and casting it to appropriate control.

    I have another question. I would like to calculate the sum of one column using...
  22. [RESOLVED] Retrieve values from controls inside a table

    All,

    I have an asp:table control which has a dropdown list and a text box. Now I want to retrieve the values of dropdown list & textbox programmatically.

    Any ideas how I can do this. Thanx
  23. Replies
    2
    Views
    2,642

    Re: File Upload control & pop up window

    Thanks for your suggestion. But a value cannot be assigned to a fileupload control as it is readonly.

    Any other ideas?
  24. Replies
    2
    Views
    2,642

    File Upload control & pop up window

    Hi all,

    I have a file upload control and a button to attach files. Sometimes the users forget to click on the attach button.

    I want to prompt the user to click on the attach button before...
  25. Re: [RESOLVED] access files from a different drive on the same server

    got it to work. Thanx so much for your help.
Results 1 to 25 of 199
Page 1 of 8 1 2 3 4





Click Here to Expand Forum to Full Width

Featured