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:713380
More Search Options
RSS Available
Matching Posts
Re: can I put a php rss feed in an aspx page?
Thanks for the links. I read through them and they maybe helpful if we decide to consume xml feeds directly by building our own feed reader. we use rssfeeder.com (no www -- which is free, but it also adds advertizing links in the code. Creating our own would remove the advertizing.) I guess instead of asking the admin to install php on the server, I was first wondering if I could use an include tag in an aspx page that would pull the page into that tag. However I do not believe this can be done with
Posted to
Client Side Web Development
(Forum)
by
Webmonkeymon
on 4/20/2009
Filed under: php aspx tag
can I put a php rss feed in an aspx page?
php rss feeds get seen by search engines. javascript feeds do not. How can we get our php feed in our aspx page. We have enable php pages on our server but we have not installed any php libraries. So at this point I cannot even get a php hello world to work. however we can have pages that have the php extension with html in them. but the php does not work. All we really want is to move our php rss feed into our aspx page. Not using an iframe. Since the search engines do not see this either. Thanks
Posted to
Client Side Web Development
(Forum)
by
Webmonkeymon
on 4/20/2009
controls mysteriously get unregistered still in intellisense but object not found.
controls mysteriously get unregistered : still in intellisense but object not found. my dropdowncontrols which were all working fine for days now cannot be found!! I DID NOT CHANGE anything related to the controls. if I delete the dropdownlist and create a new one it most likely will work as exspected. but as soon as I delete one then the next one on the pages becomes an object not found. I did notice their is a difference in the color of the word string. see below. this is killing me. string staff4;
Posted to
Getting Started
(Forum)
by
Webmonkeymon
on 9/4/2008
Re: Switching SQLDataSource on the fly
I cannot get the sqlDataEvents to show up in intellisense. i have using system.data.sql and system.data.sqlclient ? where are you putting this code.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Webmonkeymon
on 9/3/2008
Re: e.result line
[quote user="ecbruck"] protected void ldsProducts_Inserted( object sender, LinqDataSourceStatusEventArgs e) { if (e.Exception == null ) { lblMessage.Text = String.Format( "Product '{0}' successfully created." , ((Product)e.Result).ProductName); } else { lblMessage.Text = "Unable to create product." ; e.ExceptionHandled = true ; }[/quote] i cannot duplicate the inserted validation code you have here. I get the error FormViewInsertedEventArgs' does not contain
Posted to
Data Presentation Controls
(Forum)
by
Webmonkeymon
on 8/27/2008
Re: In the click event of the LinkButton, if you call FormView1.UpdateItem(true|false) then ObjectDataSource1_UpdateObject should fire.
I read these posts and simply removed the runat="server" attribute from my html tables and this worked. i then had to remove the manuel click event.... protected void ImageButton1_Click( object sender, ImageClickEventArgs e) { this .Formview3.InsertItem( true ); } because this additional event created a second duplicate record.
Posted to
Data Presentation Controls
(Forum)
by
Webmonkeymon
on 8/26/2008
[<:o)]
Posted to
Data Presentation Controls
(Forum)
by
Webmonkeymon
on 8/13/2008
Re: DynamicClass1 does not contain a property with the name
it works. thanks a ton. i will share my work when i get back from vacation.
Posted to
Data Presentation Controls
(Forum)
by
Webmonkeymon
on 8/13/2008
Re: DynamicClass1 does not contain a property with the name
ooops [quote user="Webmonkeymon"] here is the aspx and the code < asp : DetailsView ID ="DetailsView1" runat ="server" AutoGenerateRows ="False" Height ="50px" Width ="125px" DefaultMode ="Insert" DataKeyNames ="TitleID,Title">.......................... < InsertItemTemplate > [/quote] i selected the wrong page the above part should be a formView not a detailsview ... < asp : LinqDataSource ID ="LinqDataSource1"
Posted to
Data Presentation Controls
(Forum)
by
Webmonkeymon
on 8/13/2008
DynamicClass1 does not contain a property with the name
awesome. i will work throught this currently I think I am close but i am getting this error now. DataBinding: 'DynamicClass1' does not contain a property with the name 'DisplayName'. there is also something wrong with the linqDataSource2... this table (well the table in the db only has two fields but in the linqadapter is shows 3. this is because i renamed the wrong field at one point or something. not sure. I am not selecting it but it makes me think that has something to do with
Posted to
Data Presentation Controls
(Forum)
by
Webmonkeymon
on 8/13/2008
Filed under: dynamicClass1
Page 1 of 5 (50 items) 1
2
3
4
5
Next >
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online