all groups > asp.net > january 2008 > threads for sunday january 20
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
Crash Course needed
Posted by rosoft at 1/20/2008 11:22:17 PM
Hi
I'm and OLD developer used to programming in C++ and Delphi. I need to learn
ASP.NET for webdevelopment. Where can I fid a crash course for ASP.NET and
where can I learn the IDE. Microsofts IDE has always been jidderish to me.
Lars
... more >>
problem with maxInvalidPasswordAttempts
Posted by Mich at 1/20/2008 10:31:03 PM
Hi,
i use the login control for authentification (in local aspnetdb.mdf file).
The password is "hashed" and sent by mail to the member. Sofar no problem.
I put the maxInvalidPasswordAttempts="2" (so two attempts are allowed) and
passwordAttemptWindow="1" (attempts must occur in one minute).
... more >>
chart with visual studio
Posted by Walser Mark at 1/20/2008 9:31:55 PM
hello ng
I want to use some bar charts in a homepage.
Does any library exist in dotnet?
How I program this with asp.net or wirh C#?
thank you
mark... more >>
ASP.NET Design Suggestions
Posted by Jonathan Wood at 1/20/2008 5:47:19 PM
I'm trying to get a good understanding of this.
I have a page that is fairly complex and makes a number of database
accesses. I'd love to cache it but, since the data will be specific to the
user's current settings, that doesn't really seem to be a useful option.
I also have a button that ... more >>
asp.net 3.5 and ajax on widows 2003
Posted by David4021 at 1/20/2008 3:11:01 PM
I have an app working fine on vista ultimate(iis7 , .net 3.5 , ajax)
After installing .net 3.5 on my windows 2003 server (currently at 2.0) the
app breaks :
Parser Error Message: Unknown server tag 'asp:ScriptManager'.
asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:Scr... more >>
Implement Access Rights Based on AD Group
Posted by YCH at 1/20/2008 2:10:14 PM
Hi,
My development environment is VS.Net 2005 with C# code behind.
I want to implement a access control function that integrate with the user
right in AD group. For example, different users can view / edit / delete
different content based on their account in AD group.
How can I do this... more >>
IIS 7 and vista business
Posted by jay.l.100@gmail.com at 1/20/2008 11:40:07 AM
Hello, I have been through a bunch of the posts here and I can not
solve my problem. I have just installed vista business and IIS 7. I
an getting a 404 error when I try to access a site. I have every box
checked under Application development features. I am developing a
site in asp 2.0 w/ dot... more >>
New release my Open Source website ready to be downloaded
Posted by luigi.corrias@gmail.com at 1/20/2008 10:00:24 AM
New release my Open Source website ready to be downloaded
My Web Application like at not so few people so i release a new
version with new exiting functionality
Please download and improve it
http://www.codeplex.com/luigicorrias
Nuova release del mio sito Open Source
L'applicazione Web che... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
referencing a hidden input box
Posted by Paul Hansen at 1/20/2008 8:39:32 AM
Using a hidden input box to store a password for web services
input id="idpassword" type="hidden" value=" " runat="server"
throws this error
Compiler Error Message: BC30311: Value of type 'System.Web.UI.HtmlControls.HtmlInputHidden' cannot be converted to 'String'.
I would be grateful for... more >>
Asp.net stops responding / html & asp work
Posted by QuestionMan at 1/20/2008 7:35:32 AM
Good Day,
Please help.
We're trying to resolve an issue that has made the rounds in all the
groups, but we were unable to find any resolutions. Any help in that
regard is greatly appreciated.
1. On a Sporadic basis, asp.net pages stop responding with no
resulting errors displayed in IE ... more >>
Substitue ItemArray with something else in a FormView
Posted by staeri@gmail.com at 1/20/2008 1:53:17 AM
When loading a FormView I try to fill a third-party combo control with
this code:
Protected Sub FormView1_ItemCreated(ByVal sender As Object, ByVal e As
EventArgs)
If FormView1.Row.RowState = DataControlRowState.Edit Then
Dim rowView As DataRowView = TryCast(FormView1.DataItem,
... more >>
DetailsView updates unused properties to null
Posted by Nick Bennett at 1/20/2008 12:31:58 AM
I've got a page with a DetailsView. It uses a SqlDataSource which itself
uses stored procedures for Select and Update.
I don't want the user to see some of the columns, but if I don't bind them
(or if I do bind them but set Visible=False), when the Update procedure is
called, the parameter... more >>
|