| Thread | Last Post | Replies |
|
| asp.net c# PDF to "View as html"? | 31 Jan 2006 17:30 GMT | 1 |
I'm looking to have the same kind of feature gmail does in that it is able to view pdf files as html. I want to be able to have a PDF file, have a view as html button but not have 2 files one html and one pdf... I just want one that opens as html rather then opening Adobe Acrobat.
|
| How to troubleshoot authentication problems with login server cont | 31 Jan 2006 17:26 GMT | 2 |
I've created several new users through the CreateUserWizard without a hitch but when I can't login using the login server control with any of them. How do I troubleshoot this problem? I've used SQL Server Profiler and it seems to be getting hung up on the ...
|
| Best way to process a file with 20,000 records | 31 Jan 2006 17:22 GMT | 3 |
What is the best way to upload and then process a csv file that contains around 20,000 records? The data needs to be validated and then added to the database. All records that dont satisfy the validation requirements will need to be
|
| how to include aspx without directive? | 31 Jan 2006 15:55 GMT | 5 |
I would like to include a aspx file inside a script-block, however, I don't want to include that file by <!-- #include virtual="whateverfile" -->. How can I do it? Thanks.
|
| Convert a PHP cookie to an ASP.NET cookie | 31 Jan 2006 15:08 GMT | 1 |
Is there any way I can read a php cookie from asp.net? Nuno
|
| Publishing software | 31 Jan 2006 14:42 GMT | 2 |
I work for a small company that publishes a number of paper based newsletters for companies. It also supplies these newsletters as PDF's and sends weekly updates (e-bulletins as we call them). It also have a related conference business.
|
| grid view button field | 31 Jan 2006 14:41 GMT | 2 |
how can I set up the javascript for the button field in the grid view, so that when the user click the button, a pop up window will be opened, I mean where could I add the "window.open "url" script for the buttion? Thanks
|
| caching is application level or session | 31 Jan 2006 14:31 GMT | 1 |
I am using Output directive at page level for caching the page. If i refresh the page, then page comes from cache, but if i open new IE window and then navigate to the page, it does not comes from the cache.. so what is the problem with this...I am using ASP.net 2.0
|
| CreateUserWizard validation doesn't work | 31 Jan 2006 14:24 GMT | 2 |
I have several required field validators on each step of my CreateUserWizard. When I click Next it goes to the next step, even though the user hasn't typed anything in.
|
| How to Open Separate Browser Window with Server Controls? | 31 Jan 2006 13:48 GMT | 3 |
The subj line says it all. I'm trying to open another window using available ASP.NET/Framework 1.1 library. I know how to do it in Javascript; I don't know how in ASP.NET. Anyone? Thanks for any assistance!
|
| Problem reading data into Dataset | 31 Jan 2006 13:27 GMT | 6 |
Here's my code: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Dim db As New SqlConnection
|
| Guestbook Problems | 31 Jan 2006 13:12 GMT | 1 |
Please take a look at this code <%@ Page Language="VB" Debug="true"%> <%@ Import Namespace="System.Windows.Forms" %> <%@ Import Namespace="System.Drawing" %>
|
| Publish Web Site Headaches | 31 Jan 2006 12:37 GMT | 9 |
I don't know, but I find the Publish Web Site feature very lacking and weak. I mean, why does the damn thing have to delete unrelated directories like /images /documents etc.
|
| mailing list asp.net c# any source code | 31 Jan 2006 12:14 GMT | 1 |
does anyone have any source code to a maling list application that uses ms access at all in c # i am stuck thanks i am using asp.net 2.0 thanks in advance
|
| How to return an excel file or excel data from ASP.NET | 31 Jan 2006 12:04 GMT | 1 |
Here are some of the approaches. 1. Transform DataGrid http://www.dotnetjohn.com/articles.aspx?articleid=36 3. Use the Export approach
|