| Thread | Last Post | Replies |
|
| sending pdf content to the browser | 27 Apr 2006 04:58 GMT | 3 |
I have pdf files stored in a database image field. I need an aspx page that will send the pdf to the browser. The code I have (in the page_load event) works the first time I run it: [code to query database and put pdf contents into bytearray ba, with length
|
| anyone knows if there is a portal starter kit for asp.net 2.0 | 27 Apr 2006 04:37 GMT | 2 |
Hello, I am looking at building a portal, and would like to make sure I pick th eright technology. I have seen that asp.net 2.0 embed the notion of portal, and figured that may be it would be the way to go. But I have discovered that
|
| ConfigurationSection with duplicate keys? | 27 Apr 2006 03:56 GMT | 4 |
I'm trying to setup a email info config section like: <contactForm> <email> <add key="toaddress" value="he@hishost.com;" />
|
| different asp pages, same code | 27 Apr 2006 02:26 GMT | 1 |
I want to set up a section of an asp.net page (the content portion) to be generic. I want to be able to set up custom pages for different companies to use our site where the they can use their own look an feel (top and left side of
|
| Help SQL Injection Attack Question - newbie to web security | 27 Apr 2006 01:53 GMT | 10 |
If you have a URL, say ../details.aspx?ID= and the ID is generated from a master.aspx page, such as ../details.aspx?ID=24 are you vulnerable to a SQL Injection attack?
|
| Membership Question | 27 Apr 2006 01:14 GMT | 3 |
I was wondering if it is possible to add a custom fields to the membership feature. Like gathering address, phone etc. Is there a way to get this information an store it in the same data tables as the other info, or do I need to creat my own fields and tabel to keep this info. ...
|
| CreateDirectory | 27 Apr 2006 00:51 GMT | 7 |
Hey all, is there a way to use System.IO.Directory.CreateDirectory on asp.net where it creates it on the client? thanks,
|
| How to export image to Excel document | 26 Apr 2006 23:44 GMT | 2 |
I want to export a gridview data and a image from image control to export to an Excel document. When I executed following code, GridView data was exported to Excel properly. But no image was displayed in Excel. Only a blank image icon
|
| Access hidden controls on ascx page | 26 Apr 2006 23:37 GMT | 2 |
I have a hidden control <input id="FieldSortOrder" type="hidden" name="FieldSortOrder" runat="server"> in a ascx page. I want to store some value in this control in the code behind page.
|
| createuserwizard control - adding additional fields | 26 Apr 2006 23:34 GMT | 1 |
I am working with one of the .net starter kits and it uses the createuserwizard control. That's fine, but it doesn't include a field for first and last name. On another thread on asp.net, they suggested using the profile in the web.config to create firstname and lastname
|
| How to keep impersonation? | 26 Apr 2006 23:27 GMT | 1 |
I have impersonated a user. I can access a database trough my page with my impersonated user. However, I want my impersonated user to open a PDF file and there I'm back with my normal user instead of the impersonated one. How can I keep that impersonated user and not go back to ...
|
| Response.OutputStream truncates XmlTextWriter? | 26 Apr 2006 23:24 GMT | 1 |
(ASP.NET 2.0. Issue presents both on my copy of IIS on my workstation (XP Pro) and my production server (Win2k3). I don't use any proxy servers, anti-spyware apps, etc. Problem occurs using IE6SP2 and Firefox 1.5.02.)
|
| Can't add items to dropdownlist | 26 Apr 2006 23:21 GMT | 2 |
Hi again, I really hope that there is a simple solution to this one, cause I'm having simular things happening to other controls on this usercontrol. I have the following control:
|
| asp:checkbox hide/show text/fields when it's clicked without doing a postback? | 26 Apr 2006 22:53 GMT | 2 |
Is there a way with a asp:checkbox to run a JavaScript to display/hide text/input on the screen without doing a postback? I also need to be able to access the stuff at the server so I need to have run=server with it.
|
| Problem with perl, cgi & pdf | 26 Apr 2006 21:37 GMT | 1 |
Hello all; I gathered information from this and several other groups to write a perl & cgi script to display a pdf document. My script works partially and found an issue when testing.
|