Click here to Skip to main content
15,905,967 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
beginner_csharper16-May-09 23:12
beginner_csharper16-May-09 23:12 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
Smart_Boy17-May-09 3:36
Smart_Boy17-May-09 3:36 
Questionpassword strength checker Pin
Mogaambo15-May-09 1:18
Mogaambo15-May-09 1:18 
AnswerRe: password strength checker Pin
Vasudevan Deepak Kumar15-May-09 5:40
Vasudevan Deepak Kumar15-May-09 5:40 
Questionsend me link to download the best ebook for connectivity in vs 2008 Pin
Anupam Chakraborty15-May-09 0:43
Anupam Chakraborty15-May-09 0:43 
AnswerRe: send me link to download the best ebook for connectivity in vs 2008 Pin
Vimalsoft(Pty) Ltd15-May-09 1:04
professionalVimalsoft(Pty) Ltd15-May-09 1:04 
GeneralRe: send me link to download the best ebook for connectivity in vs 2008 Pin
Anupam Chakraborty15-May-09 3:09
Anupam Chakraborty15-May-09 3:09 
Question[C#] ASP.NET -- aspnet_Users table, db creates new row on update Pin
Umair Ahmad khan14-May-09 23:39
Umair Ahmad khan14-May-09 23:39 
Hi,

my code



aspnet_User user = c.aspnet_Users.First(u => u.UserName == userName);




user.UserName = e.NewValues["UserName"].ToString();
       user.LoweredUserName = user.UserName.ToLower();
        
        
        
        c.SubmitChanges();



after submit changes my aspnet_user table have 2 rows. one is with old username and another one is with new .. hmm.gif i only want to update the row
AnswerRe: [C#] ASP.NET -- aspnet_Users table, db creates new row on update Pin
Andreas X15-May-09 3:50
professionalAndreas X15-May-09 3:50 
QuestionWebDev.WebServer.exe has encountered a problem Pin
Subin Alex14-May-09 23:27
Subin Alex14-May-09 23:27 
AnswerRe: WebDev.WebServer.exe has encountered a problem Pin
specialdreamsin15-May-09 0:11
specialdreamsin15-May-09 0:11 
GeneralRe: WebDev.WebServer.exe has encountered a problem Pin
Subin Alex15-May-09 0:17
Subin Alex15-May-09 0:17 
AnswerRe: WebDev.WebServer.exe has encountered a problem Pin
Anupam Chakraborty15-May-09 0:37
Anupam Chakraborty15-May-09 0:37 
Questionhow to make page like Igoogle(http://www.google.co.in/ig?hl=en) Pin
Piyush Vardhan Singh14-May-09 22:52
Piyush Vardhan Singh14-May-09 22:52 
AnswerRe: how to make page like Igoogle(http://www.google.co.in/ig?hl=en) Pin
Rhys Jacob14-May-09 23:07
Rhys Jacob14-May-09 23:07 
GeneralRe: how to make page like Igoogle(http://www.google.co.in/ig?hl=en) Pin
Piyush Vardhan Singh14-May-09 23:13
Piyush Vardhan Singh14-May-09 23:13 
GeneralRe: how to make page like Igoogle(http://www.google.co.in/ig?hl=en) Pin
Rhys Jacob14-May-09 23:18
Rhys Jacob14-May-09 23:18 
Questionallocate a variable Pin
Xpycm14-May-09 21:44
Xpycm14-May-09 21:44 
AnswerRe: allocate a variable Pin
Abhishek Sur14-May-09 22:01
professionalAbhishek Sur14-May-09 22:01 
AnswerRe: allocate a variable Pin
Xpycm15-May-09 1:13
Xpycm15-May-09 1:13 
QuestionHow to use multiple class for Select Control Pin
Vijayitsb14-May-09 21:32
Vijayitsb14-May-09 21:32 
AnswerRe: How to use multiple class for Select Control [modified] Pin
Abhishek Sur14-May-09 22:05
professionalAbhishek Sur14-May-09 22:05 
AnswerRe: How to use multiple class for Select Control Pin
herotayson14-May-09 23:18
herotayson14-May-09 23:18 
QuestionProblem with Current user Pin
Ryle91114-May-09 21:12
Ryle91114-May-09 21:12 
Questionradiobutton list item editing Pin
grkrishna14-May-09 20:18
grkrishna14-May-09 20:18 

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.