| Thread | Last Post | Replies |
|
| Connection to web server lost uploading files of 100mb | 09 Apr 2008 09:57 GMT | 3 |
I suspect this is to do with the configuration of IIS but I posted here as it could be asp.net related... I'm uploading large files through an asp.net 1.1 web app... works fine on my dev box and on a staging server with files up to about 300mb but on the live
|
| Firefox not displaying popup correctly | 09 Apr 2008 03:07 GMT | 4 |
I'm using a script to show a popup. http://www.openwebware.com/products/openpopups/ This displays fine in IE but it does not work right in Firefox. In Firefox it displays the table but that's it. If I move the call to createWindow
|
| Request.Url - Path Only | 09 Apr 2008 02:25 GMT | 3 |
Does any know how to get the path only from Request.Url ? Thanx John
|
| Calling Master Page methods directly from Content Page inline code (.aspx file) | 09 Apr 2008 01:51 GMT | 1 |
Can it be done? ( This is a related issue to my recent post... http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_t hread/thread/a229a66642bedfaf/870614ae257ae699 ...but with a twist. )
|
| LogInView Password Recovery and Smtp | 09 Apr 2008 01:26 GMT | 1 |
When the user is requesting a password to be emailed and answers the question and clicks Submit, the system uses the values from <mailSettings> smtp to send the email. My question is, how do I change this value ? ie Is there some Mail
|
| How to add a field to an Adobe Reader document? | 09 Apr 2008 00:52 GMT | 2 |
I have this existing adobe reader document and I need to add a field to it. Does anyone know how to do this? Thanks in advance.
|
| Update Multiple Datagrid Rows | 08 Apr 2008 22:50 GMT | 1 |
I'm using an imagebutton in the datagrid footer to update a column of textboxes in a "quantity" column with new values that the user inputs. I'm using a datatable, which I then bind the datagrid to. I've got the basic premise - dim a textbox, loop through the
|
| Anyone know of a Silverlight newsgroup? | 08 Apr 2008 22:38 GMT | 1 |
I am looking for a Silverlight newsgroup, I can't find one on news.microsoft.com. Thanks Brian K. Williams
|
| GMail webservice or api available? | 08 Apr 2008 21:40 GMT | 4 |
I want to make an application that checks messages (including message attributes, like From/To, Subject, Body, Date). Any suggestions? I couldn't find an official GMail web service or API. Thanks.
|
| DataGrid in DataList in UpdatePanel | 08 Apr 2008 20:30 GMT | 1 |
I've got a bit of an issue that I'm trying to work out. I have the page structure described in the subject, and performance seems to have taken a nose dive, from perfectly acceptable at 8 DataList rows to Hideously Bad at 150 (the difference between the dev/
|
| retaining info after postback | 08 Apr 2008 20:28 GMT | 2 |
hi, i'm creating a table with rows on runtime. the rows are added through some option on the page (not from db). but when i do a postback a miss the info. how could i retain that info?
|
| aspnet from http to https | 08 Apr 2008 20:20 GMT | 1 |
I am changing a customer web site to use https and certificates. The current login.aspx page is called via http. Do all other pages that need to be secure have to be in a separate set of web folders? For example, our login page validates the user and if ok, send them to the ...
|
| Making a WPF/NET 3.x Project | 08 Apr 2008 19:38 GMT | 2 |
I installed the .NET 3.0 and 3.5 frameworks on my computer and on the web server I'm working with. I'm using VS 2005 Pro. I was going over some instructional video from MS Elearning on WPF. They had a video that showed how to make a WPF XAML document. In VS, you go to File,
|
| Conversion from string to type double is not valid | 08 Apr 2008 19:36 GMT | 2 |
I'm using asp.net 2.0 and I wrote Public Function SendAlert() As Integer Try Dim nwln As String = System.Environment.NewLine
|
| Obfuscating | 08 Apr 2008 17:33 GMT | 3 |
I'm using Visual Studio 2005. I'm trying to protect my website dll files as best as possible using obfuscating approach. I've tried to use Dotfuscator Community Edition (comes with Vis Studio) to obfuscate the dll from the web deployment project. The result is hardly
|