Create New Account
help
admins approval in asp.net ASP.NET hi friends, in register page, register the user after the register name, password automatically send to admin's approval then IsActive" with 1 to autheticate the user. This update query code you can put on page load of link page The MembershipUser class has an IsApproved property. You may set it to false when creating users that can be used as the datasource of a data control like a GridView , DataList , or Repeater : MembershipUserCollection users = Membership . GetAllUsers (); MembershipUserCollection unapprovedUsers = new MembershipUserCollection (); foreach ( MembershipUser u in users
ASP.NET DataList and DataRepeater Controls This is the third article in a three part series of articles pertaining to the understanding and application of ASP.NET 2.0 data controls. This article will address common functionality that may be required from ASP.NET DataList and DataRepeater data controls. ASP.NET 2.0 Data Controls Author: Douglas Minnaar The intent
add row in html table in asp.net hi all, I have a html table in asp.net page which is having asp.net controls. What i need is , how to add a row in this existed table at runtime in asp.net. HI If you're new to ASP.net, but familiar with ASP Classic or
Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object? (A) How will implement Page Fragment Caching? (B) Can you compare ASP.NET sessions with classic ASP? (B) Which are
ASP.NET Data Control Series - Part 2 Part 2 of the ASP.NET Data Control Series continues. In this article, the FormView DataControl is given a closer inspection. ASP.NET 2.0 Data Controls Author: Douglas Minnaar The intent of this series is to provide more information concerning the functionality and limitations of the available ASP.NET 2.0 data controls. This will mostly be demonstrated through the use of code samples