User Profile

Collapse

Profile Sidebar

Collapse
khushbu shah
khushbu shah
Last Activity: Jul 3 '09, 07:45 AM
Joined: Aug 6 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Alert on unsaved data

    For this pop up comes evey time, whether any chabges done on page, how to verify control state before showing pop up
    See more | Go to post

    Leave a comment:


  • khushbu shah
    started a topic Alert for unsaved data on page
    in .NET

    Alert for unsaved data on page

    In my website we have left panel having different links, our requirement when user clicks on any link and enter any detail on page without save/submit, and then he moves to next link on left panel an alert should be generated to user before the page load for new link happens. In that way an alert for unsaved data can be shown.

    Note:- technology/languaage used should be:- VS 2005 asp.net 2.0 using C#, javascript

    ...
    See more | Go to post

  • khushbu shah
    started a topic Api
    in .NET

    Api

    What are API used for, I want to use API for paasing some paramter from .net application to another tool?
    can some body how we can use?
    are they are written in C#? if my application is in .net.
    See more | Go to post

  • khushbu shah
    started a topic how to format CSV Reports generated
    in .NET

    how to format CSV Reports generated

    C# ASP.Net
    Note:- column names are dynamic based on report. commn function is used for number of reports.

    Code:
      private void exportDataTableToCsv(DataTable formattedDataTable, string filename)
            {
                DataTable toExcel = formattedDataTable.Copy();
                HttpContext context = HttpContext.Current;
                context.Response.Clear();
                foreach (DataColumn column in
    ...
    See more | Go to post

  • khushbu shah
    replied to File Upload control in VS 2005
    in .NET
    Thanks for repIy
    I will try to implement it.and will tell you
    See more | Go to post

    Leave a comment:


  • khushbu shah
    started a topic how to track file/software download
    in .NET

    how to track file/software download

    Hi,

    C#, asp.net 2.0, sql server 2005

    In my web appliction we have link which allows user to download softwares( approx size 800 mb).

    suppose if user starts downloading and then he stops downloading after 100 MB. and he would like to resume downloading later , so how can we track how much it was completed and from where we have to start downloading again so as to download in number of steps....
    See more | Go to post

  • khushbu shah
    replied to File Upload control in VS 2005
    in .NET
    File Upload control in asp.net

    Language C#. ASp.Net 2.0
    Web application Development


    In VS 2005 A file upload control is there.., In this control Text box and browse buttons are in corporated.
    Que- when we browse a file then , in text box path of the file is shown. but after clicking on upload button , path is not visible.
    which property should be used to make path visible and in disabled...
    See more | Go to post
    Last edited by DrBunchman; Aug 19 '08, 07:03 AM. Reason: Added [Code] Tags - Please use the '#' button

    Leave a comment:


  • khushbu shah
    started a topic File Upload control in VS 2005
    in .NET

    File Upload control in VS 2005

    Language C#. ASp.Net 2.0


    In VS 2005 A file upload control is there.., In this contrl Text box and browse buttons are in corporated.
    Que- when we browse a file then , in text box path of the file is shown. but after clicking on upload button , path is not visible.
    which property should be used to make path visible and in disabled mode after upload click.

    This is the code snippet of aspx page:...
    See more | Go to post
    Last edited by DrBunchman; Aug 19 '08, 06:46 AM. Reason: Added [Code] Tags - Please use the '#' button
No activity results to display
Show More
Working...