Search

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

Matching Posts

  • listview not going into edit mode

    I have a listview which doesn't go into edit mode when the edit button is clicked: Listview: <asp:ListView ID="lvAims" runat="server" DataKeyNames="REF" OnDataBound="lvAims_DataBound" OnItemEditing="lvAims_ItemEditing"> <LayoutTemplate> <h3>Learner Curriculum</h3> <blockquote> <table> <thead> <tr> <th></th> <th align="center">AIM REF</th> <th>TITLE</th>
    Posted to Data Presentation Controls (Forum) by HexElffilter on 11/19/2009
  • Chart to show running total

    Is the following possible in SSRS? I've been asked for a chart showing the trends of people using their cards to make purchases. Here is an example of the data to be used. I am trying to create a line chart to display the data, but I can't figure a way out to make this work. I am sure I will have to create some form of running total, but not sure how to do this in SSRS 2005. The running total in this case would start at 50, then deduct the minus values, so in this example from 50 I would
  • query processor error on update

    Hi, I keep getting an error when using a BLL to perform an update on a field. The error: The query processor could not produce a query plan from the optimizer because a query cannot update a text, ntext, or image column and a clustering key at the same time. Here is the update method in the BLL: [System.ComponentModel.DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType.Update, false)] public bool UpdateSchool(string appID, string school) { dsApplicant.ApplicantsDataTable dtApplicant
  • Re: create a class to use controls from web user control

    Thanks, although I seem to be having difficulty accessing the code on the ascx page. This is the code on the ascx page: protected void AppSave() { if (Page.IsValid) { ApplicantBLL appBLL = new ApplicantBLL(); appBLL.AddApplicant(chkHealth.Checked, chkHelp.Checked, chkTalk.Checked, ddlTitle.SelectedValue, txtFirstName.Text, txtSurname.Text, ddlGender.SelectedValue, txtAddr1.Text, txtAddr2.Text, txtAddr3.Text, txtAddr4.Text, txtAddr5.Text, ddlCountry.SelectedValue, Convert.ToInt32(txtUKYears.Text)
    Posted to Web Forms (Forum) by HexElffilter on 9/3/2009
  • Re: create a class to use controls from web user control

    Is the class type the name at the beggining of the code? On the ascx page it is: public partial class panels_app1 : System.Web.UI.UserControl But even panels_app1 cannot be found.
    Posted to Web Forms (Forum) by HexElffilter on 9/3/2009
  • create a class to use controls from web user control

    Hi folks, I'm developing an application form and I'm now stuck at what to do next. I have an aspx page which loads five web user controls. The aspx page contains two buttons, one for saving the data and another to move show the next user control. I came up with the idea when clicking the save button it would run an event in a custom class. The class would get the entered data from the controls in the ascx page and store it in sessions to save to the database. Is this the best idea, if so
    Posted to Web Forms (Forum) by HexElffilter on 8/28/2009
  • ajax and validation

    Hi, I'm developing an application form in 3.5 using tab panels containing placeholders linked to ascx controls. I'm adding various validation to the controls (mainly required fields and regular expressions). I don't want to use the validator callout control, as I discovered if the form has a scrollbar the callout doesn't stick with the control it is validating. With the issues between the validation controls and ajax, what would you suggest as an alternative method to add validation
  • Advice Needed - loaded page controls and validation

    Hi, I am developing an application form which uses an ajax tab container with 5 tabs. Each tab contains a placeholder and a button, when the button is clicked it enables and moves to the next tab. To make any future modifications easier I have designed each form section in an ascx file. I've loaded the controls and added them to the placeholders in each tab. On the ascx files I have validation on some of the controls, but I'm now finding that even though the next tab is not enabled the validation
    Posted to Web Forms (Forum) by HexElffilter on 7/23/2009
  • VSTO Outlook mailitems

    I hope someone can help me on this issue. I'm creating an add-in that checks new mail in outlook and moves it to a different folder, but it doesn't work. I've debugged through the code and found that it is only checking 4 mailitems, yet there are 96 mailitems when I look at the count property. Here is my code: void ThisAddIn_NewMail() { Outlook.NameSpace outlookNameSpace = this .Application.GetNamespace( "MAPI" ); Outlook.MAPIFolder inbox = outlookNameSpace.GetDefaultFolder
    Posted to Visual Studio 2005 (Forum) by HexElffilter on 5/7/2009
  • Postback doesn't update session variable

    Hi, I'm having issues trying to update a session variable on an AJAX page. On the page I have an update panel containing a gridview. The gridview contains a select link button, which when clicked opens a modalpopup panel to show details on the selected row using 3 form views. This all works, and when selecting a different row it changes the details accordingly. My issue seems to be when assigning the id from the gridview datasource to a session variable. I am using the session variable to assign
Page 1 of 13 (125 items) 1 2 3 4 5 Next > ... Last »