Search

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

Matching Posts

  • Get the textbox value, after been adding text dynamically?

    Hi! I have a textbox which I set some text to from the serverside-code. And I also have a button..once I press the button I want it to get the text from the textbox even if I so might have changed the text by adding a few chars in the textbox, and then show the current/new text in a label. But as for now..it will just show the same text as I entered in the serverside-code, no matter if I change the text in the textbox afterwards..kind a tricky to explain..so I will give you some code...Im sure that
    Posted to Getting Started (Forum) by Inx on 12/3/2009
  • Session dies after dynamically creating a file/folder

    Hi! I have a problem where I need to create a file and a folder dynamically..or well I in this case I need to remove/delete a folder and a file, but once that is done it seems like my server also removes my current sessions...is there any way to prevent that?...it seems like the server detects that something has been changed in the folder of the application and there for "kills" all the information currently stored(such as sessions)... is there any way around this?
    Posted to State Management (Forum) by Inx on 12/2/2009
  • Re: Session dies after dynamically creating a file/folder

    well Im deleting a file and a directory within the applications pool, could that cause this problem?..and how do I fix it?..or is it complicated to fix, cause in that case it aint necessary..its mor if there is any smart and qucik way to get around it then it whould be great :) Thanks in advance!
    Posted to State Management (Forum) by Inx on 12/2/2009
  • get the CheckBox value from the CheckBox-control with in the TemplateField

    Hi! I currently have added a TemplateField which then contains a Checkbox-control, the thing is that I want to check the value of that checkbox in "code-behind" once I press a button...and I really cant figure out how to do this... I know it might seem wierd not to use the actuall "checkbox-fields" to do this...but the thing is that I dont want to bind this checkboxes to any data-source..I want to set thier value programmatically in my "code-behind". So....how do I actually
    Posted to Data Presentation Controls (Forum) by Inx on 11/19/2009
  • Free open source forum?

    Hi! Im not sure if this is the right place to ask in...but anyway... I need a forum for a server thats running ASP.net, and I sort of wonder if there is any free open source forums such as there is for php(for instance PhpBB).. Thanks in advance!
    Posted to Getting Started (Forum) by Inx on 10/23/2009
  • Re: Inherit DirectoryInfo?

    Okey, well I simply want to add a method/function to the class itself so I can re-use it all over my project for each time I create an object of the class, and Im using 2.0 since I need the application Im building to work over serveral different hosts..and for some reason some really lazy hosts still seems to be useing 2.0...dont ask me why :S Thanks in advance!
    Posted to Getting Started (Forum) by Inx on 10/15/2009
  • TextboxWatermark wont work..whats wrong?

    Hi! Well Im trying to create a watermark for a textbox dynamically...and this is what I got so far, but for somereason it just wont work...any ideas? public void setupTextboxes() { tb_MaximumSystemSize.ID = "tb_MaximumSystemSize"; TextBoxWatermarkExtender tbwm = new TextBoxWatermarkExtender(); tbwm.TargetControlID = "ctl00_ctl00_ContentPlaceHolder1_Content_tb_MaximumSystemSize"; tbwm.WatermarkText = "Ange ett namn"; tbwm.Enabled = true; } Thanks in advance!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Inx on 10/15/2009
  • Re: TextboxWatermark wont work..whats wrong?

    okey, I tried that aswell now..but it still wont work Im useing ASp.net 3.5 now...so I shouldnt need to do anything else then this right?(btw this is a new page..so the textbox object has a new name) C# using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using AjaxControlToolkit; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { setupTextboxes(); } public
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Inx on 10/15/2009
  • Re: TextboxWatermark wont work..whats wrong?

    Oh..didnt notice..sorry :( ..yeah well not really I guess...how od i do it else?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Inx on 10/15/2009
Page 1 of 12 (117 items) 1 2 3 4 5 Next > ... Last »