Search

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

Matching Posts

  • BulkEditGridView dirtyRows resetting when postback happens

    I use Matt's BulkEditGridViews in my project, which I find very usefull. The problem is that when I have a control that causes postback (radiobuttonlist, checkbox, button to show/hide a panel) the dirty rows are reset and so any changes I had made so far won't be saved. Does anyone know how to prevent this from happening?
    Posted to Data Presentation Controls (Forum) by memento on 10/12/2006
  • Re: Connection string for big uploading files

    How do you access the sqlcommand object? Because I do not explicitly declare any sqlcommand, open, close, etc; I declare a TableAdapter object, a DataTable Object and then access the query method of that datatable, so basically two lines to execute the query (that is actually in a tableadapter in app_code). How can one change the command timeout using this method?
  • Connection string for big uploading files

    I have a webpage where I want to upload pdf files to my database (arround 2 MB). Putting them inside the database is the choice based on audit definitions the client has. The problem is that for big file uploads, I get the " Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding." error. I believe the solution is expanding the connection timeout time in the SQL connection. But I don't want to do that in web.config, as a small
  • Alter secret question/answer

    I created the users of my application with the asp.net configuration web tool, so I made some questions and answers up for my users. Now that they are using the system, I want to make them change their secret question and answer so they can retrieve the password using the passwordrecovery form: there is no sense of making them remember the random questions and answers I put. Is it possible to change the question and answer of a user in the same way you can change, for example, the password?
    Posted to Security (Forum) by memento on 10/5/2006
  • Atlas: update an UpdatePanel on event in master page

    I have an update panel (A) in a page where resides "Button1". In the master page I have another UpdatePanel (B) where resides "Button2" and a checkbox. When I change the checkbox and click Button2 (to save the checkbox change), I want Button1 to refresh, because its .Enable property should change. Unfortunately I don't know how to achieve this. My lattest attempt was to put a trigger in Update Panel A for changes in Button2 of the master page: < Triggers > < atlas
    Posted to ASP.NET AJAX UI (Forum) by memento on 9/29/2006
  • Re: Command event not firing on programatically added LinkButton

    Forget it, I did not realize it was a method from the original post...
    Posted to Web Forms (Forum) by memento on 9/21/2006
  • Re: Command event not firing on programatically added LinkButton

    codeasp: Because the buttons are added dynamically you have to recreate them on each post back. Example: protected void Page_Load(sender, e) { // Have to recreate them on each round trip // Assuming you are not using the sender and e event args AddButtons( null , null ); } I am sorry, but I can't seem to find any AddButtons() method inside Page_Load. Could you be more specific?
    Posted to Web Forms (Forum) by memento on 9/21/2006
  • Undo button in DetailsView's Insert Mode

    I have a DetailsView loaded in Insert Mode. I want to have a "Undo" button that, when clicked, clears everything the user has written on that DetailsView. How do I clear the contents of the DetailsView without reloading the page?
    Posted to Data Presentation Controls (Forum) by memento on 9/21/2006
  • Re: Finding GridView's height AFTER it has been created

    Very nice...it works if I don't specify the height! Thanks!
    Posted to Data Presentation Controls (Forum) by memento on 9/15/2006
  • Finding GridView's height AFTER it has been created

    Hi, I have a Panel with a GridView on it. What I would like to do is, at runtime, find out the height of the GridView (which is dependable on the number of rows the data source has found) and assign the Panel's height to just a little bit more than the GridView. I am using the Atlas' CollapsiblePanel tool and I don't want to have a big panel if there is just one or two rows in the GridView... Anyone knows how to access the gridview's height?
    Posted to Data Presentation Controls (Forum) by memento on 9/3/2006
Page 1 of 7 (61 items) 1 2 3 4 5 Next > ... Last »