| Thread | Last Post | Replies |
|
| Implementing upload progress indicator question | 25 Jun 2006 00:58 GMT | 1 |
I used the following code for implementing a file upload progress indicator, using UpdateProgress Panel, though I have a problem that FileUpload.Has File always returns false. Any suggestions what might be wrong? FileUpload2.aspx <%@ Page Language="C#" AutoEventWireup="true" ...
|
| Is This Possible ... ? | 24 Jun 2006 23:17 GMT | 9 |
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web site for a small club I belong to and one of
|
| Update Dataset oleDB | 24 Jun 2006 18:59 GMT | 1 |
Here is my code: Dim wwtID as integer Dim wwtEmailAddress as string Dim drEmailListWWT as System.Data.DataRowView
|
| browser window | 24 Jun 2006 18:31 GMT | 2 |
I have a web application that needs to be displayed in the browser such that it takes up the *whole* window, i.e.browser's back/forwards buttons and menus etc shouldn't be displayed. How can this be done? Thanks.
|
| FTP from one website to another? | 24 Jun 2006 18:17 GMT | 7 |
I'm puzzled and don't think this is possible but if an application that is running on websiteA generates a file can FTP be used from websiteA to transfer that file to websiteB which would be located on another server?
|
| ASP.NET Web Application = Web Site??? | 24 Jun 2006 16:54 GMT | 8 |
I've recently converted to VS2005 and I've noticed that their is no more ASP.NET Web Application, but there is a New Website option. Are these two things the same, or is a Web Application different then a website.
|
| I need help with email and ASP.NET 1.1 | 24 Jun 2006 15:44 GMT | 4 |
I need help with a request that I have received. I have been asked to open up a new email message, populate all of the appropriate fields, add an attachment but I don't want to send the email. I need to just open the new email. The user wants to add recipients before
|
| Drop Down List Border Width vs Text Box Border Width | 24 Jun 2006 14:27 GMT | 1 |
I have two component on my web form, Dropdownlist and Textbox.. I can set textbox' border width to 1 but, Why I cant set dropdownlist's border width to 1? Is there a way to do this ?
|
| How can I do this | 24 Jun 2006 14:18 GMT | 1 |
How can I perform a check if a binded field is Empty or Null, like this: <asp:TemplateField HeaderText="Birthdate" SortExpression="bdC"> <ItemTemplate> <% If Not String.IsNullOrEmpty(Eval("bdC")) Then%>
|
| PDF Libraries | 24 Jun 2006 14:10 GMT | 5 |
After finding out that my pdf library (ABCPdf) doesn't support HTML being imported as an input (Well it does but doesn't support the <table> element), I'm looking for a good quality component (can be commercial) that takes in HTML (and a stylesheet) and can create a PDF based on ...
|
| Set a bgcolor in a repeater based on databse value asp newbie | 24 Jun 2006 13:18 GMT | 4 |
I'm just starting to write in asp and have been trying to create a repeater to display some data in a simple form. The basics worked ok and then I tried to set a bgcolor on a cell based on it's value, I have read and re-read a good few things but nothing seems to
|
| Is there any way to determine which control has the focus in the codebehind? | 24 Jun 2006 12:59 GMT | 2 |
I need to determine which control has the focus in my page_load. Is there a way to do so. I have found lots of sample explaining how to set the focus (using javascript). but no info explaining how to determine how to determine who
|
| Hyperlink click?? | 24 Jun 2006 12:15 GMT | 3 |
How can I find when an ASP:Hyperlink clicked?? thanks
|
| Serve SSL via HttpModule? | 24 Jun 2006 12:10 GMT | 4 |
I have an IIS 6.0 web server that does not have an SSL certificate set up on the web site. Is it possible to enable SSL via my ASP.NET 2.0 web application only by inserting the SSL handshake, etc in an Http Module or anywhere else in
|
| newbie: field name in formview | 24 Jun 2006 10:34 GMT | 1 |
I have in my Visual Web Developer 2005 Express Edition project formview-control bounded with SqlDataSource-control. Wenn I start the application I see in the formview-window the field name and afterwards the text:
|