Click here to Skip to main content
15,888,527 members

Comments by Brandon Caruana (Top 14 by date)

Brandon Caruana 25-Aug-12 18:38pm View    
why not just do it with an animated gif? What is the reason for doing it with javascript specifically?
Brandon Caruana 25-Aug-12 18:30pm View    
stick this code in your page_load event.
if (!Page.IsPostBack){
// other code here
}
Brandon Caruana 25-Aug-12 18:23pm View    
seems like you should use one login system for your whole website. otherwise, put the chat application in a virtual directory and then set the config forms auth in there. I don't think you can have two form auths in one web.config. How would the application know which auth a user is trying to do.
Brandon Caruana 25-Aug-12 17:29pm View    
what version of IE are you using?
Brandon Caruana 25-Aug-12 17:23pm View    
You probably won't have permission to read a csv file with javascript. Why can't you read the file server side?