Каково различие между управлением Гиперссылкой и управлением каналом в ASP.NET?

Почему бы не использовать более простой синтаксис?


Это шаблон управления "Eval", который принимает выражение и формат строки:

protected internal string Eval(
string expression,
string format

)

http://msdn.microsoft.com/en-us/library/3d2sz789.aspx

12
задан Dhana 1 June 2009 в 05:30
поделиться

2 ответа

The purpose of both controls is same. But there is one major difference between these two, i.e. HTML Hyperlink control is an HTML control, whenever it is clicked the page navigates to the target page. ASP.NET Link Button control is a server control, whenever the user clicks on it, the request is redirected back to the server and in its response the page is navigated to the target page.

Source .

18
ответ дан 2 December 2019 в 05:28
поделиться
Другие вопросы по тегам:

Похожие вопросы: