all groups > asp.net > october 2003 > threads for sunday october 19
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
Form Validation of ASP.NET's DropDownList
Posted by Wes Weems at 10/19/2003 10:39:56 PM
I'd like to have a 3 values in a drop down, and have a validator not allow a
form submit unless its 2 of the 3 values (eg, one of the values says "select
one")
I used custom validator and did a if(args.value == "0"){args.IsValid =
false;)
however it seemed like it never even fired that valida... more >>
Not declared..?
Posted by Kent Johnson at 10/19/2003 8:47:33 PM
Hi all,
How come that I get...
'OpenReportMethod is not declared'
With code below....
Dim rpt As New CrystalReport1()
rpt.Load(Server.MapPath("~/CrystalReport1.rpt"),
OpenReportMethod.OpenReportByTempCopy)
CrystalReportViewer1.ReportSource = rpt
/Kent J.
... more >>
Upload Pictures?
Posted by ll at 10/19/2003 8:07:40 PM
Hi,
How to upload pictures to server(without FTP server)?
and can save it to database or a file.
Thanks.
... more >>
Vs.net user groups
Posted by Do at 10/19/2003 6:48:12 PM
Hi,
What nt group does my deveoper account have to be able
to log into my asp.net project?
Do
... more >>
Save & Close/New
Posted by Craig Buchanan at 10/19/2003 6:00:11 PM
I would add a Save & Close button to my ASP.Net form. How would I approach
the logic to close the client side form after completing a successful
server-side save?
Thanks,
Craig Buchanan
... more >>
Date format
Posted by Barel Yoav at 10/19/2003 5:36:22 PM
When I bing data from SQL Servert DB to textbox it's display the date filed
with strange format.
How can I format the dates field when I bind dataset to a control ?
... more >>
Migrating to ADO.NET and locks
Posted by Tom Pester at 10/19/2003 5:13:35 PM
I just started to work with ADO.NET and I had some problem with locks that
it caused on our sql server.
In classic ADO I didnt close the connection (sloppy of me I know) and it
didnt cause many problems.
After executing the following code in a ASP.NEt :
Dim conn As New SqlConnection("Data S... more >>
Adjusting client's .net trust level
Posted by Hagay Lupesko at 10/19/2003 3:51:50 PM
Hi,
I want my aspx page to prompt the client to change his trust level for .net
code to be FullTrust on Intranet (Instead of the client doing it manually
through: Admin tools -> .net wizard)
How can I do that??
Thanks, Hagay.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Virtual path isn't working in Response.Redirect
Posted by FN at 10/19/2003 3:17:22 PM
I'm using User.Identity.IsAuthenticated on all my pages (from a base class),
and redirecting to a login page if not authenticated. The problem is that
some pages are in subfolders and others are not. Such as:
www.domain.com/mustbeauth1.aspx > www.domain.com/login.aspx
www.domain.com/folde... more >>
newbie configuration question
Posted by timtos at 10/19/2003 3:06:36 PM
Hello.
I want to use asp not only with my admin account but also with a normal user account.
But being logged in as a normal user I can´t create files or directories in the inetpub\wwwroot\ directory and http://localhost is
bringing the message "The page cannot be displayed".
Where can I con... more >>
ASP.net & MS Access database on IIS5/NT
Posted by XFER at 10/19/2003 2:40:55 PM
Does anyone know how well 10 concurrent users will
perform on the above config? Are there any known issues,
limits to using MS Access with IIS 5 and ASP.net on a non-
..net server (NT)?
thanks.... more >>
Master - Detail Examples
Posted by Demetri at 10/19/2003 2:36:07 PM
Does anyone know of any good master-detail examples? I'm looking for as simple as you can get - with the ability to edit, add, and delete records.
My trouble is that the main table i'm working with has a bazillion fields so therefore a datagrid would grow way too wide for the page and would look t... more >>
Newbie question: How to accomplish an HTTP Post in ASP.NET
Posted by shland at 10/19/2003 1:32:13 PM
Hi, I'm hoping someone can point me in the right direction. I have a set of
..NET pages on which the user has to login. I also have some .asp pages that
I haven't converted yet. I want to be able to send my user to those .asp
pages without making them log in again (the .asp pages also check fo... more >>
Trace class
Posted by martin at 10/19/2003 12:33:52 PM
Hi,
The trace class seems to me to be very usefull however there are a few
features of it that have to confused.
I am using visual studio 2003.
the IDE will not let me write
trace.assert(..) or trace.writeLine(..) or trace.writeif(..)
but it will let me write
debug.assert(..) or d... more >>
Crystal Report
Posted by Norberto Mesén López at 10/19/2003 12:03:21 PM
Hi everybody!
I have a problem when I try to show a report in the Crystal Report Viewer.
Is the next one:
"CrystalDecisions.CrystalReports.Engine.DataSourceException"
I only have one Dataset, wich binds with the report, and one report with
one field of the table
When I don't place any f... more >>
Open Webform..?
Posted by Kent Johnson at 10/19/2003 8:37:34 AM
Hi all,
How can I open a second Webform from the first Webform with a Button_onlick
event?
/Kent J.
... more >>
Scrolling back to an updated record
Posted by Do at 10/19/2003 7:22:40 AM
AFter updating a record in a datagrid, I know there is some code
to write to get the page scrolled back to the same record position in the
page.
I saw this at a DevDays .NET conference.
Anyone?
Thanks,
Do
... more >>
Version upgrade problem!
Posted by Fredrik at 10/19/2003 6:59:09 AM
My application was working perfectly up to a couple of
weeks ago. When my webserver upgraded the version of
ASP.NET 1.0? to 1.1 my application is full of error. Some
of them is a non working Calendar, strange looking
Textboxes, ListBoxes etc, Links not working correctly. I
looks like some ... more >>
Can "bin" be changed to "cgi-bin" for asp.net
Posted by Kevin Mitchell at 10/19/2003 5:25:39 AM
I have an NT shared hosting account, but the provider names the script/write
folder cgi-bin. I want to place DLLs in the cgi-bin directory and get them
to work in my Web applications.
What do I need to do to get my application to look for DLLs in the cgi-bin
folder instead of the default bin f... more >>
Real Size User Controls in IDE
Posted by A.M at 10/19/2003 1:03:15 AM
Hi,
When I use my UserControls in Visual Studio.NET 2003, it just shows a gray
box at design time.
How can i have VS.NET renders the user control during design time?
Thanks,
Ali
... more >>
why wont my vs.net studio open a new browser?
Posted by sharom at 10/19/2003 12:31:45 AM
hiye, when i try to debug my asp.net app... nothing
happends, it wont debug, it just build only. why is that?
i've already set all the options in the properties which i
think should be right and the best part is heres the error
message, "error trying to run project etc etc"
any idea?
... more >>
|