Search

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

Matching Posts

  • When to be released?

    Hey, I thouth that the july future relase would have been include in asp .net 3.5, but is was not. When will we see this functions implemented in a release? //Morten
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by mimo on 11/25/2007
    Filed under: AJAX ASP.NET, VS2008, Ajax Control Toolkit, AJAX .NET 3.5
  • Getting type from object Generic

    Hi all I have this code below. I would like to know what type my property on a class has. If its a string, int, boolean, double and so on. So I can map it to the correct db type. PropertyInfo[] propertyInfos = typeof(data).GetProperties(); foreach (PropertyInfo propertyInfo in propertyInfos) { if (sql.IndexOf(propertyInfo.Name) > -1) { _dbCommand.Parameters.Add("@" + propertyInfo.Name, need db type here ); _dbCommand.Parameters["@" + propertyInfo.Name].Value = propertyInfo
    Posted to Architecture (Forum) by mimo on 11/11/2007
  • Re: .Click() event in IE but not in Firefox

    I tried searching for it, but didnt realy know what do search for. But the post you gave works great thx mate you are a life saver :D
    Posted to Client Side Web Development (Forum) by mimo on 8/16/2007
  • .Click() event in IE but not in Firefox

    Hey all This what I have. 1) A xml doc with alot of infomation 2) I use a xsl to format the xml data 3) In the xsl i have this javascript document.getElementById('ShowList').click();, this javascript calls a buttom on the site where the xsl is showen. 4) < asp : Button style ="display:none;" runat ="server" ID ="ShowList" OnClick ="ShowList_Click" /> This button then fires an event to the codebehind method ShowList_Click but this only works in
    Posted to Client Side Web Development (Forum) by mimo on 8/14/2007
  • Re: FireFox update 2.0.0.2 breaks some scenarios in ASP.NET AJAX apps

    Im having problems with the ajax toolkits tabcontrol, and wanned to hear if you were any closer to finding a solution to the problem
  • Getting data object from a repeater

    Hello all I have an button, when i press that this happens Private Sub btnMoveMarked_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnMoveMarked.Click Dim oRepeaterItem As RepeaterItem For Each oRepeaterItem In rpImages.Items If oRepeaterItem.ItemType = ListItemType.Item Or oRepeaterItem.ItemType = ListItemType.AlternatingItem Then Dim oCheckBox As CheckBox = CType (oRepeaterItem.FindControl("markedImages"), CheckBox) If (oCheckBox.Checked) Then ImageRegister() End If
    Posted to Data Presentation Controls (Forum) by mimo on 8/21/2006
  • accessing veriable in codebind

    < td width= "2" style= "background-image:url( <%= Basis.ImageLocation %> newdesign/vertialline.jpg)" ></ td > This line works fine as long as its not inside a runat="server" tag, what do i need to do diffent to make it work inside a runat="server" tag as <table id="test" runat="server">
    Posted to Web Forms (Forum) by mimo on 5/10/2006
  • Re: event handling

    thx mate, it worked :)
    Posted to Web Forms (Forum) by mimo on 4/18/2006
  • event handling

    Hey I have a usercontrol with a linkbutton, i would like to access that event, in another class, where im using the usercontrol, how is this possible //mimo
    Posted to Web Forms (Forum) by mimo on 4/17/2006
Page 1 of 3 (26 items) 1 2 3 Next >