Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:628294
More Search Options
RSS Available
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: [JS] How to ask confirm when users try to exit pages with pending changes (onbeforeunload)
Thank you for this,its much appreciated.
Posted to
Tips & Tricks
(Forum)
by
wagae
on 8/6/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 »
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online