| Thread | Last Post | Replies |
|
| How to convert .aspx page to .pdf at runtime | 24 May 2007 22:37 GMT | 3 |
Is there a way to convert the entire output of a c# asp.net page to PDF format? I would like to send the entire web page, formatting, tables and images in pdf format by email. Actually, I'd like to send something like a printscreen
|
| Question About Session State | 24 May 2007 21:21 GMT | 1 |
asp.net 2/C#/VS2005 I have a webform where I am storing info in a table/dataset in Session state. When I do a post back from the webpage, the info (rows) is lost when using Firefox as the browser. However, it works fine when using
|
| using System.Data.OracleClient; | 24 May 2007 20:38 GMT | 2 |
I am using ASP.NET 2.0 (c#). I added the reference Oracle.DataAccess 2.102.2.20 v2.050727 to my Bin folder. However, I am not able to use: using System.Data.OracleClient; Is there another step that needs to be done? Any help would be appreciated.
|
| Login LoggedIn event and Profile object question | 24 May 2007 20:38 GMT | 1 |
My site does not allow anonymous users. After a user has logged in and been authenticated I need to access some information in their profile object. I thought I would do this in the LoggedIn event of the Login object but when that event fires the user is still not authenticated ...
|
| difference between refreshing a page, postback and viewstate | 24 May 2007 20:11 GMT | 4 |
i'm not sure to understand the difference between refreshing the pagina by clicking on 'refresh' in the browser and a postback. What i think it is: Suppose a page with a form containing a textbox and a dropdowlist: and a
|
| Displaying Fields in GridView | 24 May 2007 20:10 GMT | 3 |
I have a gridview that I would like to check a value for a datafield and depending on that value, either display or not display another datafield in the same row. I need to do this on the original databinding of the grid.
|
| Page Controls | 24 May 2007 20:01 GMT | 1 |
i'm using asp.net 2 and the master page paradigm in another page .aspx - that inherit from the master page - i'd like to has - programmatically - all the controls in the page, how can I do ?
|
| DecryptString Error | 24 May 2007 19:47 GMT | 1 |
I am getting an error on my ASPX 2.0 (AJAX enabled) system lately. I did not change my code in any way. The system is on a shared server so it might be related to my provider. But I am not sure. Also, the error happens not all the time. Maybe 10 times out of 1000.
|
| Error Only in Firefox | 24 May 2007 19:05 GMT | 1 |
asp.net 2/C#/VS2005 I have a webform that contains gridview that is databound to a dataset maintained in session state. Users can enter values into textboxes and add to the grid. For each row in the grid, there is a command field
|
| Does .Net have an interface that supports PVC version control product. | 24 May 2007 18:44 GMT | 1 |
We are looking into vesion control products at my company. The obvious choice is Visual Source Safe, however we are also looking into PVCS also. Does PVCS have an interface available that will work with .Net?
|
| 2.0: using System.Web.Profile (newbie) | 24 May 2007 17:46 GMT | 1 |
I want to use user profiles in my Web application. In Web.config I have added: <profile defaultProvider="SqlProfileProvider"> <providers>
|
| reading asp.net trace | 24 May 2007 17:44 GMT | 2 |
one of the pages in my asp.net application is taking very long to load. i want find out what is causing the problem. its probably ajax. i am not finding the asp.net trace any useful, i mean i do not know how to make that trace information useful in diagnosis of this problem..can ...
|
| How do I enable Copy / Paste support on a Web Form | 24 May 2007 17:42 GMT | 1 |
I know I must be missing something easy, But I have a webform, which has a bunch of ASP.NET Text box controls. When a person tries to "Copy" the text out of one of the controls, they get a pop up error saying "Disabled"
|
| Update Roles | 24 May 2007 17:35 GMT | 1 |
I have 4 roles: admin, coll, writer, reader. Consider that User_A is in roles admin and writer. Now I created the following list: Dim User_A_Roles As Generic.List(Of String)
|
| GridView - FooterStyle | 24 May 2007 17:33 GMT | 2 |
I have a gridview with both horizintal and vertical lines. I would like to have the last row - footer - withoutt vertical lines so it will look line one cell with the width of the table. How could I do it?
|