First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
can't execute "create table" command with Visual Web Developer express
I have a folder with a web site I'm developing which is connected to a database. Every time I move the folder to a different computer it's a pain when I have to move the database and change the connection string. I've thought to use for the first time a database in the app_data folder and move all the database ... 19 Sep 2010 18:37
EnableSessionState = False?
Hello, I have an ASP.NET (C#) website. The session length is set to 20 minutes. In this website there is an .aspx page (in an IFRAME) that gets automatically reloaded (using a javascript timer) every 5 minutes. However, I noted that using this approach the session never expires, even when the user is away f... 19 Sep 2010 18:37
Problems with ImageButton Refresh
Hallo NG, I've got a Problem on an ASP.Net Page. This page shows some data in a tree view and in a drop down list. There are also two image buttons (expand all and refresh) If some user clicks permanently on the button expand all, there will be sometime a problem with the ASP Page. Invalid postback or ca... 19 Sep 2010 18:36
CrystalReport won't scroll thru all records in ASP.NET appl datase
Hello Community Using CrystalReports embedded reporting in an ASP.NET application I create a table named reportDT. The table usually contains more than 10 rows which takes creates about 7 pages of reports. However after creating the report using CrystalReports it shows the first page containing 2 of th... 19 Sep 2010 18:37
Setfocus to control in Iframe
Hi, I have a page with an iframe on it in which I load another page. On this iframe page I have some textboxes above eachother. When the first textbox is filled with a code the textchanged event is called and the code is checked with the database. After the code has been changed to the right one (if needed) I... 19 Sep 2010 18:36
AJAX connection leak
I have an AJAX page where I am doing a partial page refresh every 5 seconds. My Page_Load() function contains the following: SqlConnection conn = new SqlConnection(...); conn.Open(); // database access stuff conn.Close(); Even though I am closing the connection, I find that whenever this page stays open fo... 19 Sep 2010 18:37
No UML Reverse Engineering
I am trying to create a UML diagram using VS which is supposed to have UML Reverse Engineering. It is supposed to be in File -> Project -> UML. But mine doesn't have it (2005 or 2008). I have been trying to get the visio news groups and the vsnet groups but the response I get is that it isn't available on ... 19 Sep 2010 18:36
Migrating MVC based website
Hi all and thanks. I've recently cloned a website from one server to another. The website was built using mvc. For some reason, the moment I surf to the new copy of the website, the mvc rebuilds the database on the sql server. Any idea why? Could it be because of different sql server on web hosts server... 19 Sep 2010 18:36
FormsAuthentication.SignOut() results inSystem.NullReferenceException
Hi. I am getting a "System.NullReferenceException" when I call FormsAuthentication.SignOut() from Session_End method in global.asax. Code is as follow: void Session_End(object sender, EventArgs e) { FormsAuthentication.SignOut(); this.Session["user"] = null; Response.Redirect("... 19 Sep 2010 18:36
MVC
Hi all and thanks. I've recently cloned a website from one server to another. The website was built using mvc. For some reason, the moment I surf to the new copy of the website, the mvc rebuilds the database on the sql server. Any idea why? Could it be because of different sql server on web hosts serve... 19 Sep 2010 18:36
First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22