User Profile

Collapse

Profile Sidebar

Collapse
laxmibokka
laxmibokka
Last Activity: Feb 3 '08, 06:29 AM
Joined: Jun 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • laxmibokka
    started a topic How to send fax from asp.net 1.1web application?
    in .NET

    How to send fax from asp.net 1.1web application?

    How to send fax from asp.net 1.1web application?



    Thnx in advance.
    See more | Go to post

  • laxmibokka
    started a topic Crystal Reports in ASP.NET 1.1 Web Applications
    in .NET

    Crystal Reports in ASP.NET 1.1 Web Applications

    Can any one tell me how to use crystal reports in .net 1.1 web applications and do we need to buy any license from Business Objects or do we need to register with Business Objects to use them in our applications?An y tutorials would be helpful!

    Thanks in Advance
    See more | Go to post

  • laxmibokka
    replied to adding controls dynamically
    in .NET
    I have solved that problem. Thanx for ur reply....
    See more | Go to post

    Leave a comment:


  • laxmibokka
    started a topic adding controls dynamically
    in .NET

    adding controls dynamically

    adding controls dynamically
    In my asp.net application, i have to add dropdownlist(wi th yes/no options), and textbox to the table cells dynamically to each row of a table.The table also contains some other cells with data from database.The number of rows depends upon the backend data. And on selecting from the dropdownlist, the respective textbox should be enabled or disabled. If any one has an idea.Plz share with all of us.
    thanx in...
    See more | Go to post

  • laxmibokka
    replied to Problem with addHandler for ImageButton
    in .NET
    try this way


    AddHandler deleteButton.Co mmand, AddressOf DeleteDataSourc e_Click

    private sub DeleteDataSourc e_Click(sender as object, e as System.Web.UI.W ebControls.Comm andEventArgs)
    ...... ur code goes here
    end sub
    See more | Go to post

    Leave a comment:


  • laxmibokka
    replied to addhandler event not firing
    in .NET
    thanx for ur reply kenobewan

    i have changed my code and created the imagebutton in the onload. now it works, but the page doen't get refreshed once i click on imagbutton which on click deletes one row in the table.

    can u plz tell me how to refresh a page after eventhandling....
    See more | Go to post

    Leave a comment:


  • laxmibokka
    started a topic addhandler event not firing
    in .NET

    addhandler event not firing

    here im trying to create imagebuttons dynamically, and on click of button, the delete function should be called.

    actually commandargument is not passed into the imgBtn_Click
    im not getting any errors
    but its not working
    plz help
    its very urgent


    thanx in advance

    here is the code....

    Imports System
    Imports System.Data
    Imports System.Data.Sql Client...
    See more | Go to post
No activity results to display
Show More
Working...