all groups > asp.net > january 2008 > threads for thursday january 3
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 is the application scoped? Question from 70-547 exam prep. kit
Posted by maciek kanski at 1/3/2008 11:31:48 PM
Hello
Please help me grasp the idea of the following question:
> You are a consultant developing an e-commerce Web site for a client.
> You need to decide which configuration attributes to store for the
> application. Which considerations should you take into account?
and the correct a... more >>
System.OutOfMemoryException problem
Posted by Mike at 1/3/2008 10:53:00 PM
Hi Guys,
I have an aspx page that include some Ajax components (UpdatePanel,
ProgressBar, Extenders) and a wizard for about 15 pages and in every page I
am adding some labels, textboxes, dropdownlists, checkboxes.
and now I'm up to page 8 in my wizard and if I add some more controls in my
... more >>
ObjectDataSource Requires Current User ID
Posted by Jonathan Wood at 1/3/2008 10:19:14 PM
I have a page with a GridView, which uses an ObjectDataSource control to
obtain the data.
The ObjectDataSource control calls a static method on a class I've created.
However, this method needs an argument that is the user key of the current
user.
I know how to use GetUser() to get a Memb... more >>
ASP.NET Image feature
Posted by Redhairs at 1/3/2008 6:50:59 PM
Is there any ASP.NET built-in feature to limit the size and format of upload
image file?
Any feature to re-size image file without distortion?
... more >>
Publish ASP.NET web site
Posted by shapper at 1/3/2008 6:17:21 PM
Hello,
I created a web site using VS2008 and ASP.NET 3.5.
I would like to publish using FTP and I have the following
requirements:
1. The files should be placed on the wwwroot folder, i.e:
ftp://ftp.mydomain.com/wwwroot
2. The is a difference in the Web.Config file that I use in my
co... more >>
automatically generate event handler code?
Posted by gouqizi.lvcha@gmail.com at 1/3/2008 6:11:26 PM
Does VS2005 has the ability to generate event handler code in the code
behind? For example, I cannot find the UI to help me to create event
like Page_Init().
Tom... more >>
Changing Next button text for wizard step.
Posted by M. Ali Qureshi at 1/3/2008 3:51:07 PM
Hi,
I have a wizard in my aspx page, and i create steps programatically. There
are about 8 steps in all. The default text for StepNextButton is "Next". But
i want that only in step 4, the next button text should be changed to
something else. For example, "Continue to step 5". Is it possible... more >>
MVC Model Question
Posted by BJ at 1/3/2008 1:55:19 PM
First let me state I do have VS2008 installed, but have not had the
time to play it at all. I have had time to read Scott Guthrie part 1
article on MVC.
<<<http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-
framework-part-1.aspx>>>
I really liked the way he explained MVC and th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
User Control Localization Design Time Issue
Posted by Brett at 1/3/2008 1:32:01 PM
I have a basic user control that I want to localize. I created a global
resource and connected up the properties I want to localize using an explicit
localization expression. Everything works great, I can even see the
localized text in design time when I am viewing the control. When I look ... more >>
Connecting to FoxPro from .NET
Posted by z71mdridin at 1/3/2008 12:15:48 PM
I have an asp.net website that uses Form authentication to
authenticate users. I need to provide users with a report based on
FoxPro data that resides on a remote server. When I attempt to
connect to the Foxpro directory by using the ODBC DSN that we
currently use in ColdFusion, I get the foll... more >>
SqlDataSource Data, Can not get to it
Posted by LVP at 1/3/2008 11:47:35 AM
Hi,
I have a sqldatasource01 configured properly and can databind it to a
CheckBoxList and see data with no problem.
How can I get the data programmatically from the sqldatasource01
I need to loop through it. and get the extra columns passed in the
sqldatasource01
I don't want to loop th... more >>
File Storage Question
Posted by Redhairs at 1/3/2008 11:24:18 AM
In a web farm environment, how to store the user uploading files for future
access?
Store them in db, local file system or centralized file server?
If trying to storing the file in local file system or centralized file
server, how the web server
receives the uploading file and sync to each ... more >>
Getting HttpSessionState for SessionID
Posted by Alexander Vasilevsky at 1/3/2008 11:22:56 AM
Is it possible to get an HttpSessionState object by its id.
http://www.alvas.net - Audio tools for C# and VB.Net developers
... more >>
Publishing problem or false error messages?
Posted by B. Chernick at 1/3/2008 10:51:03 AM
I have not tried this before. I have been building an ASP.Net 2.0 app for
some weeks now and up till now I have not had any problems publishing.
I was given a Word doc to include in the app. I converted the doc to html
and copied it to the project's directory. I also copied the page's _fi... more >>
Asp.net Membership Lock Out
Posted by rmgalante@galaware.com at 1/3/2008 10:30:59 AM
I am using the standard asp.net membership provider. I have users who
forget their password. They attempt to login 5 times and they get
locked out. The membership configuration in web.config follows.
<add connectionStringName="SomeDB" enablePasswordRetrieval="false"
enablePasswordReset="true" ... more >>
I can't access the cookies
Posted by David Thielen at 1/3/2008 6:58:01 AM
In my wizard control, in my OnNextButtonClick handler, on step 2 (of 3), when
I access Request.Cookies it says I have 0 cookies.
The cookies are set in the page http://www.windwardreports.com/ and are
there. The url for the web app is http://www.windward.net/apps/demo.aspx and
it has been a... more >>
Fetching control values from a gridview TemplateField
Posted by msch.prv@gmail.com at 1/3/2008 6:51:55 AM
I have a gridview wich contains a mix of boundfields and
templatefields. While the boundfields can be retrieved w/o problems, I
am at a loss to get the values of the template fields. I googled
around and tried various methods to no avail.
TIA for any pointers.
Protected Sub grdOrders_Select... more >>
linq and asp.net
Posted by Nedim at 1/3/2008 5:34:02 AM
I am starting a new web application and I was planning on using linq but i
have a bunch of problems.
most forms will display some data from the database, but there always has to
be a filtering support - you need to be able to filter the data based on one
or more columns (I make the filter in ... more >>
GridView change charset on SelectedIndex
Posted by inga2005 at 1/3/2008 3:25:14 AM
Hi!
I have a very strange problem. I populate a gridview control with a
list containing swedish cities and that looks fine. But once I click
on one of the rows in the gridview to select that specific row the
swedish characters =E5,=E4,=F6 are translated into rubbish such as ## and
other. Does a... more >>
how to bind a repeater with an arraylist
Posted by psycho at 1/3/2008 2:30:25 AM
i was trying to bind a repeater with an arraylist.
what i was not able to figure out was what should i use in the
Eval("") expression.
Any suggestions .
... more >>
Looking for a good ecommerce solution
Posted by Rippo at 1/3/2008 1:24:58 AM
Can anyone suggest a good ecommerce shopping cart system for ASP.NET
2.0.
It has to be:
1. STABLE (most important),
2. Have a good administration area for maintaining products, reports
etc
3. Be able to cater for around =A3300,000 of sales per month (around 500
orders per day)
4. Have deve... more >>
Update without PostBack?
Posted by Tor Inge Rislaa at 1/3/2008 12:59:51 AM
I am using a DropDownList in my web page. I simply need to put the text of
the selected index into a sql query, when the user click a save button. The
problem is that the change of text in the DropDownList does not occur unless
AutoPostBack = True. My problem is, as soon as the page is in Post... more >>
Difference between simple asp and asp.net
Posted by preet at 1/3/2008 12:31:03 AM
could anyone tell me the difference between simple asp and asp.net
--------------------------
My websites
http://www.eecpindia.com/
http://indiaforex.eecpindia.com/
*** Sent via Developersdex http://www.developersdex.com ***... more >>
A component add MD5 signature at files uploaded
Posted by luigi.corrias@gmail.com at 1/3/2008 12:02:31 AM
Someone can tell me if it exist for asp.net, where i can find etc?..
Thanks and happy new year
Luigi... more >>
|