Click here to Skip to main content
15,887,434 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to bind Database field value in textbox based on choosing dropdownlist selected value in asp.net MVC Pin
Nithu Nithiya23-Feb-16 18:06
professionalNithu Nithiya23-Feb-16 18:06 
AnswerRe: how to bind Database field value in textbox based on choosing dropdownlist selected value in asp.net MVC Pin
John C Rayan27-Feb-16 21:39
professionalJohn C Rayan27-Feb-16 21:39 
QuestionDownload file from memorystream by client side click Pin
indian14323-Feb-16 13:33
indian14323-Feb-16 13:33 
AnswerRe: Download file from memorystream by client side click Pin
Richard MacCutchan23-Feb-16 21:29
mveRichard MacCutchan23-Feb-16 21:29 
GeneralRe: Download file from memorystream by client side click Pin
indian14324-Feb-16 7:21
indian14324-Feb-16 7:21 
QuestionDropdownlist with Model (MVC4,C#, ASP.Net2015,Razor) Pin Pin
bl4ckeagle23-Feb-16 8:12
bl4ckeagle23-Feb-16 8:12 
QuestionFeedback form on my website to email feedback Pin
Member 1033668221-Feb-16 11:03
Member 1033668221-Feb-16 11:03 
AnswerRe: Feedback form on my website to email feedback Pin
Richard MacCutchan21-Feb-16 22:07
mveRichard MacCutchan21-Feb-16 22:07 
C#
smtp.Host = "localhost";
smtp.Port = 25;

Do you have an SMTP server running on your local system? If not then you will not be able to send any mail. Google for "ASP.NET SMTP" and you will find samples that show how to do it correctly.
GeneralRe: Feedback form on my website to email feedback Pin
Member 1033668222-Feb-16 3:19
Member 1033668222-Feb-16 3:19 
GeneralRe: Feedback form on my website to email feedback Pin
bVagadishnu22-Feb-16 9:37
bVagadishnu22-Feb-16 9:37 
GeneralRe: Feedback form on my website to email feedback Pin
F-ES Sitecore22-Feb-16 22:31
professionalF-ES Sitecore22-Feb-16 22:31 
QuestionProblem ASP.NET MVC in IIS, RedirectToAction() and Redirect() Pin
Viadi21-Feb-16 3:48
Viadi21-Feb-16 3:48 
AnswerRe: Problem ASP.NET MVC in IIS, RedirectToAction() and Redirect() Pin
2374121-Feb-16 5:31
2374121-Feb-16 5:31 
QuestionI want to scan barcode for product management Pin
Anh Tuấn19-Feb-16 17:53
Anh Tuấn19-Feb-16 17:53 
AnswerRe: I want to scan barcode for product management Pin
aarif moh shaikh19-Feb-16 20:48
professionalaarif moh shaikh19-Feb-16 20:48 
GeneralRe: I want to scan barcode for product management Pin
Anh Tuấn19-Feb-16 20:54
Anh Tuấn19-Feb-16 20:54 
AnswerRe: I want to scan barcode for product management Pin
Richard MacCutchan19-Feb-16 23:34
mveRichard MacCutchan19-Feb-16 23:34 
QuestionMCV How To? Controller Action that doesn't do anything Pin
Foothill19-Feb-16 10:03
professionalFoothill19-Feb-16 10:03 
AnswerRe: MCV How To? Controller Action that doesn't do anything Pin
Richard Deeming19-Feb-16 11:03
mveRichard Deeming19-Feb-16 11:03 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
Foothill19-Feb-16 11:13
professionalFoothill19-Feb-16 11:13 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
Richard Deeming20-Feb-16 3:56
mveRichard Deeming20-Feb-16 3:56 
AnswerRe: MCV How To? Controller Action that doesn't do anything Pin
2374121-Feb-16 5:29
2374121-Feb-16 5:29 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
Foothill21-Feb-16 5:38
professionalFoothill21-Feb-16 5:38 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
2374121-Feb-16 5:50
2374121-Feb-16 5:50 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
Foothill21-Feb-16 5:52
professionalFoothill21-Feb-16 5:52 

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.