Click here to Skip to main content
16,008,954 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionJSON and C# Pin
xy000114-Apr-12 20:49
xy000114-Apr-12 20:49 
AnswerRe: JSON and C# Pin
Ali Al Omairi(Abu AlHassan)15-Apr-12 2:14
professionalAli Al Omairi(Abu AlHassan)15-Apr-12 2:14 
Questionretrieving blob data(image) and display in a picture box Pin
amSherihan13-Apr-12 23:24
amSherihan13-Apr-12 23:24 
AnswerRe: retrieving blob data(image) and display in a picture box Pin
Ali Al Omairi(Abu AlHassan)14-Apr-12 4:11
professionalAli Al Omairi(Abu AlHassan)14-Apr-12 4:11 
Questionhow to handle error Pin
Member 868940013-Apr-12 8:35
Member 868940013-Apr-12 8:35 
AnswerRe: how to handle error Pin
Not Active13-Apr-12 9:15
mentorNot Active13-Apr-12 9:15 
AnswerRe: how to handle error Pin
jkirkerx13-Apr-12 10:06
professionaljkirkerx13-Apr-12 10:06 
QuestionProblem with Forms Authentication Provider Pin
Flum02113-Apr-12 7:39
Flum02113-Apr-12 7:39 
Hi, I have a problem with adding users to my database that I have created using the aspnet_regsql. The problem is that I can't seem to make it add users into the database using the WAT.

I can connect to the database using sql connection in c sharp and I can see the database from the database explorer.

maybe something is wrong with my code?


<configuration> 
    <system.web> 
        <authentication mode="Forms" /> 
      <membership> 
        <providers> 
          <add connectionStringName="MyMembershipConnString" applicationName="MyMembership" 
            enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" 
            requiresUniqueEmail="true" passwordFormat="Hashed" name="MyMembershipProvider" 
            type="System.Web.Security.SqlMembershipProvider" /> 
        </providers> 
      </membership> 
       
        <compilation debug="true" targetFramework="4.0" /> 
    </system.web> 
   
  <connectionStrings> 
    <add name="MyMembershipConnString" 
         connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=aspnetdb;Integrated Security=True"/> 
  </connectionStrings> 
</configuration> 

AnswerRe: Problem with Forms Authentication Provider Pin
Leonardo Metelis13-Apr-12 9:02
Leonardo Metelis13-Apr-12 9:02 
GeneralRe: Problem with Forms Authentication Provider Pin
Flum02113-Apr-12 23:50
Flum02113-Apr-12 23:50 
QuestionCalling public from Public Shared method Pin
byka13-Apr-12 4:21
byka13-Apr-12 4:21 
AnswerRe: Calling public from Public Shared method Pin
ekolis13-Apr-12 4:58
ekolis13-Apr-12 4:58 
GeneralRe: Calling public from Public Shared method Pin
byka13-Apr-12 5:12
byka13-Apr-12 5:12 
GeneralRe: Calling public from Public Shared method Pin
ekolis13-Apr-12 6:27
ekolis13-Apr-12 6:27 
Questionhow to add soap headers to the xml generated from webservice using c#.net 4.0 Pin
anandsurya13-Apr-12 3:38
anandsurya13-Apr-12 3:38 
AnswerRe: how to add soap headers to the xml generated from webservice using c#.net 4.0 Pin
jkirkerx13-Apr-12 12:49
professionaljkirkerx13-Apr-12 12:49 
QuestionReport Viewer Align Problem Pin
jasmin.sayyad13-Apr-12 0:36
jasmin.sayyad13-Apr-12 0:36 
AnswerRe: Report Viewer Align Problem Pin
ZurdoDev13-Apr-12 5:51
professionalZurdoDev13-Apr-12 5:51 
QuestionASP.Net Data Grid View Pin
fire_hawk12-Apr-12 22:57
fire_hawk12-Apr-12 22:57 
AnswerRe: ASP.Net Data Grid View Pin
SaurabhSavaliya13-Apr-12 0:00
SaurabhSavaliya13-Apr-12 0:00 
AnswerRe: ASP.Net Data Grid View Pin
Syed Zoheb Ali Sumair16-Apr-12 5:45
Syed Zoheb Ali Sumair16-Apr-12 5:45 
Questionadd url by code Pin
apadana_198912-Apr-12 12:38
apadana_198912-Apr-12 12:38 
AnswerRe: add url by code Pin
Bernhard Hiller12-Apr-12 21:27
Bernhard Hiller12-Apr-12 21:27 
QuestionRe: add url by code Pin
ZurdoDev13-Apr-12 5:52
professionalZurdoDev13-Apr-12 5:52 
QuestionTextBox in a ListView control using jquery Pin
indian14312-Apr-12 3:24
indian14312-Apr-12 3:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.