all groups > asp.net > january 2006 > threads for saturday january 28
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
pattern for displaying tabular data
Posted by t at 1/28/2006 8:19:38 PM
Hi,
I have the following problem. The web-based software I am to create is going
to display tabular data. Lots of data so I need some pagging mechanism. I
thought about creating three classes: GridView (displayng tabular data),
PaggingControl (displaying [Previous] and [Next] buttons) and Data... more >>
URGENT & TRICKY: code for membership/profile fails when published to webserver
Posted by VB Programmer at 1/28/2006 6:01:06 PM
I would appreciate your assistance on this ASP.NET 2.0 site....
This is the wierd problem: While accessing the built in .NET functions for
'profiling' or 'membership' an error is generated (see following 2
examples):
---- EXAMPLE 1 --------
OK --> Dim p As New ProfileCommon
OK --> p = Pr... more >>
Newbie question: Why don't forms act reasonably?
Posted by CedricCicada NO[at]SPAM gmail.com at 1/28/2006 5:20:21 PM
Greetings!
I am trying to teach myself ASP.Net, using the Visual Studio .Net IDE.
So far, the hardest thing I've found is trying to edit controls on a
page. The editor does not seem to act as I have come to expect from
VB, C#, and FoxPro. For example, I can't drag a rectangle around
several... more >>
Button Click Events not firing .NET 2.0
Posted by Vi at 1/28/2006 4:03:27 PM
Hi,
I have an ASP.NET web app and for some reason the Button Click Events are
not firing. I ran
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -c and it
created the aspnet_client folder, but it doesn't contain any files and it's
still not working.
I'm kind of stuck here ... more >>
Freelance MSI Developer Available
Posted by JamieB at 1/28/2006 2:10:46 PM
Freelance MSI Developer Available
6+ Yrs experience developing installations using a wide variety of
tools (Wise, Installshield, Orca, INNOSetup etc)
No job too small/large
Quick Turnaround
Based in the UK but willing to work purely over the internet, payment
via paypal accepted. ... more >>
Question about ChangePassword control
Posted by Evgeny at 1/28/2006 2:06:28 PM
Hello,
I use in ChangePassword web control. The control is connected with a
Membership provider that I also has defined.
Particularly, there is such property in the provider:
MinRequiredPasswordLength
As far as I understood this property should control automatically length of
of new password... more >>
VS2003 ASP.NET solution conversion to VS2005 ASP.NET
Posted by Bob at 1/28/2006 2:05:29 PM
I've got an ASP.NET solution with one web project and 4 class libraries that
was developed using VS2005 Enterprise Edition.
When I open the solution in VS2005 Professional Edition, it starts the
conversion wizard and only attempts to convert my web project, ignoring my
class library project... more >>
Multiple Page_Load events firing
Posted by gellis99 NO[at]SPAM aol.com at 1/28/2006 12:34:42 PM
I've searched several discussions on this topic and haven't been able
to resolve my issue. I have a function I call within the page_load
event of a page. This function makes a call to the database to
retrieve data. While I was doing performance review of the site, my
sql profiler showed that ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Deploying ASP.NET 2.0 web app
Posted by Vi at 1/28/2006 12:19:26 PM
Hi,
I read somewhere that you can deploy an ASP.NET 2.0 web app just like an
ASP.NET 1.1 app, having the original aspx files on the production web server
for easier editing of the HTML code. But I can't find how to do it. Does
anybody know how this can be done?
Thank you.... more >>
Printing from web form without print dialog.
Posted by John Peterson at 1/28/2006 11:25:08 AM
Hello all!
I'm at my wits end trying to search for what I assumed to be a relatively
straightforward task. I have a Web application written in C#, and I have a
button on the form that I want to print the current contents of the browser
without bringing up the print dialog.
At first I th... more >>
Accessing _Default page from a child derived from UserControl (Express 2005)
Posted by RKT at 1/28/2006 8:53:09 AM
(Web Developer Express 2005, CSharp, C#)
I've searched high and low...
If have the typical _Default page. In it is a MultiView that contains
another MultiView - in both of those are Views containing my specialized
UserControls.
In any of those views, I need to acess the _Default page (par... more >>
EnableViewState
Posted by JohnZing at 1/28/2006 7:17:06 AM
I Have EnableViewState="false" in the top of my page has you can see
below
<%@ Page Language="VB" EnableViewState="false"
MasterPageFile="~/MasterPage.master" AutoEventWireup="false......
I have the EnableViewState="False" in the control tag
<asp:TextBox id="txtMsg" runat="server" MaxLen... more >>
Submit command?
Posted by Oded Dror at 1/28/2006 6:40:08 AM
Hi there,
I'm using VWD 2005 Express with MS Access data source ( northwind employees
table FirstName and LastName only)
I created a form with two input box FirstName and LastName and one Submit
button
My question is how to make this button on click event to submit a new
FirstName and... more >>
Folder Selection
Posted by barry at 1/28/2006 5:08:51 AM
Hi
HtmlInputFile control allow selection of one file at a time on the
client-side.
Is there any control or some way to select a FOLDER on the client-side.
TIA
Barry
... more >>
Session Timeout
Posted by close browser without Logout at 1/28/2006 1:10:27 AM
Hi,
Im facing a problem of session timeout.
Session is getting timedout before the actual time set for the timeout.
What may be the reasons. Im also using @output catche directive in pages
......... more >>
|