User Profile

Collapse

Profile Sidebar

Collapse
ashima515
ashima515
Last Activity: Mar 12 '08, 08:24 AM
Joined: Nov 17 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ashima515
    started a topic How to create a table dynamically using AJAX

    How to create a table dynamically using AJAX

    Hi..

    I have made a drop down list...On selecting any of the option i want to display a table. Now the number of rows in the table depends on the selection. I am able to create a table with fixed number of rows.The servlet returns a array of string and i am able to display for fixed number How can i create it dynamically?

    Pls reply ASAP
    See more | Go to post

  • ashima515
    started a topic how to make a textbox visible

    how to make a textbox visible

    Hi..
    I have made a table in html whose first column contains checkboxes...On click of a checkbox i want a textbox to appear in that corresponding row....I have made a textbox but initially it's vixsibility is set to false...How can i make it visible for a particular row using javascript or anything related...

    Thanks & Regards,
    Ashima
    See more | Go to post

  • ashima515
    started a topic ORA-12560: TNS:protocol adapter error
    in .NET

    ORA-12560: TNS:protocol adapter error

    Hi

    Whenevr I try to connect my ASP.Net form to Oracle DB I get the follwoing error:
    ORA-12560: TNS:protocol adapter error

    here's the code:

    Dim con As New OracleConnectio n("Password=tig er;" & _
    "User ID=scott")

    con.Open()
    Dim myCMD As New OracleCommand
    myCMD.Connectio n = con
    myCMD.CommandTe xt...
    See more | Go to post

  • ashima515
    started a topic Search engine ........
    in .NET

    Search engine ........

    Hi All
    I am making an application (ASP.Net VS 2003) in where I have provided a search option to my users. How can I create my search engine for that .........Immedi ate response appreciated....

    Regadrs,
    Ashima
    See more | Go to post

  • ashima515
    started a topic menus in asp.net 1.0
    in .NET

    menus in asp.net 1.0

    Hi

    I want to add menu control to my asp.net form. I am using VS 2003. pls help me ASAP..its urgent..

    Regards,
    Ashima
    See more | Go to post

  • ashima515
    started a topic ASP.Net Help...
    in .NET

    ASP.Net Help...

    HI ...

    I need a help....I have an image as a background of my form, whenever I place a label on it, the background of the label is white, wat shud I do so that the background becomes transparent i.e. no white color appears. I set the background of label as transparent but still it's white... Pls help ASAP.../

    Cheers,
    Ashima
    See more | Go to post

  • ashima515
    started a topic problem in connecting Asp.Net with Oracle
    in .NET

    problem in connecting Asp.Net with Oracle

    Hello. i'm trying to connect ASP.NET and oracle database(9i). Here's the code.
    ----------------------------------------------------------------
    conn = New OleDbConnection ("Provider=MSDA ORA.1;User ID=tw;Password= thru;Data Source=star")

    Try
    Dim a As String
    Dim con As New OleDbConnection ("provider=MSDA ORA.1;username= scott;password= tiger")
    Dim mycmd As New OleDbCommand...
    See more | Go to post

  • ashima515
    started a topic problem in opening ASP.Net project
    in .NET

    problem in opening ASP.Net project

    HI All
    When I try to open a new ASP.Net project, I get the following error:

    Visualstudio .NET has detected that the specified web server is not running ASP.NET version 1.1You will be unable to run asp.net web appilications or services

    How can I fix this??

    Regards,
    Ashima
    See more | Go to post

  • ashima515
    started a topic Asp.net v/s vb.net
    in .NET

    Asp.net v/s vb.net

    Hi All

    I need to make my final year project, but can't decide which technology is better ASP.Net or Vb.Net. Pls help me on this. Immediate help appreciated...

    Regards,
    Ashima Goyal.
    See more | Go to post

  • ashima515
    started a topic h/w requirements..
    in .NET

    h/w requirements..

    Hi All

    Hey I have made a project using ASP.Net and Oracle 9i....pls tell me what are the minimum hardware and software requirements for the system. Pls help.....

    Regadrs,
    Ashima
    See more | Go to post

  • ashima515
    started a topic send using error while mailing in asp.net
    in .NET

    send using error while mailing in asp.net

    Hi

    When I try to mail a page in ASP.Net but get the following error:

    The SendUsing configuration value is invalid. I have already included the system.web.mail namespace. The same code is working well in VB.Net. How can I solve this. Immediate help appriciated.

    Regards,
    Ashima
    See more | Go to post

  • ashima515
    started a topic refresh problem in asp.net
    in .NET

    refresh problem in asp.net

    hi

    I used window.opener.l ocation.reload( ) to refresh my parent window, but it refreshed the child but when i used window.opener.l ocation.reload( true) it refreshed the parent window...
    y so?

    Regards,
    Ashima
    See more | Go to post

  • ashima515
    started a topic pop up problem in asp.net
    in .NET

    pop up problem in asp.net

    Hi all

    I have mada a datagrid on the main page whose first column is a hyperlink column. On clicking the hyperlink a pop up is opened which contains a button ( name delete). I want that on the click event of that delete button that particular gets deleted from the datagrid on the main page. How can I do this? th aproblem m facing is on clicking the record i updated (i.e. deleted) but it still remains in the datagrid. So how can I reload...
    See more | Go to post

  • ashima515
    started a topic adding style to asp.net page
    in .NET

    adding style to asp.net page

    Hi

    I have made an asp.net form just using textboxex, labels n buttons. I want to make my page more attractive. Like on the top I want to add a colorful bar that will contain the title of my form. How can I make my form sylish ( using colorful labels only or is there any other way to make it attractive).

    Regadrs,
    Ashima.....
    See more | Go to post

  • ashima515
    replied to javascript/asp.net
    in .NET
    Hi..
    The problem was that I added the attribute on the click event of the button, so when the button id clicked for the first time the function was added and for thr second time it fired. So the solution is to add botton.attribut e.add() in the load event...
    See more | Go to post

    Leave a comment:


  • ashima515
    replied to How to split datetime format?
    in .NET
    Hi..
    When you are fetching the date you can use substring function.

    Hope this hepls.....
    See more | Go to post

    Leave a comment:


  • ashima515
    replied to Comparing Dates In VB.NET
    in .NET
    Hi

    Use datediff() function.Pls search on google to know more about datediff() function.

    Hope this helps you.
    Happy coding......
    See more | Go to post

    Leave a comment:


  • Hi...
    Code:
    <asp:datagrid id="applications" runat="server" Width="392px" Height="149px" BorderColor="#006A00" HorizontalAlign="Left" BorderStyle="Double" PageSize="5" AutoGenerateColumns="False">
    
    <Columns>
    						<asp:HyperLinkColumn DataNavigateUrlField="application_id" DataNavigateUrlFormatString="applicationform.aspx?id={0}"
    ...
    See more | Go to post
    Last edited by Frinavale; May 7 '09, 03:32 PM. Reason: Added code tags. Please post code in [code] [/code] tags.

    Leave a comment:


  • ashima515
    started a topic javascript/asp.net
    in .NET

    javascript/asp.net

    Hi...
    M a newbe to asp.net. I am trying to use a javascript function in my asp.net page. The function works fine but for the second time. I have made a function that displays an alert box. but wen i click the button for the first time nothing happens but on second click the alert box is displayed. y so?

    here's the code:

    Private Sub Button1_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles...
    See more | Go to post

  • ashima515
    replied to datagrid/ checkbox problem
    in .NET
    HI
    Sorry 3 instead of # by mistabke. Even if I put # the code doent work. On submission even if the chkbox is checked it gives the value false....Why so?
    Regards,
    Ashima...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...