all groups > asp.net > may 2005 > threads for sunday may 29
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 31
REALLY slow perfromance when posting DIME attachments
Posted by Sven Thorsen at 5/29/2005 11:56:01 PM
I have a Web Service with a method that handles file uploads.
The file is sent as a DIME attachment to the SOAP request.
The post is successful, the file is received and the correct response is
sent back to the client. So there seems to be nothing wrong at all, except:
This is UNBELIEVEABLY slo... more >>
Mono, DataGrid and Data formatting expression
Posted by camelweb NO[at]SPAM bigpond.com at 5/29/2005 11:13:17 PM
Hi,
There doesn't seem to be a usenet group for Mono programming, so I
thought I'd post my question here.
In Visual Studio I set the data formatting expression for one of my
DataGrid columns to {0:#.##}. When I run this on my test IIS server all
is sweet. When I post this to my Apache serve... more >>
adding main.aspx.vb & main.aspx.resx under aspx
Posted by John M at 5/29/2005 11:11:24 PM
Hello,
In an *.sln solution,
I have added a project (VB .NET),
and under the project, I have added some files.
I did : right click + add existing file (I had the existing files :
main.aspx, main.aspx.vb, main.aspx.resx)
main.aspx.vb & main.aspx.resx don't appear under main.aspx,
.... a... more >>
TextChanged Event do postback
Posted by Franck at 5/29/2005 10:25:21 PM
Hi,
Got a custom control which is a datetimepicker. It is set of two
controls : textbox and button.
The button display a popup where user can select a date which is then
filled in the control textbox.
I just wanna know if it's possible to do postback for the page where
the custom control is ... more >>
Access HTML Control from code-behind
Posted by fxs at 5/29/2005 5:52:05 PM
Hello,
I have the following controls on an aspx page: 2 html radio button
controls, 1 asp:label control and 1 asp:button control....
<INPUT id="rdo1" type="radio" name="grp1" onClick="clientsidecode();">
<INPUT id="rdo2" type="radio" name="grp1" checked
onclick="clientsidecode();">
... more >>
What is IIS(ASP) user Name, over the network,.... it is not IUSR_.
Posted by Shaker at 5/29/2005 4:34:01 PM
On web server IIS,
What is the User Name(Identity) of the webserver,
that is trying to access a network directory on the local Intranet?
for certain process while an ASP page is running.
i.e, If you say it is IUSR_machine,... It is not.
Becuase IUSR_Machine is locally defined on the Server a... more >>
MailMessage, SmtpMail, and Hotmail: Why are my messages getting put in Junkmail?
Posted by Nathan Sokalski at 5/29/2005 3:10:30 PM
I am using the MailMessage and SmtpMail classes to allow users of my site to
send me email at my Hotmail email address. However, it always ends up in the
Junkmail folder. Even though I check my Junkmail box, I do not want this to
become a problem if I ever use these classes to have email sent ... more >>
Datagrid, multiple records on a row
Posted by Omega at 5/29/2005 3:07:14 PM
Hi
How do I make my datagrid to display multiple records on a row ?
With:
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<td>Blablabla</td>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
I will have one record on a row.
For example I want to display thumbnails of recor... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Loss of values in session
Posted by Tim W. at 5/29/2005 1:44:07 PM
Chaps.
We are working with SQL-Server based Sessions in the following environemtn:
Win-Server 2K3 incl. IIS, Dot Net Framework 1.1, SQL2K SP3a, German.
We are defining a Session-Variable named keyword inside asp.net website. At
the end of the Website we are writing this variable again to ... more >>
Response.Write overrides my OnClick function
Posted by chanko NO[at]SPAM gmail.com at 5/29/2005 12:31:33 PM
Hello all, i'm having a little problem while adding script blocks from
my codebehind
i have a page that registers a new product in my database, and upon
finishing, this page should open a popup window which will print a kind
of receipt for this transaction.
on my page load, i'm adding an oncl... more >>
system hangs when running aspx page
Posted by Kris at 5/29/2005 12:14:48 PM
Hi,
I cannot run any ASPX page on my computer.
When I create a page in VS2003 and try to run it,
my system always locks up?
Something with the ASPNET user account?
Your help is appreciated.
regards,
Kris ... more >>
custom date formatting
Posted by IM at 5/29/2005 12:08:49 PM
hi,
I took out a part of my code so I can get some help.
objWriter.WriteStartElement("item"); // start of the "item" element -
one for each article
objWriter.WriteElementString("title",
objReader.GetValue(1).ToString()); // title of article
objWr... more >>
Configuration Error in ASP.NET 1.1 App
Posted by Thomas Satzinger at 5/29/2005 9:25:37 AM
Hi to all,
i am doing a ASP.NET app in VS2003 (Framework 1.1, SP) under XP SP2.
From time to time, on program startup, i get an error message, telling me
"Configuration Error", "Access denied" on
<add assembly="*"/> in my machine.config.
Closing VS, deleting the Bin - folder, open VS , reco... more >>
How to do a post back when user press enter.
Posted by guoqi zheng at 5/29/2005 7:56:14 AM
In a regular html form, when user press "enter" key, the form will be
submitted.
However, in ASP.NET web form, a form will only be submitted (post back) when
a special button is clicked. Many user get used to click "enter" key to
submit a form. How can I use "enter" key to submit/postback ... more >>
Custom Server Control Nightmare
Posted by I am Sam at 5/29/2005 6:47:31 AM
I am building a custom control that builds on the Textarea html control. I
have attached a toolbar on top of the Textarea that allows the creation of
buttons that will give the designer(during design-time) the ability to add or
remove buttons and their associated functions. These function as... more >>
getting rid of runat=server !!!
Posted by Alireza Sami via .NET 247 at 5/29/2005 5:52:02 AM
Hi,
Is there a way to get rid of runat="Server" in my custom controls?
I want to make my code cleaner if this is possible.
Thanks,
--------------------------------
From: Alireza Sami
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>llxcM6xyt0... more >>
REPOST - Please help.
Posted by Nick Poulis at 5/29/2005 3:02:02 AM
Hi to all
I face the following problem,
the following code (very simple) is contained in
a referenced class method
Dim cn As New OdbcConnection("DSN=BOC;UID=Admin;PWD=;")
cn.Open()
When aspx page reaches the method containing those lines
I get the following server error:
ERROR [IM0... more >>
handle error in called class or...
Posted by hansiman at 5/29/2005 12:00:00 AM
I'm unsure how best to handle errors in the scenario below!
Say I have a class Employee that handles everything about employees.
The class has two properties "id" and "name", and on procedure
"create" that simply inserts a new employee into the database.
Any error I'd like to show to the use... more >>
How to use resources on pages without controls?
Posted by Arjen at 5/29/2005 12:00:00 AM
Hi,
I'm using this code inside a control:
... Text="<%$ Resources:Resources,7 %>" ...
This works fine. Now I have some static text (<p>, <label>, etc.) where I
want to use resources.
This <p><%$ Resources:Resources,7 %></p> does not work.
Can somebody help me?
Thanks!
... more >>
|