Can’t break in global.asax / Application_Start

Reading your question, I assume you are using IIS for debugging, not Visual Studio Development Server. In this case, debugging application start is tricky, because it is only called once when the application pool is started or recycled. When Visual Studio attaches to the process, Application_Start has already been running. The trick is to make … Read more

using if else with eval in aspx page

If you absolutely do not want to use code-behind, you can try conditional operator for this: <%# ((int)Eval(“Percentage”) < 50) ? “0 %” : Eval(“Percentage”) %> That is assuming field Percentage contains integer. Update: Version for VB.NET, just in case, provided by tomasofen: <%# If(Eval(“Status”) < 50, “0 %”, Eval(“Percentage”)) %>

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)