all groups > asp.net > february 2007 > threads for thursday february 8
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
How to set the default Codepage when storing .aspx document
Posted by MichiMichi at 2/8/2007 11:44:07 PM
Where can I change the default codepage used in Visual Studio 2005
(asp.net 2.0) when I store or create a new .aspx
Until now it was set Unicode but since I created some pages in German
the default changed to Latin-1.
I have to to store each new document explicit in Unicode.
Where can I c... more >>
Frameset vs. Masterpage
Posted by Frank Milverckowitz at 2/8/2007 8:23:21 PM
Hi,
New to .NET... question about Masterpages vs. using Frameset
I'm using Visual Studio 2005 and notice that the generated pages are of
DTD/Doctype that don't support framesets. To use framesets I will be
changing all pages to HTML 4.0 loose.dtd.
I have a demand from my boss to use fr... more >>
Access DB Upgrade
Posted by leonaisse at 2/8/2007 8:06:07 PM
Hi
I have an existing Access DB that consists of tables, forms, queries and
reports. I need to get it online and into SQL server, what is the quickest
and best way to do this? Is there a magical export procedure to turn the
forms into webpages with the data driving it and also export the re... more >>
asp/asp.net integration
Posted by John at 2/8/2007 8:02:16 PM
Hi
We have an asp.net app that uses asp.net built-in membership system. We also
have a legacy asp app that uses its own login system using a backend db to
store usernames/passwords. We need to integrate the two in a way that there
is only one login, for user convenience. Is there any way th... more >>
WPF/ E Is work On Hanheld Devices
Posted by D I N E S H at 2/8/2007 8:00:11 PM
Hello Friends,
I saw a viedo on Channel9 about windows presentation foundation
everywhere(WPF/E) which introduce in .net3.0 . I want to know shall we
run wpfe on handheld devices . I think we can but i dont know how we
can achive this . If any one of you know or work on same please
answer me... more >>
Windows XP (IIS 5) and ASP.NET 2.0 Application?
Posted by Brian McCullough at 2/8/2007 7:28:36 PM
Hello,
I am running Windows XP (SP2 and all recent updates) on my development box.
When I have Anonymous Access on my Virtual Directory, I can navigate to my
"web site" fine. I setup my ASP.NET 2.0 application's Virtual Directory to
"Integrated Windows authentication" only (unchecked the A... more >>
Rotate Pictures
Posted by Samuel at 2/8/2007 6:35:20 PM
I would like to rotate pictures in HTML file
Is that possible and how
Thank you,
Samuel
... more >>
IEWebcontrols is not work MS Server 2003 !!!
Posted by dina at 2/8/2007 6:15:00 PM
Hi,
I have developed a ASP.NET application(Framework v1) that uses IEWebcontrols
on the ajax.
The application works fine on most machines(MS Server 2003 Standart edition)
but on some machines
fails to display at all. All I get is an empty Items(Toolbox and Tabstrip).
I have checked all t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Releasing lock on a text file?
Posted by David Veeneman at 2/8/2007 6:04:25 PM
Is there any way to forcibly release a lock on a text file, so that it can
be deleted?
I am testing an order-processing site that saves transaction information in
a text file that it attaches to its merchant notification. In most cases, it
works fine, but occasionally a lock on the text fil... more >>
newbie: Problem with CreateUserWizard
Posted by Jeff at 2/8/2007 5:27:41 PM
Hey
Below is the source code of the CreateUserWizard placed on one my web pages
(asp.net 2.0).
The problem is that the AssignUserToRole method isn't triggered when
clicking on the finish button (that Images/Go.gif image).
So I'm wondering what I'm doing wrong here
*******************... more >>
MS Exchange & ASP.NET problem
Posted by Radek at 2/8/2007 5:15:20 PM
Hi,
I would like to send mails using MS Exchange from ASP.NET application. Is it
possible to achieve this with CDO 1.21? Currently I'm using Redemption
(version 4.2) and I have the following problem: E-mails can only be send
when Outlook is opened on the computer where IIS is working. If Ou... more >>
ASP.NET assignment
Posted by wqdwq at 2/8/2007 4:33:36 PM
Can anyone recommend an ASP.NET assignment that I could do in order to build
up a portfolio of ASP.NET web sites?
Thanks,
... more >>
prevent iframe reload at postback
Posted by msxkim NO[at]SPAM yahoo.com at 2/8/2007 2:30:31 PM
Hi all,
I have a webpage with one iframe and a button.
On Page Load event,
if (!Page.IsPostBack)
{
string sDocUrl = //some doucmen url
Iframe1.Attributes["src"] = sDocUrl;
}
When the page is reloaded (by clicking a button), this iframe is being
reloaded too. This iframe has a stati... more >>
Export to excel a server side control
Posted by Doogie at 2/8/2007 2:20:00 PM
Hi,
I am sure this is a very "newbie" question, but I need to export data
from a web page to Excel. However the control is built inside HTML
and I can't figure out how to get ahold of it. When the data is first
gotten from the database, it is put into a HtmlGenericControl object
(using the ... more >>
Error creating thumbnail
Posted by tshad at 2/8/2007 2:16:15 PM
oThumbnail.Save is giving me an error:
System.Runtime.InteropServices.ExternalException: A generic error occurred
in GDI+.
theFileName = New FileInfo(strFileName)
fileOut = fileIn.Substring(0,fileIn.LastIndexOf(".")) &
session("User").CompanyID & fileIn.Substring(fileIn.LastIndexOf... more >>
How to remove Headers from HttpResponse
Posted by ABCL at 2/8/2007 2:10:54 PM
Hi
How can I remove Headers from Httpresponse?
... more >>
Buttons do not work on 2.0
Posted by Robert Scheer at 2/8/2007 1:28:01 PM
Hi.
I have an asp.net 2.0 site used by almost 200 users. Around seven of
my customers say that none of my command buttons work. All my
customers use IE 6.0+ and the pages have validation controls on them.
There are no error messages displayed.
The web server has .Net framework versions 1.1 ... more >>
CS0246: The type or namespace name...
Posted by SubZane at 2/8/2007 1:20:52 PM
I've quite new to C# and asp.net and have been following a tutorial in
an e book on how to make a simple component. However the website
cannot find my component.
The component compiles without any errors
I've added reference to the component in the website
The DLL is in the Bin folder
I'm no... more >>
testing for querystring
Posted by Carlos at 2/8/2007 10:53:27 AM
Hi all,
I would like to have a page that checks for an optional
parameter being passed.
I use the request.querystring("myvar") when the parameter is
being passed, but when the parameter is not passed I get an object reference
exception. How can I check for the existence of the variable be... more >>
Problem with CDONTS with ASP - Lotus notes and Exchange
Posted by Pav at 2/8/2007 10:17:03 AM
Hi,
I am developing a small Intranet web application which needs to send
mails to our coporate Ids.
I am using CDONTS, But my mails never leave Que folder. Not able to
find out what the problem is . please help
1) I am very new to SMTP configiration on my own Windows XP PC. How do
I conf... more >>
Prevent an image from overflowing table size
Posted by tshad at 2/8/2007 10:04:17 AM
I have a table with an image in it that is larger that the width and height.
<table class="dataTable" width="500px" height="400px" border="0"
cellpadding="0" cellspacing="0">
<tr height="400px" >
<td nowrap style="width:500px">
<asp:Image id="CompanyPicture" ImageUrl="\up... more >>
Strange problem with SelectedIndex property affecting multiple dropdownlists
Posted by RSH at 2/8/2007 9:59:55 AM
Hi,
I am having this very bizarre occurance with 4 dropdown lists on my ASP .Net
page.
Each control has its own unique id. When the user selects a value from each
of the dropdownlists it is written correctly to the database.
HOWEVER...When setting the SelectedIndex property of each of ... more >>
Use asp.net web apps login for a second asp.net web app
Posted by dev648237923 at 2/8/2007 9:57:55 AM
We have an asp.net web application that uses Forms Authentication. We need
to launch a second application from links in this app. We don't want the
user to have to also login to this second app. Is there a way to let the
second app know that we are authenticated on the first app. I thought abo... more >>
system framework
Posted by Jman at 2/8/2007 9:57:09 AM
Id like to develop a system.
But before I do that, id like to donwload a code framework. A framework
organized as an n-tier layers.
You have some sites or links to suggest?
... more >>
DropDownList event delegates
Posted by studio60podcast NO[at]SPAM gmail.com at 2/8/2007 9:38:39 AM
I'm not sure I can do this, but here is what I'm trying to
accomplish...
I have a WebUserControl that has a single control - a DropDownList -
called BoundDL. In that control, I have methods that will bind that
control to a DataTable based on other properties that are set.
I have another pa... more >>
drag and drop file upload for ASP.NET??
Posted by Milsnips at 2/8/2007 9:38:21 AM
hi there,
i'm looking for a drag/drop fileupload tool/script for ASP.NET where the
user wont have to browse for the file, just drag them into a box and it
automatically handles it.
Anyone seen something like this around that is NOT java plug-in?
thanks,
Paul
... more >>
csharp syntax help
Posted by rodchar at 2/8/2007 9:29:00 AM
hey all,
i'm inside a RowDataBound event and i'd like to dynamically add a button to
an empty gridView column with a click event handler. i'm having trouble with
wiring my procedure to the btn click event.
protected void GridView1_RowDataBound(object sender,
GridViewRowEventArgs e)
... more >>
GridView Question
Posted by Paul at 2/8/2007 8:56:49 AM
I have a grind view which I bind to a dataset. I only show specific
columns from the dataset, but i need to reference the keyfield from
the DS to calculate the value of other fields. I have a custom field
which contains a label. Using the OnPreRender event, I need to access
the datasets keyfield... more >>
Getting the text encoded value of a jpg file...
Posted by Charlie NO[at]SPAM CBFC at 2/8/2007 8:47:32 AM
Hi:
I want to set a default value of a varbinary(max) column in SQL Server. The
reason is my application databinds to a varbinary(max) column to display
pictures, and if there is no picture when record is created, I would like it
to default to a common picture. To do this, I will need tex... more >>
Was security hole in dotnet 1.1 fixed in dotnet 2.0
Posted by Chuck at 2/8/2007 8:29:47 AM
Hello,
Does Dotnet 2.0 Framework still have the security hole that Dotnet 1.1
Framework had regarding HTTP-Post method for web services?
TIA
... more >>
Read <customErrors> element via VB.NET Code?
Posted by Mike at 2/8/2007 8:29:03 AM
Hi. Is it programatically possible in VB.NET to read the contents of
web.config's <customErrors> element? I looked at using
ConfigurationSettings.AppSettings, but that doesn't work.
I need to read the value of redirect from the error statusCode 404. My
web.config looks like this:
<custo... more >>
load testing
Posted by David Thielen at 2/8/2007 8:26:01 AM
Hi;
We need to loadtest our ASP.NET app. So two questions:
1) With just one user, it is slow. Especially the first time we hit a page.
This is pre-compiled and we use web deploy and then put it on IIS on Win
2003. But even on subsequent page requests, there can be a good 1/4 - 1/2
second... more >>
access web application object from background thread?
Posted by Mike at 2/8/2007 8:14:04 AM
I have an asp.net 2.0 web application where some of the processing has been
delegated to a background worker thread. The code for that thread is in a VB
module that is part of the application, but is not a code-behind. I would
like to read/write values in the application object's cache, but ... more >>
Formview ChangeMode Problem
Posted by Trev at 2/8/2007 7:56:13 AM
Hi,
I'm hoping that someone in this group can shed some light on an issue
I'm having with a Formview.
I have a Web User Control (.ascx) with a Formview. The Formview
contains 2 Multiviews, one in the EditItemTemplate and one in the
InsertItemTemplate. Each of those Multiviews contains sever... more >>
Menu Control with Multiview Control ???
Posted by Brad Isaacs at 2/8/2007 7:25:39 AM
Good morning friends,
I am working with ASP.NET 2.0 -- VB code behind
I have created tabbed pages using the Menu control with the Multiview
control. Using the menu control to display the tabs, and the Multiview
control to display the content that corresponds to the selected tab.
My Men... more >>
Enterprise Library 2.0 Data Access Application Block
Posted by shapper at 2/8/2007 7:17:11 AM
Hello,
Could someone tell me how to run a simple SQL stored procedure using
the Enterprise Library 2.0 Data Access?
I have in my VB.NET code the following database:
Dim db As Database = DatabaseFactory.CreateDatabase
Thanks,
Miguel
... more >>
SQL Sever SELECT to asp.net webpage
Posted by saetiagous NO[at]SPAM googlemail.com at 2/8/2007 6:59:33 AM
Hi,
I have a stored procedure in SQL Sever which retrieves 2 columns, NAME
and JOB, using a simple statement (SELECT Name, Job FROM People).
I wanted to know, how do i put the values of these 2 columns into 2
seperate textBox on my asp.net webpage?
I can make a connection to the stored pr... more >>
Is it possible to create Powerpoint files?
Posted by ssims at 2/8/2007 4:34:03 AM
1) Is it possible to create a powerpoint file with asp.net? I've
Googled it and can't seem to find a definitive guide.
2) If it is possible to create a powerpoint file with asp.net, is it
possible to pull exisiting slides together in a certain order rather
than creating the slides from scratc... more >>
.net user permissions in IIS
Posted by Fox1977 at 2/8/2007 3:35:10 AM
Hi folks,
Just wondering if anyone can help me out with this problem I'm having
getting a particular .net web application to run on a windows 2003 r2
x64 platform running as a domain account.
Our current setup is as follows:
We have a windows 2003 domain with 4 web servers in. Two of the... more >>
Newbie, error between asp.net 1.1 and asp.net 2.0
Posted by verci at 2/8/2007 1:14:48 AM
Hi guys, sorry if this seems stupid :(
I'm running VS2005 Professional, SQL Server Express 2005, Win XP Pro SP2,
ASP.net 2.0, thanks in advanced for your help.
I trying to migrate an application build on asp.net 1.1 to
asp.net 2.0, I get an error saying:
Public member 'Format' on type 'D... more >>
|