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

Search:

Type: Posts; User: TejuS

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    15,568

    Re: Ajax Control Toolkit Tab Panel

    Scott, Thank you for the reply, I did try setting active index to 0, I am not sure if I did the right thing. Do I have to set activeindex to 0 on all the tabs or make activeindex sequential like...
  2. Replies
    4
    Views
    15,568

    Ajax Control Toolkit Tab Panel

    Hello,

    Can anyone please help me with Ajax Control toolkit codeing?
    Basically I have 5 tabs.

    I have created all the tabs but when the use first logs in they should be able to see only the...
  3. Replies
    12
    Views
    15,624

    Re: Sending Large Data

    Hi PeejAvery,

    Thank you very much for all your guidance, I will try the logice you have sent and once it works I will inform you.

    Thank you once again.

    Teju
  4. Replies
    12
    Views
    15,624

    Re: Sending Large Data

    Yes thats right I have HTML pages with javascript, I need to capture data from 100s fields values send it to the webservice and the get the result as successfull or not.

    Since the data is huge, I...
  5. Replies
    12
    Views
    15,624

    Re: Sending Large Data

    Hi,

    I am not sure if this is the way you wanted the code? if not can you just give me an example?? actually this the first time I am using the forum, so not familiar with the terminologies or...
  6. Replies
    12
    Views
    15,624

    Re: Sending Large Data

    Hey Or if you want it this way

    AJAX.htm

    <html>
    <head>
    <script src="Global.js" language="javascript"></script>
    <script src="XMLWriter.js" language="javascript"></script>
    <script...
  7. Replies
    12
    Views
    15,624

    Re: Sending Large Data

    Hey PeejAvery, sorry forgot about that I hope this is fine?? If not let me know?? Thank you

    [code]
    var url = "getdata.asp"
    ...
  8. Replies
    12
    Views
    15,624

    Re: Sending Large Data

    Hello PeejAvery,

    Thank you for your reply below is the code, can you please tell me where I am doing wrong??

    AJAX.htm

    <html>
    <head>
    <script src="Global.js"...
  9. Replies
    12
    Views
    15,624

    Sending Large Data

    Hello All,

    I am new to AJAX. I want some help in passing large data to the server. Basically I have 100 text boxes in a form, I want to pass all this information to an asp or asp.net page, which...
  10. Error '1638' / Another version of the product is already installed

    Hello All,

    I have created windows installer application, now when I upgrade the same I get following error “Another version of the product is already installed. Installation of this version...
  11. Replies
    0
    Views
    959

    Editable Crystal Reports

    I have a vb.net application with 14 input fields (name,address etc..). This data is stored in a mdb file.

    I have 'N' Number of different documents (Templates).

    Now what I need to do is, the...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured