No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
I'm taking over a legacy project at my job. Currently there is an issue running the app on Windows 7 that requires the user to run the app as administrator for full functionality/database connectivity. I have no experience with writing apps that need elevation. Where/What should i be looking for …
I'm creating a dashboard, and i've decided to put all my asp charts into their own update panels because loading at once takes too long. the goal is to have them load in a sequential order. the update panels are created programatically when the page loads. There is data related …
I have a web app that when run locally runs as intended. Once published to my server it does not. The issue is related to sql's integrated security. The webservice/sql call is using "domain/machinename" as the login, instead of my active directory credentials. There is no sql security login for …
I'm trying to display a progress bar or animation for an update panel that takes a while to load. The update panel is housing a chart that uses multiple chart areas, and the code behind is building these chart areas during the update. I'm not sure what I'm missing using …
1). look at your group by, that will tell you what is being counted, unless there is a column name in the Count(). in this case, it's CategoryName. 2) Does the Product table contain a column CategoryName? If it does not (which it shouldn't unless this is a custom view), …
The End.