Click here to Skip to main content
15,913,836 members

Comments by bmyusuf (Top 7 by date)

bmyusuf 2-Jan-13 16:11pm View    
My project will not published to Internet. It will run in localhost and will shown on large screen lcd monitor. And no one will resize the browser. The project have two part; one of these part is main page which all people can see for some information reason and the other part is admin panel to change information in main screen. I just want to remove the scrollbar which is shown in main screen. Now, is it make any sense.
bmyusuf 14-Oct-12 8:36am View    
When I click the Add button process not entered the btnUpload_Click() method.
bmyusuf 14-Oct-12 7:09am View    
I did your solution then I take an HTTP Error 404.13 error message. I solved the error which explain in this link: http://support.microsoft.com/kb/942074. After I solved the error then I returned the same problem. So problem didn't solve.
bmyusuf 14-Oct-12 6:26am View    
@sharad_sharma82 I use your solution and it worked but pps start in powerpoint. Is there any way to start pps in aps.net page to run in that web page? That is pps must embedded to asp.net page.
bmyusuf 14-Oct-12 5:53am View    
My process in .aspx page side is: Selecting a video file with FileUpload control and then I click the Add button. The Add button takes video url to add this url to database. But when I click the Add button nothing happen and Add button codes not executed (I debugged the code). Under the web page info shows "Uploading(0%)..." Then time is up, and browser give web page not found warning.