Browse by Tags

Related Posts

  • hi

    Hi, I want to disable some options on right click an image.How to disable the options ''save picture as'',''copy'',''paste'',''E-mail picture'',''set as desktop item'',''set as back ground'',''save...
    Posted to Client Side Web Development (Forum) by asp.netlearner on 11-12-2008, 12:00 AM
    Filed under: save, copy, disable, paste, image
  • Check viewState before save data

    Hi All, I have been googling around but cannot find the exact solution, hope somebody here can point me to the right direction, thanks in advance. Problem Scenario: Do not try to save webform data into database if it has not been changed, need to achieve this by using viewstate. Example: A textbox hold...
    Posted to State Management (Forum) by ASPCloud on 10-31-2008, 12:00 AM
    Filed under: Save, saving, ViewState, ViewState postback
  • How to use XDocument.Save?

    public void Save() { XDocument xDocument = XDocument .Load(FILE_PATH); var parameter = from p in xDocument.Descendants( XName .Get( "Parameter" )) where p.Attribute( XName .Get( "name" )).Value == this .Value select p; foreach ( XElement xElement in parameter) { xElement.Attribute...
    Posted to Getting Started (Forum) by Dynamic2008 on 07-02-2008, 12:00 AM
    Filed under: Save, xdocument, XML .Net C#, XElement
  • Re: .Net 2.0 Ajax erases input data

    After one day's work on removing .Net Ajax and make all field my own Ajax (NickAjax), I can call it real partial asynchronized postback - a goal that .Net 2.0 Ajax said in their feature, but failed to deliver to real life. I have 4 tab pages, there are 10 fields in the first tab. I set a 5 sec delay...
    Posted to Migrating from ASP.NET 1.x to ASP.NET 2.0 (Forum) by haiwag on 05-30-2008, 12:00 AM
    Filed under: save, click, working, button
  • Re: "Save" DELETED entries to new Table

    Hi XPSCodes Indeed it will, but how does one convert your select / update / delete statement to a trigger - where do you begin? I would've added the query to VWD2008, but it also makes sense to add it to SQL in the backend. I've managed to get some code of another website, which is easy to read...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by fossil83 on 03-23-2008, 12:00 AM
    Filed under: output, save, delete query, deleted, deleted record, move
  • Save a Form using Ctrl + S????

    Hi Guys, Was just thinking about this and couldn't find anything on the net about it. Can you use keywords such as Ctrl S to save an ASP.net 2.0 form or other keywords? Just point me in the right direction...if possible of course Thanks in advance! Tim
    Posted to Getting Started (Forum) by tbraga on 12-05-2007, 12:00 AM
    Filed under: save, ctrl, keywords
  • Re: ASP.NET 2.0 Post to another Page Search Problem (txtName)

    Still has problem: see below: <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> if <..Text="Lable"> Then search result from is to match any words including "Label" if <..Text="Name"> Then search result is to match any words including "Name" How? Please Help ASAP...
    Posted to Migrating from ASP.NET 1.x to ASP.NET 2.0 (Forum) by zhuhhu on 03-08-2007, 12:00 AM
    Filed under: permission, save, Session state, Use 1.1 and 2.0 for the same site, VS 2003 VS 2005 conversion, "base class error" asp.net error bug uploading development, Access is denied ASP.NET 2.0 ASP.NET 1.1 Migration, Code behind choices, compilation models, debugging, dependencies, error, LOG4NET WARNING SCHEMA, migrating, Web.config allowDefinition MachineToApplication solution Web Application Projects, remote, response already flushed by, session id, Web Application Projects, XSLT XslCompiledTransform
  • Re: Error :Session state has created a session id, but cannot save it because the response was already flushed by the application.

    That happens because sometimes (depending on the web.config configuration) the SessionID is not set in the cookie when Session_Srtart event executes in the global asax. You encounter this error because at somepoint in the pagelifecycle a variable is set in the session. After the request ends, ASP.NET...
    Posted to Migrating from ASP.NET 1.x to ASP.NET 2.0 (Forum) by softer on 02-13-2007, 12:00 AM
    Filed under: save, Session state, response already flushed by, session id
  • Re: Error :Session state has created a session id, but cannot save it because the response was already flushed by the application.

    That happens because sometimes (depending on the web.config configuration) the SessionID is not set in the cookie when Session_Srtart event executes in the global asax. You encounter this error because at somepoint in the pagelifecycle a variable is set in the session. After the request ends, ASP.NET...
    Posted to Migrating from ASP.NET 1.x to ASP.NET 2.0 (Forum) by softer on 02-13-2007, 12:00 AM
    Filed under: save, Session state, response already flushed by, session id
  • the form don't save

    Hi friends, I have a web form with some textboxes and dropdownlists. The dropdownlists work, aparently correct, as it shows the correct itens and i can select one of them. But... when i finish to fill the form, select the iten in the dropdownlist and press the button SAVE, the information of the form...
    Posted to ASP.NET MVC (Forum) by joaoluizbt on 09-01-2009, 12:00 AM
    Filed under: DropDownList, select, save, view data, webform
Page 1 of 1 (10 items)