Click here to Skip to main content
15,881,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Help with fileupload object Pin
turbosupramk32-Jun-16 8:42
turbosupramk32-Jun-16 8:42 
Questionaccessing Local IP camera Pin
Member 1062117328-May-16 0:49
Member 1062117328-May-16 0:49 
AnswerRe: accessing Local IP camera Pin
Mycroft Holmes29-May-16 21:58
professionalMycroft Holmes29-May-16 21:58 
QuestionWhy is Panel visibility always showing false? Pin
samflex27-May-16 10:37
samflex27-May-16 10:37 
AnswerRe: Why is Panel visibility always showing false? Pin
F-ES Sitecore29-May-16 6:13
professionalF-ES Sitecore29-May-16 6:13 
GeneralRe: Why is Panel visibility always showing false? Pin
samflex29-May-16 16:51
samflex29-May-16 16:51 
GeneralRe: Why is Panel visibility always showing false? Pin
Richard MacCutchan29-May-16 21:27
mveRichard MacCutchan29-May-16 21:27 
GeneralRe: Why is Panel visibility always showing false? Pin
F-ES Sitecore30-May-16 0:03
professionalF-ES Sitecore30-May-16 0:03 
samflex wrote:
I don't understand what you mean by you don't know my inputs.

Inputs are what go in to your system so in your case the inputs are Request.QueryString("uCode"), Request.QueryString("myMail") and Request.QueryString("uName"). We don't know what values you are using as we don't know what the url you are using to access your page is. You could have helped by saying in your question, "This is the url I use..." and that would have given us some idea. It probably wouldn't help though.

Secondly we don't know what is in your database, the most likely issues is that there just isn't a row that satisfies your query. As we don't know your inputs nor your data how can we possibly say?

Asking questions is a skill, so what you should do is post the url you are using and an example of the row of data in your database that you think satisfies your query. The issue might be white spaces, or I see you are using an email address so maybe you are not properly encoding the "@"? As I said, how can we know as you didn't supply enough info? Even with the info I just said you should provide, maybe you are mistaken about your connection string and are connecting to a different database than the one you think you are? If you think that's stupid then I've seen it many many times.

When it comes to questions like this, the best solution by far is for you to learn how to debug your code. Use the debugger to examine the inputs and the query, use SQL Profiler to see exactly what query is being executed, and use SQL Management Studio to run that query and\or examine the data in your database to see if you can work out why nothing is being returned. What I am basically saying is that your code is only half of the issue, the data is the other, and there doesn't seem anything wrong with your code so the issue is with the data which we can't see.
GeneralRe: Why is Panel visibility always showing false? Pin
ZurdoDev26-Oct-16 15:46
professionalZurdoDev26-Oct-16 15:46 
QuestionMoving a website from a 2008 server to a 2012 server without having the application source code. Pin
Stephen Holdorf25-May-16 4:21
Stephen Holdorf25-May-16 4:21 
AnswerRe: Moving a website from a 2008 server to a 2012 server without having the application source code. Pin
ZurdoDev25-May-16 4:39
professionalZurdoDev25-May-16 4:39 
GeneralRe: Moving a website from a 2008 server to a 2012 server without having the application source code. Pin
F-ES Sitecore26-May-16 0:09
professionalF-ES Sitecore26-May-16 0:09 
GeneralRe: Moving a website from a 2008 server to a 2012 server without having the application source code. Pin
ZurdoDev26-May-16 0:37
professionalZurdoDev26-May-16 0:37 
QuestionCall window.print() inside loop Pin
Praveen Kandari24-May-16 1:48
Praveen Kandari24-May-16 1:48 
QuestionRe: Call window.print() inside loop Pin
ZurdoDev25-May-16 4:38
professionalZurdoDev25-May-16 4:38 
AnswerRe: Call window.print() inside loop Pin
F-ES Sitecore26-May-16 0:12
professionalF-ES Sitecore26-May-16 0:12 
GeneralRe: Call window.print() inside loop Pin
Praveen Kandari26-May-16 1:12
Praveen Kandari26-May-16 1:12 
QuestionWCF Push Notification service Pin
Member 1202181721-May-16 2:18
Member 1202181721-May-16 2:18 
SuggestionRe: WCF Push Notification service Pin
ZurdoDev25-May-16 4:38
professionalZurdoDev25-May-16 4:38 
QuestionBuild navigation with routed URL in ASP.NET MVC Pin
Member 1204569220-May-16 18:36
Member 1204569220-May-16 18:36 
AnswerRe: Build navigation with routed URL in ASP.NET MVC Pin
John C Rayan22-May-16 23:51
professionalJohn C Rayan22-May-16 23:51 
AnswerRe: Build navigation with routed URL in ASP.NET MVC Pin
F-ES Sitecore24-May-16 0:22
professionalF-ES Sitecore24-May-16 0:22 
QuestionASP.NET MVC. Specific URL for partial views Pin
Member 1204569220-May-16 6:05
Member 1204569220-May-16 6:05 
AnswerRe: ASP.NET MVC. Specific URL for partial views Pin
John C Rayan22-May-16 23:48
professionalJohn C Rayan22-May-16 23:48 
AnswerRe: ASP.NET MVC. Specific URL for partial views Pin
John C Rayan23-May-16 0:03
professionalJohn C Rayan23-May-16 0:03 

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.