can any provide the brief explanation about "AlternateTextField" property in adrotator control in asp.net,and also provide properties and events of the same ?
thank you
nithesh reddy
6 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Alternate Text is a property of an Image which gets displayed if the browser is not able to render the image. Like if you've set the alt="myAdName" property to an image and somehow browser is not able to display the image, "myAdName" would be displayed.
thank you Sandeep Singh can you please provide the best site where i got best answers with good explanations for total controls properties and events in asp.net other than msdn site
thank you Sunny kumar can you please provide the best site where i got best answers with good explanations for total controls properties and events in asp.net other than msdn site
Sunny SharmaPosted Oct 14, 2013, 8:02 AM
Alternate Text is a property of an Image which gets displayed if the browser is not able to render the image. Like if you've set the alt="myAdName" property to an image and somehow browser is not able to display the image, "myAdName" would be displayed.
Here you get all the properties reference:
http://msdn.microsoft.com/en-us/library/System.Web.UI.WebControls.AdRotator_properties.aspx
And the events:
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.adrotator_events.aspx
Hope it helps :)
Naredla NitheshPosted Oct 15, 2013, 2:09 PM
Sunny SharmaPosted Oct 15, 2013, 4:14 AM
Here you go:
http://msdn.microsoft.com/en-us/library/System.Web.UI.WebControls.aspx
Naredla NitheshPosted Oct 15, 2013, 3:38 AM
can you please provide the best site where i got best answers with good explanations for total controls properties and events in asp.net other than msdn site
Naredla NitheshPosted Oct 15, 2013, 3:37 AM
can you please provide the best site where i got best answers with good explanations for total controls properties and events in asp.net other than msdn site
Sandeep Singh ShekhawatPosted Oct 14, 2013, 11:18 AM