| Thread | Last Post | Replies |
|
| fileupload inside tab control | 05 Oct 2009 16:26 GMT | 3 |
i have a tab control inside updatepanel and when trying to upload file i only see that fileupload.filename is empty. placing upload control outside tab control with adding trigger works fine however. is there any way to get this to work
|
| Ajax File Uploader | 05 Oct 2009 16:24 GMT | 7 |
My asp.net 3.5 web application needs to upload many user documents to the SQL Server database. I don't quite like the asp.net native FileUpload control, so I searched a little on the web and found one at http://en.fileuploadajax.subgurim.net/
|
| Gridv | 05 Oct 2009 16:04 GMT | 1 |
I have an external style sheet in my web application. But I want to fixed headers on my GridView and scroll through the GridView data. I can do it when I put the following code Style within the <head> </head>: .header
|
| Display pop-up window in different screen | 05 Oct 2009 16:01 GMT | 4 |
I use window.open to open a pop-up window. Is it possible to code to put pop-up window alway in another screen other than main page?
|
| IIS7: *.aspx = 404 | 05 Oct 2009 16:01 GMT | 5 |
============================ Sorry for the double post - I was posting under the wrong alias on the previous post. Please reply to this one. Thanks. ============================
|
| Page_Load gets called twice | 05 Oct 2009 14:13 GMT | 12 |
I am using ASP.NET 2005 and I have a simple form. Page_Load calls a sub mySub that does not do anything (for testing purposes). But, Page_Load gets called twice. On every single ASPX page in my site, Page_Load gets called twice. Why
|
| Automatically add trusted publisher to client store | 05 Oct 2009 09:14 GMT | 11 |
I want to download pfx from my asp.net server, add the pfx to client's X509Store as a trusted publisher, Is it possible? my func in aspx is like this: void InstallCertification()
|
| Pattern recommendation | 04 Oct 2009 17:50 GMT | 2 |
I have a basic website requirement which I'm looking to implement using a suitable pattern. The website can be seen as a set of 'wizards' - the user chooses the wizard they want, then are presented with sequence of fairly straightforward web pages each of which fetches a small ...
|
| where can I get System.Web.Extensions version 3.6? | 04 Oct 2009 15:36 GMT | 2 |
What installer does System.Web.Extensions version 3.6 come with? I'm trying to run the Northwind MVC Example and that version is required. Paul
|
| How can I use print handler to pring a file? | 04 Oct 2009 12:35 GMT | 3 |
How can I use print handler to pring a file? -------------------------------------------------------------------------------- Hi everybody, I need your help.
|
| GridView working with External Stylesheet and CssClass | 03 Oct 2009 19:57 GMT | 2 |
I have an external style sheet in my web application. But I want need fixed headers on my GridView and scroll through the GridView data. I can do it when I put the following code Style within the <head> </head>: .header
|
| Which Character Set to Specify (UTF-8 or ISO-8859-1) in ASP.NET Pages? | 03 Oct 2009 16:44 GMT | 14 |
I have observed that there are a couple of character sets that are frequently specified in the meta tags. From my cursory review of public Web sites, it appears that the character set is either UTF-8 or ISO-8859-1 I am wondering what is the importance of this meta tag, and what ...
|
| files | 03 Oct 2009 10:53 GMT | 1 |
I have a pdf file on my site with a link to download it. I can count the number of hits on the page with the link but how can I count how many times it has actually been downloaded? Jaez
|
| is there a method for dynamic compilation of aspx.vb (or .cs) code off the web? | 02 Oct 2009 23:00 GMT | 3 |
Same way as plain ASP and ASPX pages are compiled? I'm breaking into ASP.NET, and I wonder if there's a way to compile a class dynamically w/out running a desktop framework >> bundling all into a DLL >> and deploying a DLL on the web.
|
| Absolute positioning - recommended? | 02 Oct 2009 22:19 GMT | 6 |
All, I have certain web controls that are positioned via absolute positioning. The problem occurs when viewing via different browsers. Firefox will render the application fine, but IE7, IE8 will have the
|