all groups > asp.net > january 2008 > threads for monday january 7
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
How can I set the PATH environment variable to server machine in asp.net ?
Posted by chandan at 1/7/2008 9:45:08 PM
I want to set the PATH environment variable to server machine through
my application. I am using ASP.net 2.0 and language C#.
Thanks in advance!
Chandan... more >>
What's the best practice to achieve this?
Posted by gnewsgroup at 1/7/2008 8:04:23 PM
I am not sure how to describe such hanging(?) tables in English
language. But, the following picture shows it clearly.
http://farm3.static.flickr.com/2223/2176441194_37ee1f9ca7_o.png
Normally, it is pretty easy to write a sql that gives us the table
shown at the top of the image. In the we... more >>
Modifying Soap-Response
Posted by Bert Leu at 1/7/2008 6:46:49 PM
Hi
I've got two questions to Soap unter VB.Net
1) if one creates a WebService with a method i.g. "MethodX" (with
VB.Net),
the Soap-Response looks like:
<soap:Envelope...>
<MethodXResponse...>
<MethodXResult> ...
Unfortunately, the Client wants the following form: (wit... more >>
User Graphic Suggestions
Posted by Jonathan Wood at 1/7/2008 6:44:45 PM
The Website I'm developing allows some users to upload a custom header
image, which is seen by that user and all users signed up by that user.
I'm trying to decide the most efficient way to handle this. I don't want to
hit the database to get the image every time I render a page, and I don't ... more >>
where can I download Ajax extension VERSION 1 for Asp.net 2
Posted by ma at 1/7/2008 5:00:33 PM
Hello,
I developed an application which uses AJAX version 1.0. Now I want to
deploy it in another computer and I have problem as I don't have AJAX
support on the new computer and I don't where I can download this version of
AJAX. the Ajax.asp.net has the newer version of AJAX (3.5). Any he... more >>
Mail Accounts. Need Advice
Posted by shapper at 1/7/2008 3:57:30 PM
Hello,
I am working on an ASP.NET which sends newsletters and other e emails
to clients.
Which emails accounts do you usually use on your web sites for
application to use:
gateway@mydomain.com, noreply@mydomain.com, ... ?
Is there a standard or a better way to call this email accounts ..... more >>
PageAsyncTask Problem
Posted by mmorrison93@gmail.com at 1/7/2008 3:55:05 PM
I'm trying to set up a test asynchronously executing page that will
call a database stored procedure and then simply add text to a Label
control name mylabel However after executing the BeginEventHandler,
the EndEventHandler is not called and I have no idea why any help is
appreciated. My .aspx ... more >>
How to protect downloadable files
Posted by Alan Silver at 1/7/2008 3:24:28 PM
Hello,
I am writing a site where people can buy ebooks. I want to have a system
whereby they can download the file(s) once they have paid, but
(obviously) not before. I also want some sort of protection to stop
people simply posting the download link around the 'net and have every
Thomas,... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Nub Question - Details View Visibility
Posted by randy.buchholz at 1/7/2008 2:59:08 PM
Been fighting this one for a while, looking for help.
I have a simple page with a grid view and details view (just managing a
single table). The details view is primarily used for creating new records,
and the grid for display. Everything works fine unless there are no records
in the tabl... more >>
ASP.NET and IIS7 on vista business
Posted by ma at 1/7/2008 2:57:04 PM
Hello,
I am new to IIS and ASP.NET. I wrote my first ASP.NET and I want to deploy
in to a system which has Vista Business and IIS7. I copied my files to the
target computer and created a virtual directory. I add default.aspx to the
list of default pages for the virtual directory. My proble... more >>
image
Posted by jaems at 1/7/2008 2:32:44 PM
On one of my sites (php based) users can upload photos.
as they are uploaded the details of the filenames are stored into my SQL
database
I have another site (using asp.net) on to which I want the photos to be
copied as they appear in the database
What I need is someting like:
filec... more >>
Cross Page Postback and Datagrid.
Posted by Jason at 1/7/2008 2:27:40 PM
On a Datagrid defined as
<asp:datagrid id="dgCountries" width="100%" AutoGenerateColumns="False"
Runat="server" CellSpacing="1" BorderWidth="0px" CellPadding="2"
DataKeyField="code">
<Columns>
<asp:BoundColumn DataField="Code"
HeaderText="Code"></asp... more >>
Is there a good open source project that...
Posted by David Thielen at 1/7/2008 2:03:03 PM
Hi;
Can anyone recomend a good open source project that provides the following?
We are trying to create a web community for our customers/users.
1. Bugs & feature requests - users can enter both, see status of them, and
vote for which they would like to see addressed. We would like to be a... more >>
Sandcastle
Posted by Fresno Bob at 1/7/2008 12:58:32 PM
I've just started using Sandcastle CTP in conjunction with GUI tool to
generate the scripts. Has it been integrated into 2008 yet or is there some
kind of add-in for VS 2005. Where is Microsoft going with this?
... more >>
Newbie help.
Posted by JeremyWoertink@gmail.com at 1/7/2008 12:52:17 PM
I have a drop down box, and I want to populate a text box based on
what was selected on the drop down. The drop down contains an ID which
is the primary key for a table i'm using. The other column is the
description. So you select the id from the drop down and it populates
the text box with the ... more >>
Error Message: Thread was being aborted.
Posted by DoronF at 1/7/2008 12:13:58 PM
Hi All,
I am getting the below error after having a code like this:
Server.Transfer("Thankyou.htm")
I tried this code and the same err.
Server.Transfer("Thankyou_VRep.htm", False)
I am sending an e-mail to a user and then re-direct a page with a thank you
note.
Error Message: Thr... more >>
validators not firing server-side
Posted by Andrew Jocelyn at 1/7/2008 11:21:43 AM
Hi
I have a Formview control in a UserControl. The server-side validation is
not working, i.e. the events are not firing when a button control which
causes validation is fired or even when Page.Validate() is explicitly
called.
I'm loading the FormView as an IBindableTemplate as in this a... more >>
Page_Load - When does it exactly fires?
Posted by M. Ali Qureshi at 1/7/2008 10:45:43 AM
Hi,
My page has following structure:
- Page
....|-MultiView
.......|--View1 (Contains a wizard)
.......|--View2 (Contains another wizard)
I have following event handlers in my code file
Protected Sub Page_Load(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Me.Load '(... more >>
Formview and ObjectDataSource Update method
Posted by Aamir Ghanchi at 1/7/2008 10:36:48 AM
Hi,
Why does the Update method of an ObjectDataSource class requires
parameters for each of the Bind input controls of a FormView?
I have a class (say MyObjectDataSource) that is being used as an
ObjectDataSource for a FormView control. MyObjectDataSource has public
properties that correspo... more >>
best approach to use
Posted by J at 1/7/2008 10:34:54 AM
I'm a bit new to asp.net and I'm investigating the best approach to this:
I have a contact table that includes stuff like Name, address, phone, etc.
Because each contact can contain multiple 'product' values, I have a
separate product table that has a many-to-one relationship with the contact ... more >>
A required privilege is not held by the client
Posted by Mark Olbert at 1/7/2008 10:07:21 AM
Sigh. I had a working ASPNET application yesterday (using Framework 3.5, running on Server 2003). Today I have the dreaded "a
required privilege is not held by the client" error. This occurs whenever I try to debug the app within VS2008.
Here's what I did between yesterday and today:
1) Both ... more >>
How can I define type variant in c#?
Posted by rkbnair at 1/7/2008 8:49:07 AM
How can I define type variant in c#?... more >>
Building IDE in ASP.Net
Posted by vimalkanth@gmail.com at 1/7/2008 2:53:41 AM
Hi,
We trying to build IDE like application in ASP.Net by using ASP.Net
AJAX control toolkit. And the IDE should support resizing, drag and
drop controls. When we place a control (like textbox/ button/
combobox etc) placed in the form, it requires ResizableControlExtender
and DragPanelExten... more >>
error Could not load type 'System.Web.UI.IScriptManager'
Posted by Abhishek Nair at 1/7/2008 12:00:00 AM
Hi, All,
please find the error that i am finding below. i have an application that is
using the ajax asp.net controls like updatepanel. I have visual studio 2005
installed on my developer machine. On the developer end this page is working
perfectly but on the server end when i am uploading thi... more >>
error Could not load type 'System.Web.UI.IScriptManager'
Posted by Abhishek Nair at 1/7/2008 12:00:00 AM
Hi, All,
please find the error that i am finding below. i have an application that is
using the ajax asp.net controls like updatepanel. I have visual studio 2005
installed on my developer machine. On the developer end this page is working
perfectly but on the server end when i am uploading ... more >>
|