Forum: ASP.NET Feb 9th, 2009 |
| Replies: 0 Views: 422 i'm building a site with asp.net and flash header (logo + menu). I use a masterpage. is there a way to improve the .swf load speed on the page? it takes some time to appear. It's normal. I dont want... |
Forum: ASP.NET Feb 1st, 2009 |
| Replies: 3 Views: 815 thanks, i use a masterpage now. I have "Default.aspx","Master.master","Home.aspx","News.aspx" pages and I set up the LinkButtons from my menu, in Default.aspx to redirect the content pages like this:... |
Forum: ASP.NET Jan 31st, 2009 |
| Replies: 3 Views: 815 I'm building a website in asp.net and c# and I want to have ONE PAGE and to change content of a div -> section. So I used innerHTML for this and it works fine fot HTML pages (one page for each... |
Forum: ASP.NET Jan 25th, 2009 |
| Replies: 0 Views: 996 I want to use jw player on my site but when i start it with F5 with visual studio, i can see the page but the player is a WHITE BOX and if i right-click it it says Movie not loaded. I checked all... |
Forum: ASP.NET Jan 25th, 2009 |
| Replies: 1 Views: 10,495 have you defined insert parameters?
have you used Insert() method?
Plus, one more thing IS WRONG with the DeleteCommand.
This is correct:
DeleteCommand = "Delete FROM [BillStatement] where... |