all groups > asp.net > june 2006 > threads for saturday june 24
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Implementing upload progress indicator question
Posted by Marko Vuksanovic at 6/24/2006 11:47:45 PM
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=3D"C#" AutoEventWireup=3D"true" =
Co... more >>
IIF statement used to evaluate date and covert it to shortdate driving me to distraction
Posted by Jim Florence at 6/24/2006 8:59:18 PM
Hello,
I've just started in ASP and I'm having a few teething problems. Initially I
tried to write out dates from the database using
<asp:Label runat="server" ID="Label6" Text='<%# Eval("ShippedDate") %>
But I got a problem with DBNull's, a kind sould told me to look at using IIF
and ... more >>
Web Site Project vs Web Application Project
Posted by Ethan V at 6/24/2006 6:20:45 PM
Sorry for a newbie question. Regarding ASP.NET 2.0, why would one choose Web
Application Project over the Web Site Project? What benefits does Web
Application Project provide beside backward familiarity? Thanks very much in
advance for sharing your thoughts.
... more >>
GridView vs DataGrid
Posted by GaryDean at 6/24/2006 6:01:05 PM
I liked the DataGrid because I was familiar in walking through it to do
custom filling and retrieval of data in cases where standard binding
wouldn't do the job.
I read somewhere that the object model is the same for the datagrid and the
gridview. But as I begin to try to manually load a g... more >>
Unable to Deploy ASP.Net 2.0 App to Local IIS
Posted by Tim Brooks at 6/24/2006 3:46:40 PM
All,
Not sure where else to go. I have: VS2005, XP SP2 Media Center, IIS5.1
Problem:
Apps developed (even simple "Hello WOrld") apps simply won't deploy properly
to either my local IIS instance or to a 2nd server W2003K server.
When I publish, create them as IIS apps, or copy, even after ... more >>
Drop Down List Border Width vs Text Box Border Width
Posted by Coder at 6/24/2006 3:09:28 PM
Hello,
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 ?
Thank you
... more >>
browser window
Posted by Jessica Weiner at 6/24/2006 2:37:56 PM
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.
Jess
... more >>
How can I do this
Posted by Bruno Alexandre at 6/24/2006 2:37:15 PM
Hi guys,
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%>
<%#(FormatDateTime(Eval("bdC"), DateFormat.ShortDate))%>
<% E... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
OT - what can I build in PHP and MySQL for fun?
Posted by Wally at 6/24/2006 2:26:00 PM
OT - what can I build in PHP and MySQL for fun?
... more >>
Is this possible?!?!?!??!
Posted by S Reichard at 6/24/2006 1:19:51 PM
Here is my issue... I am working on creating a website
http://www.adoptabrick.com
The new site is in progress http://www.adoptabrick.com/pilot
The first website uses flash right now on the page marked "The Wall". I
would like to change the page to utilize aspx. Is it possible?
Her... more >>
Is This Possible ... ?
Posted by Wayne Smith at 6/24/2006 1:32:28 AM
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
the features I would like to include is the ability to... more >>
Hyperlink click??
Posted by perspolis at 6/24/2006 12:00:00 AM
Hi all
How can I find when an ASP:Hyperlink clicked??
thanks
... more >>
Is there any way to determine which control has the focus in the codebehind?
Posted by José Joye at 6/24/2006 12:00:00 AM
Hello,
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
has the focus (or a .HasFocus() method).
Thanks,
Jo... more >>
|