User Profile

Collapse

Profile Sidebar

Collapse
Prabhua
Prabhua
Last Activity: Dec 7 '07, 02:47 PM
Joined: Nov 16 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Prabhua
    replied to Doubt in loading component
    in .NET
    thanks for yr response.

    its actually not a image . its an "image uploader component" which is loaded into c#.net.
    as per my knowledge it is loaded as ActiveX Component in IE.it is in javascript as a whole. Since it takes some time to load,i just want to put some preloader gif image till the component gets loaded.

    The Question is when do i know the completion of download of this component so that i...
    See more | Go to post

    Leave a comment:


  • Prabhua
    started a topic Doubt in loading component
    in .NET

    Doubt in loading component

    Can any one help me out in solving my problem.
    i am loading a component using javascript. but it takes long time to load.
    In that i am applying preloaded .gif image.
    my doubt is, what event is fired when the component is downloaded completely so that i can clear gif preloader image. i.e., when i come to know the completion of loading
    thanks
    A.Prabhu
    See more | Go to post

  • Prabhua
    started a topic connection between windows CE and oracle

    connection between windows CE and oracle

    Hi

    i am connecting windows CE with oracle using the following string..

    Provider=MSDAOR A.1;Data Source=vtsdb;Us er ID=vtsuser

    but it shoots me an error . can anybody give me an solution for this problem
    or should i installed any provider for oracle since only oracleclient is available in windows CE

    Thanks
    A.Prabhu.
    See more | Go to post

  • Prabhua
    started a topic connection between windows CE and oracle
    in .NET

    connection between windows CE and oracle

    Hi

    i am connecting windows CE with oracle using the following string..

    Provider=MSDAOR A.1;Data Source=vtsdb;Us er ID=vtsuser

    but it shoots me an error . can anybody give me an solution for this problem
    or should i installed any provider for oracle since only oracleclient is available in windows CE

    Thanks
    A.Prabhu.
    See more | Go to post

  • connection between windows CE and oracle

    Hi

    i am connecting windows CE with oracle using the following string..

    Provider=MSDAOR A.1;Data Source=vtsdb;Us er ID=vtsuser

    but it shoots me an error . can anybody give me an solution for this problem
    or should i installed any provider for oracle since only oracleclient is available in windows CE

    Thanks
    A.Prabhu.
    See more | Go to post

  • Prabhua
    replied to Want to send LINK in the email using C#.net
    in .NET
    Thank U leela mn for yr reply. i got it.
    thanks
    a.prabhu
    See more | Go to post

    Leave a comment:


  • Prabhua
    started a topic Want to send LINK in the email using C#.net
    in .NET

    Want to send LINK in the email using C#.net

    Hi all,
    Please help me out in solving this problem.
    I am sending mail using C#.net. i can able to send plain text.but the thing is i want to sent a LINK in the email.
    thanks
    a.prabhu
    See more | Go to post

  • Prabhua
    started a topic Loading Page from javascript function

    Loading Page from javascript function

    Hi,
    can anyone solve my problem?
    i want to load or refresh the page from javascript function?how to do it?
    i.e., on click of anchor tag i am calling javascript function and after some manipulation i want to load same page.
    thanks
    a.prabhu
    See more | Go to post

  • Prabhua
    started a topic Want to display user who are online.
    in .NET

    Want to display user who are online.

    Hi,
    can anybody help me in solving out my problem.I am creating web based application using asp.net with c#. I want to display all the username who are all online in the website? how to find this? any function exists? help me please.......
    thanks
    a.prabhu
    See more | Go to post

  • By default Gridview control will take data from Accessdatasourc e control,right? which is indicated in .aspx file.
    See more | Go to post

    Leave a comment:


  • Here is my code--

    <asp:AccessData Source ID="AccessDataS ource1" DataFile="Datab ase/thecliniq.mdb" SelectCommand=" Select * from tempr" runat="server"> </asp:AccessDataS ource>

    <asp:GridView ID="GridView1" DataSourceID="A ccessDataSource 1" AutoGenerateCol umns="false" DataKeyNames ="id" runat="server" HorizontalAlign ="Left"...
    See more | Go to post

    Leave a comment:


  • Problem in loading gridview after deletion using asp.net(C#)

    Hi,
    can anybody clear my doubt in asp.net using c#.
    i am deleting record in database using gridview control. the problem here is that record gets deleted in database but the changes is not reflected in the gridview control.i also used "gridview1.Data bind()" after delete query. what should i do now?
    regards,
    a.prabhu
    See more | Go to post

  • Prabhua
    started a topic Adding ID to button at run time inside while loop
    in .NET

    Adding ID to button at run time inside while loop

    hi all,
    can anybody solve my probelm in asp.net using c#.

    i am creating button inside while loop at runtime in html page.i just want to give different ID for different button inside while loop.how can i do that. any suggestion?any id but it should be unique.
    here is my code.




    Code:
    <table style="z-index: 112; left: 24px; width: 653px; position: absolute; top: 72px;height:
    ...
    See more | Go to post
    Last edited by kenobewan; Feb 21 '07, 06:11 AM. Reason: Add code tags

  • Prabhua
    started a topic listbox control
    in .NET

    listbox control

    Hi ;
    How to display the selected item from the list box and also multiple selection should be done in the list box.The selected item should be fired in the other two list boxes
    See more | Go to post

  • Prabhua
    started a topic Disabling Anchor Tag

    Disabling Anchor Tag

    Hi all,
    can anybody help me in solving my problem. i want to disable my anchor tag when certain condition is met using asp.
    thank u.
    See more | Go to post

  • Prabhua
    replied to Problem in dropdown control
    in .NET
    Thank U very much to both of u. Your idea is very much useful to me.
    Thank U once again.
    See more | Go to post

    Leave a comment:


  • Prabhua
    started a topic Creating table row at run time in asp.net(C#)
    in .NET

    Creating table row at run time in asp.net(C#)

    Hi,

    Can anybody help me out in solving my problem in asp.net with C#.
    i want to create table row at runtime.i.e., i want display record from database in the table at run time.
    thanks in advance.
    See more | Go to post

  • Prabhua
    started a topic Problem in dropdown control
    in .NET

    Problem in dropdown control

    Hi all,

    Can anybody help me out in solving my problem.i want to display particular textbox based on selection in dropdown control using asp.net with c#.
    thank u
    See more | Go to post

  • Prabhua
    started a topic Exporting sql server database

    Exporting sql server database

    hi,
    can anyone tell me how to export sql server database to a particular location.
    thanks.
    See more | Go to post

  • test message
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...