| Thread | Last Post | Replies |
|
| File upload woes | 26 Oct 2007 08:34 GMT | 3 |
I am trying to do the following: * receive three image files one at a time * validate that it is a valid image type, size * as each is received, I store the image, then show the image
|
| <input> file | 25 Oct 2007 23:32 GMT | 1 |
I have a control on a page in .net 2.0: <input id="AddReport" type="file" name="AddReport" runat="server" /> which I use to get the path, etc. of a file. I then have a button: <asp:Button ID="btnInsertTab8" runat="server" Text="Add Report" />
|
| asp:textbox being renamed when page is rendered. | 25 Oct 2007 21:25 GMT | 2 |
I have an asp:textbox that when the page is rendered and I do some javascript, the name of the object is changed. It went from tbQuantity to ctl00$MainPage$tbQuantity. Is there any way of knowing what objects are going to be renamed and what the naming structure will be.
|
| System.Web.Mail.MailMessage Headers.Add - Include vbCrLf | 25 Oct 2007 21:25 GMT | 8 |
To anyone that can assist me: I deeply appreciate your help!! I am developing an application with an outside vendor. The vendor has a very odd requirement. They need custom X-Headers added to an email received by their system. That's not the odd part. The oddity is
|
| Freeze Header Row | 25 Oct 2007 20:46 GMT | 2 |
I have some code I use in ASP to freeze a tables header row. Works good in ASP. But if I do the same in a .NET 2.0 page, the result is different -- the header column is show in its entirety instead of being cut-off by the width of the DIV it's in. You can see my sample
|
| Editing ASPX.VB File | 25 Oct 2007 19:33 GMT | 7 |
I have an app that I need to make changes to, and on my local copy I have a start.aspx.vb file that I edited and tested, now when I go to the app on the server, it doesn't show any of the .vb files, only the .aspx files. How can I make it show me the .vb file?
|
| rowupdating- I cant get values of columns - blanks- please advise | 25 Oct 2007 19:25 GMT | 1 |
I think this is the 3rd forum where I have posted this question, but so far, I guess I haven't explained myself well enough. Anyway, I have an unbound gridview that uses a stored procedure to fill it. It is working fine and fills the grid ok, but when I try to refer to the ...
|
| session data missing | 25 Oct 2007 19:09 GMT | 9 |
I have a asp.net 2/c# web database application which works fine, but ocassionaly sesion data just dissapears. It's not any timeout as it happens in the middle of work on it, and I just get 2 possible erros - obj ref not set... cause the object in sesion no longers exists or it ...
|
| Zone Alarm and ASP.NET 2.0 | 25 Oct 2007 18:30 GMT | 2 |
I can't get web projects to run at all when Zone Alarm (7.0.x) is running. Is it possible? I can't find anything on the web about it. TIA, Pau
|
| Datalist referencing a textbox with javascript | 25 Oct 2007 17:17 GMT | 3 |
I have a datalist that repeats a list of products and has a textbox called txtQty which you can change. I would like to put a plus and minus image next to this textbox that when you click it increments the relevant textbox accordingly. The problem is obviously that the control ...
|
| AJAX Asp.net | 25 Oct 2007 17:16 GMT | 6 |
Ok, I am really frustraited. I just started looking into the Ajax ASP.net. And have some real big issues. And its only with Visual Studio. I have installed the AJAX 2.0 off of www.asp.net/ajax on both my
|
| HTTPRequest.ReadBinary | 25 Oct 2007 17:08 GMT | 7 |
If I call HTTPRequest.ReadBinary twice... how come the second time it an empty string? Do I need to reset the input stream? Thanks.
|
| EventValidation Parser Error | 25 Oct 2007 17:00 GMT | 1 |
Does anyone know what might cause this error in IE when my page loads: Error parsing attribute 'enableeventvalidation': Type '_Default' does not have a public property named 'enableeventvalidation' This is the line of code it stops on:
|
| Migrate FrontPage app to ASP.Net 2.0 | 25 Oct 2007 16:38 GMT | 2 |
I am trying to convert an existing FrontPage web app, which connects to a database via an html page with a .idc file and an .htx file. I am looking for the best way to convert this to ASP.Net 2.0. Any suggestions on the best way forward?
|
| Obtain real IP address of client | 25 Oct 2007 16:26 GMT | 7 |
What I'm looking for is a way to tell if two sessions are from the same physical PC or from different PCs (within the same organisation say). This is with the view to possibly enforcing license restrictions, i.e. limiting the number of pcs that user account can connect from (say ...
|