Browse by Tags

Related Posts

  • Scheduled events

    Hello, I need to create a simple application that gets some data from a web service at a specified interval and time (e.g. daily, weekly or monthly at 00:00 hrs) and copies this data into text files in a specified folder structure on the server. I am trying to think of the best way to do this. I currently...
    Posted to Getting Started (Forum) by elishathompson on 05-15-2009, 12:00 AM
    Filed under: Timers, web service, event
  • Event calendar development - reoccur event problem

    hi guyz, I am going to develop Event calendar.... so can u give me good suggestion about architecture and give me some good resources link.. also how can i implement the following features of event calendar. 1 - reoccur event 2 - multiple day event 3 - start time and end time of events Thanks, Sajjad
    Posted to Getting Started (Forum) by imshally81 on 05-02-2009, 12:00 AM
    Filed under: reoccur event, calendar, event, event calendar
  • Custom ImageButton click event not firing

    I want to have an imagebutton with hover effect. So I extend the ImageButton class. and then override its Render() method. I got the effect I want. And then I add the click event handler by double clicking in the designer. and add some test code in it. when I run the application and click on the button...
    Posted to Custom Server Controls (Forum) by maxi_ng on 03-20-2009, 12:00 AM
    Filed under: onclick, custom server control, event, Image Button
  • jQuery events and Sys.UI.DomEvent (or at least Sys.Binding)

    I found some problems between jQuery event and binding in Ajax Client Templates (Preview 4). All jQuery plugins, for example, use val() method to change the value of a textbox and then use trigger("change") to fire change event. The issue I have is that bindings attached to same textbox than...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by bcardiff on 03-19-2009, 12:00 AM
    Filed under: ajax client templates, Binding, event, jquery
  • Accordion Pane, UpdatePannel Trigger and Control trigger problem

    Hi boys, sorry for my english i already try a search on the forum but i don't found any answer. I'm use Ajax Control Toolkit and i use the Accordion Pane where in content i put an update panel with a roundbutton list and same listitem added at runt-time (at page_load) in contenttemplete area...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by onofalt on 02-25-2009, 12:00 AM
    Filed under: Trigger, UpdatePanel, Accordion, event
  • Dynamic User Control - RaiseEvent Fires every second postback

    Hi, I have created user control that raises an event from dynamicaly generated buttons that should be picked up by the parent, however, event fires every second postback and I have no idea why. ============================= User control: tab_menu.ascx.vb ============================= Imports System.Web...
    Posted to Web Forms (Forum) by wmin on 02-09-2009, 12:00 AM
    Filed under: VB, VB 2008, .NET, ASP.NET, asp.net 2.0, asp.net 2.0, Delegation, event, Events, asp.net2.0, RaiseEvent, User Controls, usercontrol, control
  • Re: Javascript popup in gridview will not work

    I used a button to do that and then used the event of the Gridview rowdatabound to add the onclick to the control's properties. Try this and let us know if it works! Protected Sub GridView1_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) _ Handles GridView1...
    Posted to Data Presentation Controls (Forum) by manieverster on 01-22-2009, 12:00 AM
    Filed under: control, event, GridView
  • Determine the Control Events fired in Page Load Event

    Suppose If i have a button control on my form and i click on button to post back, in this case Click Event of the button will called after Page Load Event. I need to know how can i determine which Event of which control is fired in Page Load Event before the itself control's event called. Do let...
    Posted to Web Forms (Forum) by Ahmish on 01-15-2009, 12:00 AM
    Filed under: event
  • Delete database record on page exit if blank

    I have to develope a form which has a form number on it which is based on an auto-number in an Access database where the form details are to be stored. I know how to query the database for the next number although this would not be very useful if 2 forms were being created at the same time by different...
    Posted to Web Forms (Forum) by scottc1988 on 01-13-2009, 12:00 AM
    Filed under: Access, access DB, ASP .net 3.0, Database, database webform, Databases, event, event controls, event handlers, event handling, Event webform Property, eventhandler, events, Event's don't fire, events initiation, EXIT, webb form, webform, .ASPX, .aspx page, .aspx.vb
  • Enable Button without AutoPostBack

    I have a page which involves a user creating a custom account with a password. I then have a checkbox that the user must check before clicking a button to submit the data. < asp:CheckBox ID= "CheckBox" runat= "server" oncheckedchanged= "CheckBox_CheckedChanged" AutoPostBack...
    Posted to Web Forms (Forum) by stinstin on 01-03-2009, 12:00 AM
    Filed under: Password, textbox, autopostback, checkbox, event, Fire
Page 1 of 12 (116 items) 1 2 3 4 5 Next > ... Last »