Search

You searched for the word(s): userid:841845

Matching Posts

  • Re: Failed to generate a user instance of SQL Server

    Thanks for the help. For those reading this forum and wanting to accomplish the same thing on Vista, delete this directory instead : C:\Users\ username \AppData\Local\Microsoft\Microsoft SQL Server Data\SQLEXPRESS Again, Thanks! Liste
  • Re: Confirm Button Extender

    All right, thanks everyone for your help. I finally figured it out. It was a piece missing in my web.config. For thoses reading this post with the same problem here is the "stuff" I added into my web.config file under the <system.web> tag : < pages > < controls > < add tagPrefix = " asp " namespace = " System.Web.UI " assembly = " System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35 " /> < add tagPrefix
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Liste on 3/7/2009
  • Re: Confirm Button Extender

    Well, things get stranger yet. I go into windows explorer, and copy the folder. Then I paste and open the new website with Visual Web Developer 2008 express. When I start debugging it the AJAX does not work. What on earth is going on? Has anybody else had similar problems? Liste
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Liste on 3/6/2009
  • Re: Confirm Button Extender

    All right, thanks for the suggestion. When I added that code to my local file, it worked fine, however when I added it to my remote site, it did not work. To do some further tests, I copied the remote site to my computer in a fresh copy. The AJAX would not work. The AJAX continued to work in my original local copy, however, so I decided to go a little further with my research. I copied my local copy (the one that was working) to another local copy, and it did NOT work. What is going on? When I use
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Liste on 3/6/2009
  • Re: Confirm Button Extender

    As I continue to try to discover the root of the problem : I just created a brand new website with Visual Web Developer 2008 Express, and added some AJAX into it. It work wonders! Why can I still not work with it on my site? Is there something wrong in my web.config that is preventing me? Please help me. Thank you so much! Liste
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Liste on 3/6/2009
  • Re: Confirm Button Extender

    Thanks for the reply. No I do not think that scripting is disabled in my browser, although script debugging is. I tried the site in IE7, Firefox, Safari, and Opera, but still no success. Liste
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Liste on 3/6/2009
  • Re: Confirm Button Extender

    Thank you so much for the reply! It is still not working for me. I thought that perhaps I should try debuggin locally, but still to no avail. I do NOT get a confirm message when I click the button. Am I missing something? The page works perfectly, except no message when I click the button. Here is the whole code for the whole page : <% @ Page Language ="C#" %> <% @ Register assembly ="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Liste on 3/6/2009
  • Confirm Button Extender

    Hello! I am new to AJAX, and am wondering how to get the Confirm Button Extender to work. I have tried to keep the code really simple, but it still refuses to work. Here is my code : < form id ="form1" runat ="server"> < asp : ScriptManager ID ="ScriptManager1" runat ="server"> </ asp : ScriptManager > < asp : Button ID ="Button1" runat ="server" onclick ="Button1_Click1" Text ="Button" /> <
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Liste on 3/6/2009
  • Re: Text file as datasource

    OK. Thank you, Danny117, for trying to help. I still cannot get this to work. I have searched the whole world over (via Google) . But I cannot find any answer. I simply cannot modify a text file with ASP.net. Reading it is no problem, but writing to it just doesn't go. I finally created a table in my database just for that. It does not seem like that should be necessary, but that is what I did. Thank you again for trying to help, and if you have any more suggestions I would be VERY glad to receive
    Posted to C# (Forum) by Liste on 3/5/2009
  • Re: Text file as datasource

    Thank you Danny117 for the reply. Sorry I wrote that last post before I saw your message. I tried that, but without success. I already had a folder called "App_Data" so I created a text file ("Test.txt") in there. Here is the code I used to write : protected void Button2_Click( object sender, EventArgs e) { System.IO. StreamWriter StreamWriter1 = new System.IO. StreamWriter (Server.MapPath( "~/App_Data/Test.txt" ), true ); string myString; myString = TextBox2.Text; TextBox2
    Posted to C# (Forum) by Liste on 3/5/2009
Page 1 of 6 (60 items) 1 2 3 4 5 Next > ... Last »