Search

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

Matching Posts

  • asp.net 2 date picker runtime error..please help

    Hi guys, i am using this date picker " http://www.15seconds.com/issue/040316.htm " , but i get a run time error on this line in the dayrender sub Link.Attributes.Add("href", String.Format("JavaScript:window.opener.document.{0}.value = '{1:d}'; window.close();", Request.QueryString("field"), e.Day.Date)) BUT when debugging it shows that window.opener.document.form1.txtdatecreated.value = '2007-04-04' but the error says 'window.opener.document.form1.txtdatecreated' is NULL or not an object , how do
    Posted to Web Forms (Forum) by wagae on 4/4/2007
  • Invalid postback or callback argument. Event validation is enabled using ...

    i get this Error, accessing any dropdown on my application : Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation
    Posted to Web Forms (Forum) by wagae on 4/3/2007
  • Dropdown picking up the wrong value

    hi everyone I am popolating my dropdown this way (oDDL is my dropdown name) Dim oDDL As System.Web.UI.WebControls.DropDownList iType = CInt(oDR("TypeID")) oDDL = CType(e.Item.FindControl("Option"), System.Web.UI.WebControls.DropDownList) Select Case iType Case 1 oDDL.Items.Clear() oDDL.Items.Add(New ListItem("Please select", "0")) oDDL.Items.Add(New ListItem("Apple", "2")) oDDL.Items.Add(New ListItem("Banana", "3")) oDDL.DataBind() Case 2 oDDL.Items.Clear() oDDL.Items.Add(New ListItem("Please select
    Posted to Web Forms (Forum) by wagae on 8/15/2006
  • Re: popup to show when user cancels window without saving changes

    Hi there I have tried the sample,nothing happens when clicking the button..which is correct BUT no message pops up when cancelling the window, which is incorrect.
    Posted to Client Side Web Development (Forum) by wagae on 8/6/2006
  • Re: popup to show when user cancels window without saving changes

    I dont have a cancel button, the message should show when the window is closed(X top right corner), the other buttond on the page are for updating changes and exporting to excel.
    Posted to Client Side Web Development (Forum) by wagae on 8/5/2006
  • popup to show when user cancels window without saving changes

    I have a data grid and 2 buttons on a page, when a user cancels the window, i want to displat a popup asking the whethere they are sure they want to cancel. i currently have <SCRIPT> function SaveChanges() { event.returnValue = "You will loose all unsaved changes, please update details before closing the window."; } </SCRIPT> i call this function on the body like <body MS_POSITIONING="GridLayout" onbeforeunload="SaveChanges()"> Problem is, this message comes up even when clicking
    Posted to Client Side Web Development (Forum) by wagae on 8/4/2006
  • asp.net email urgent help please

    Hi everyone. please help me, i am trying to send an email from a web form in asp.net this is what i have Dim objMM As New MailMessage objMM.To = " mail@mymail.com " objMM.From = " mail@mymail.com " objMM.Cc = " mail@mymail.com " objMM.Bcc = " mail@mymail.com " objMM.BodyFormat = MailFormat.Text objMM.Priority = MailPriority.Normal objMM.Subject = "Hello!" objMM.Body = "Please NOTE" & vbCrLf & vbCrLf & "testing email." SmtpMail.Send(objMM) when debugging, everything is right until the
    Posted to Client Side Web Development (Forum) by wagae on 8/2/2006
  • Re: Pop reminding users to save changes

    Hi there Dyno1979b, thank you for your response, its a bit tricky for me because i am struggling to make it work, please help me eith an example. Thank you again.
    Posted to Client Side Web Development (Forum) by wagae on 7/10/2006
  • Pop reminding users to save changes

    Hi everyone I have a data grid and 2 buttons on a page, when a user cancels the window, i want to displat a popup asking the whethere they are sure they want to cancel. i currently have function SaveChanges() { event.returnValue = "You will loose all unsaved changes, please update details before closing the window."; } function SaveChanges() { event.returnValue = "You will loose all unsaved changes, please update details before closing the window."; } <SCRIPT> function SaveChanges() { event
    Posted to Client Side Web Development (Forum) by wagae on 7/5/2006
Page 1 of 7 (67 items) 1 2 3 4 5 Next > ... Last »