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:712829
More Search Options
RSS Available
Matching Posts
Re: Hyperlinks in HTML Email
msgBody = "<p> <a href="mywebpage/" & mystring >click here</a> </p>" ----> this doesnot work I'm guessing this is just a formatting issue with your post but, Try this msgBody = "<p> <a href="mywebpage/" & mystring & ">click here</a> </p>" ----> this should work edit... sorry, there should be single quotes around the href as well... msgBody = "<p> <a href='mywebpage
Posted to
Web Parts and Personalization
(Forum)
by
matt_cyr
on 3/6/2008
Re: Issue with UpdatePanel + Async post back + Validators
Not sure if this will be the answer to your problem but if fixed a similar problem I had with validators. In your web.config do you have an attribute xhtmlConformance ? I had this in mine and it was set to Legacy. This was causing problems with client side validation in 'down level browsers' (anything not IE) changing it to Transitional fixed it for me.
Posted to
ASP.NET AJAX UI
(Forum)
by
matt_cyr
on 2/11/2008
Re: ClientScript.GetCallbackEventReference and Content Pages
Ok, I have no idea how those posts are supposed to help me. My question was why is the object reference being returned as empty instead of '__Page'
Posted to
ASP.NET AJAX UI
(Forum)
by
matt_cyr
on 2/7/2008
ClientScript.GetCallbackEventReference and Content Pages
When I try to call the ClientScript.GetCallbackEventReference method from within a content page, the first argument is always returned as empty. I'm calling the function like so Dim cbReference As String = ClientScript.GetCallbackEventReference( Me , "args" , "ShowResult" , "context" ) after this has run cbReference contains "WebForm_DoCallback('',args,ShowResult,context,null,false)" 'First argument is empty string The page is setup to implement
Posted to
ASP.NET AJAX UI
(Forum)
by
matt_cyr
on 2/5/2008
Re: Error: Sys.ArgumentException: Value must not be null for Controls and Behaviors. Ajax vs Atlas : grid column not visible
try using the ID instead of UniqueID as well. eg. .TargetControlID = e.Row.Cells(4).FindControl("controlTarget").ID .PopupControlID = e.Row.Cells(4).FindControl("controlPopup").ID that seemed to help when i was using the calendarextender in a server control
Posted to
ASP.NET AJAX UI
(Forum)
by
matt_cyr
on 11/21/2007
Re: let admin change the look and others just see it and can't change it
If you change the personalization scope to shared it should reflect the changes for all users.
Posted to
Web Parts and Personalization
(Forum)
by
matt_cyr
on 7/4/2007
Re: Usercontrol based WebParts: Page events firing after webpart is closed?!
I see one problem with that though. If the user re-adds the webpart to the page, the webpart reports IsClosed = true after adding the page. It has not been set to false when page_load is called.
Posted to
Web Parts and Personalization
(Forum)
by
matt_cyr
on 7/4/2007
Re: Usercontrol based WebParts: Page events firing after webpart is closed?!
I think it's very clear what he's saying and I have found the same thing in my applications. After closing a webpart, the code WITHIN the webpart called 'Page_Load' still gets ran, even though you would think it wouldn't since you have 'closed' the webpart.
Posted to
Web Parts and Personalization
(Forum)
by
matt_cyr
on 7/3/2007
Re: Stop post back in Web Part
It's true you need to enable ajax, but it will be just as secure as non ajax enabled site. The problem is that the current versions of ajax do not support this in all browsers properly. I don't believe there is anyway to get this working for all modern browsers at this time.
Posted to
Web Parts and Personalization
(Forum)
by
matt_cyr
on 6/27/2007
Re: Where can I download Oraclepersonalization provider class
Is this what you're looking for? http://www.oracle.com/technology/tech/dotnet/aspnet/index.html
Posted to
Web Parts and Personalization
(Forum)
by
matt_cyr
on 6/27/2007
Page 1 of 9 (85 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Channel 10:
Bing Gets a New Toolbar
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Mix Online:
Adventures With Windows Azure Diagnostics
Channel 9:
Channel 9 Live at PDC09: Ray Ozzie
Channel 9:
Coding4Fun: DrinkTendr
Channel 9:
TWC9: Scott Hanselman, John Galloway, Bing, parallel unit tests, more
TechNet Edge:
ISA to TMG Migration Guidance
Channel 9:
Life at Microsoft: Episode 3
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online