meaning of this statement: DataSource="<%# DsBooks1 %>"

  • Thread starter Thread starter peng
  • Start date Start date
P

peng

I found this code in visual studio.net MSDN help.
this is the link:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/dv_vstechart/html/vbtchTopQue
stionsAboutASPNETDataGridServerControl.htm#vbtchtopquestionsaboutaspnetdatag
ridservercontroldisplayingadrop-downlistineditmode

I don't understand the syntax: "<%#"
Anybody knows, I checked many books, searched online. No luck!!!
 
peng said:
I found this code in visual studio.net MSDN help.
this is the link:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/dv_vstechart/html/vbtchTopQue
stionsAboutASPNETDataGridServerControl.htm#vbtchtopquestionsaboutaspnetdatag
ridservercontroldisplayingadrop-downlistineditmode

I don't understand the syntax: "<%#"
Anybody knows, I checked many books, searched online. No luck!!!

This is ASP.NET data binding syntax. Explained many places, for instance
here:

http://support.microsoft.com/default.aspx?scid=kb;en-us;q307860

/Jens
 
Thanks!
I search MSDN using the keyword "<%#". How come I didn't find anything?

What is the correct way to search?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top