Search

You searched for the word(s): userid:677271

Matching Posts

  • "The data area passed to a system call is too small" error on development server, but not on localhost

    I've been trying to figure this issue out for a few days now, and i have no idea what to do. We use HailStorm to do security scanning on our applications, and one of the things the tool does is slam a lot of data into textboxes and form fields. In one particular case it puts 4000+ characters into one of the querystring fields, which causes the following error to display "The data area passed to a system call is too small". This only happens on development server, and only when i use
  • Microsoft.WebDeployment.Tasks.WebConfigReplacement task was not found

    I am attempting to create a web deployment project which will make a copy of the deployed files, make some web.config replacements inside that copy, zip the new files, and finally delete the newly created folder. I got everything figured out except the web.config replacement. I followed the syntax found at http://blog.foxxtrot.net/2008/12/msbuild-a-love-hate-build-system.html and I am getting the error "Microsoft.WebDeployment.Tasks.WebConfigReplacement task was not found" Here's the
  • The "ToggleDebugCompilation" task failed unexpectedly

    I am trying to set up a deployment project for my web aplication. It builds fine if i deploy locally, but when i try deploying it the server, it breaks with the following error Error 30 The "ToggleDebugCompilation" task failed unexpectedly. System.ArgumentNullException: Parameter "message" cannot be null . at Microsoft.Build.Shared.ErrorUtilities.VerifyThrowArgumentNull(Object parameter, String parameterName, String resourceName) at Microsoft.Build.Utilities.TaskLoggingHelper
    Posted to VS Web Deployment Projects (Forum) by PlayWithFire on 6/10/2009
  • Need to get return value from a SqlDataSource progamatically

    I have a gridview with a list of individuals, and a checkbox column. When a button is clicked, i loop though all the rows, and run a stored procedure for the selected ones. I am using the following SqlDataSource 1 <asp:SqlDataSource ID="sdsListIndividual" runat="server" ConnectionString="< %$ ConnectionStrings:CDCNPINConnectionString %>" 2 InsertCommand= "ml_insertMailingListIndividual" 3 InsertCommandType= "StoredProcedure" oninserted= "sdsListIndividual_Inserted"
  • Re: Can you steer me in the right direction?

    The web service i mentioned will provide me with URLs to all the images i need. A GridView is too limiting in my opinion, since it will only show a table, i'd like it be less rigid. But, let's say i did go with a gridview, what would be the source of data? I am only familiar with binding stuff to database tables, or DataSets. The only thing i can think of is creating a dataSet on the fly, and then binding to that. Is there a better way? A simple arrayList won't work as well. Basically
    Posted to Data Presentation Controls (Forum) by PlayWithFire on 10/16/2008
  • Can you steer me in the right direction?

    I have created a simple HTML web page to display people's gamerscores from XBOX Live. Me and a few of my friends are using it as an active desktop. Here's kind of what it looks like http://www.pavelgutin.com/PGX_html/ You might have to refresh the page, and also, go ahead and mess with the dropdown menu. As you can see, all the code is static, and the images are being pulled from MyGamerCard.net I found a webservice (http://duncanmackenzie.net/services/XboxInfo.asmx) that allows me to suck
    Posted to Data Presentation Controls (Forum) by PlayWithFire on 10/16/2008
  • Re: How can I let a user search for pdf files

    I am not clear whether you asking for a way to search inside the file, or just based on the file name. There's no easy way that i know to search inside the file, since PDF is not really plain text, and you'd have have some sort of a custom parser to read inside the file. Google actually converts the files to HTML on their end, and the indexes that. If you want to do a search based on the file name, then it's pretty easy. Just loop though the directory of files and check the file name
    Posted to Web Forms (Forum) by PlayWithFire on 9/4/2008
  • Page_PreRender is called before _DataBound

    I need to make some changes to few elements after they've been databound. I thought that using Page_PreRender would work, but that gets called before the _DataBound, making it useless. Why is that the case, and how can i get around that? For those that have the time to read the whole problem, here what i am trying to do: I am building a search form that talks to the google search appliance. Once the search is preformed, the appliance sends back HTML that is rendered on the page. When i click
    Posted to Web Forms (Forum) by PlayWithFire on 9/4/2008
  • Tabs accross multiple pages

    This is a simple question, i hope I'd like to create a tab based navigation, but what would be the best way of doing it? Currently, i am using MultiView and a set of buttons, but the problem is that my file grew very large, very fast, since all my content is in one ASPX file. I know i could separate the content out to user controls, but the problem would be that the URL will not change between pages, and i don't like that. So, i am thinking a MasterPage with the tabs themselves, and then
    Posted to Getting Started (Forum) by PlayWithFire on 3/26/2008
    Filed under: tabs navigation
  • What is the easiest and fastest way to implement permission?

    In a bad case of requirements creep, my application now has to support permissions. All i want to be able to do is to disable or hide buttons based on the user role. I already have a table of users, and a way of authenticating the user, and his / her role. Using that information i want to hide and / or disable some buttons. I would really appreciate your help. I am using .Net 2.0 for this project
    Posted to Getting Started (Forum) by PlayWithFire on 2/19/2008
    Filed under: permissions roles 2.0
Page 1 of 3 (29 items) 1 2 3 Next >