Click here to Skip to main content
15,906,455 members

Comments by Matthew Chua (Top 18 by date)

Matthew Chua 25-Oct-14 2:38am View    
Hi, another question, where can I find the web config? Thank you.
Matthew Chua 24-Oct-14 12:55pm View    
Hi Sinisa,

I would like to ask if you knew what <%: %> means? Is it like a way to call on functions coded in the aspx.cs file? If not, how can I call on to the functions? Thank you.

Also, are the function made in the "code behind", the same with a command enclosed by a <script runat ="">?
Matthew Chua 24-Oct-14 11:07am View    
Okay. Thank you very much. Regarding the postback, I have to declare postback() to be true/false?
Matthew Chua 24-Oct-14 9:38am View    
Initial load is the instance where the website just started loading? or the code inside the (!IsPostback) flag must be done first before going to the Page_Load() command?

So basically, there are two major parts in the code that I should work on, the IsPostback flag and Page_Load(), is it right?
Matthew Chua 24-Oct-14 9:21am View    
Thank you very much for the help. I appreciat your effort in helping me figure out VS. Also, the flag IsPostback is found where again, sorry?