inline or databind expressions in ASP.NET -
This is a related question, but answers its own question.
If I want to call server-side function inside of my DataIlist's My EditItemTemplate, give me & lt;% = ServerSideFunction (...)% & gt;
or & lt;% # ServerSideFunction (...)%> ?
There is a database running with the datelist after both work
If you want to bind Data usage: & lt;% # ServerSideFunction (...)%>
If you want to write (<% Response.Write ()%>) some use: & lt;% = serverside function (...)% & gt; ;
Read this question:
Comments
Post a Comment