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
User Profile
Collapse
-
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
... -
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. -
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 -
Thanks for repIy
I will try to implement it.and will tell youLeave a comment:
-
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.... -
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...Last edited by DrBunchman; Aug 19 '08, 07:03 AM. Reason: Added [Code] Tags - Please use the '#' buttonLeave a comment:
-
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:...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
Leave a comment: