Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionThere is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedClientList'. Pin
amioni20-Oct-16 1:43
amioni20-Oct-16 1:43 
AnswerRe: There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedClientList'. Pin
jkirkerx20-Oct-16 8:57
professionaljkirkerx20-Oct-16 8:57 
QuestionHow to save modal popup form into database/data table Pin
Bootzilla3319-Oct-16 10:47
Bootzilla3319-Oct-16 10:47 
AnswerRe: How to save modal popup form into database/data table Pin
Sahil Saini @ Software Developer19-Oct-16 19:23
professionalSahil Saini @ Software Developer19-Oct-16 19:23 
Questioni want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 9:00
moj197817-Oct-16 9:00 
AnswerRe: i want fill 2 table with 1 click can I? Pin
Vincent Maverick Durano17-Oct-16 9:07
professionalVincent Maverick Durano17-Oct-16 9:07 
GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 9:13
moj197817-Oct-16 9:13 
GeneralRe: i want fill 2 table with 1 click can I? Pin
Vincent Maverick Durano17-Oct-16 9:17
professionalVincent Maverick Durano17-Oct-16 9:17 
Have you tried debugging your code? Have you checked the values being passed to your query? Are you getting errors?

As a side note, please make it a habit to use the using statement when dealing with objects that eat resources such as SqlConnection and SqlCommand to ensure that the object will be properly closed and disposed after you use them.

Finally, place your connectionString within your config file so you can easily switch and modify the settings when needed without compiling your code.

modified 17-Oct-16 18:21pm.

GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 9:14
moj197817-Oct-16 9:14 
AnswerRe: i want fill 2 table with 1 click can I? Pin
Wendelius17-Oct-16 9:28
mentorWendelius17-Oct-16 9:28 
GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 10:28
moj197817-Oct-16 10:28 
GeneralRe: i want fill 2 table with 1 click can I? Pin
Wendelius17-Oct-16 17:05
mentorWendelius17-Oct-16 17:05 
QuestionPosting back part of a model - instead of using querystrings for filters - MVC. part of the model post back Pin
jkirkerx17-Oct-16 8:38
professionaljkirkerx17-Oct-16 8:38 
AnswerRe: Posting back part of a model - instead of using querystrings for filters - MVC. part of the model post back Pin
jkirkerx17-Oct-16 10:21
professionaljkirkerx17-Oct-16 10:21 
QuestionTracking Pin
sarwajeet singh16-Oct-16 23:42
sarwajeet singh16-Oct-16 23:42 
AnswerRe: Tracking Pin
Eddy Vluggen17-Oct-16 1:50
professionalEddy Vluggen17-Oct-16 1:50 
QuestionRe: Tracking Pin
ZurdoDev17-Oct-16 8:17
professionalZurdoDev17-Oct-16 8:17 
QuestionAnyone know how to create or seen a toggle switch with two big word/many letter selections Pin
Bootzilla3316-Oct-16 15:15
Bootzilla3316-Oct-16 15:15 
AnswerRe: Anyone know how to create or seen a toggle switch with two big word/many letter selections Pin
Richard Deeming17-Oct-16 1:52
mveRichard Deeming17-Oct-16 1:52 
Questionweb form generate html on separate pages Pin
dcof16-Oct-16 9:08
dcof16-Oct-16 9:08 
AnswerRe: web form generate html on separate pages Pin
ZurdoDev17-Oct-16 8:24
professionalZurdoDev17-Oct-16 8:24 
AnswerRe: web form generate html on separate pages Pin
ZurdoDev17-Oct-16 8:25
professionalZurdoDev17-Oct-16 8:25 
QuestionLinkhub Pin
Member 1279506215-Oct-16 2:40
Member 1279506215-Oct-16 2:40 
AnswerRe: Linkhub Pin
Richard MacCutchan15-Oct-16 6:19
mveRichard MacCutchan15-Oct-16 6:19 
Questionhow to send autogenerated sms to the number given by the user Pin
Member 1279468314-Oct-16 20:39
Member 1279468314-Oct-16 20:39 

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.