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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -