Search

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

Matching Posts

  • Re: Bullet List control - dynamically adding items

    Hi Talleman, yes, that's brilliant - thank you very much indeed. Also Amar thank you for all those links. Kind regards, Polly Anna
    Posted to Web Forms (Forum) by Polly Anna on 11/19/2007
  • Re: Bullet List control - dynamically adding items

    Hi Talleman, I do not have a ListItems collection for the BulletedList, all I have is an Items collection and it does not have a visible property, only an enabled property. I am using ASP.Net2 Is there any way I can programmatically add/remove or set to non-visible any of the items in the BulletedList? Many thanks, Polly Anna
    Posted to Web Forms (Forum) by Polly Anna on 11/19/2007
  • Bullet List control - dynamically adding items

    Hi, I have a BulletList control that consists of Link Button items. Is it possible for me to make some of these items non-visible, or failing that to be able to either add or remove these items from the BulletList control dynamically? Many thanks, Polly Anna
    Posted to Web Forms (Forum) by Polly Anna on 11/16/2007
  • Re: Set Focus back to new popup window

    Hi Josh, you were totally correct in that it was another bit of javascript - such common sense when someone points it out to you! The javascript that was causing the problem was actually on the body load event. So, after I had pressed the button, it was activating this again. So, thank you very very much. It really was on my mind over the weekend. Kind regards, Polly Anna ' < body onload = "document.forms[0]['cmdPrint'].focus();">
    Posted to Client Side Web Development (Forum) by Polly Anna on 11/12/2007
  • Re: Set Focus back to new popup window

    Hi Josh, yes, thank you so, so much, this has rectified the problem. Very grateful for your help as it has been bothering me all weekend. Kind regards, Polly Anna
    Posted to Client Side Web Development (Forum) by Polly Anna on 11/12/2007
  • Re: Set Focus back to new popup window

    Hi Josh, thanks for the prompt reply. I have set the focus back to the new window as you suggested, and I have also changed from RegisterClientScriptBlock to RegisterStartupScript, but there is no change to the behaviour. It is as if the ASP.Net page then regains focus after the new window has been given focus. I have tried the same javascript code in a static web site and there is no problem there at all, the pop up is created and placed at the front. Do you think it is some setting in the ASP.Net
    Posted to Client Side Web Development (Forum) by Polly Anna on 11/9/2007
  • Set Focus back to new popup window

    Hi, I have created a pop up window in a button click event using the ClientScript.RegisterClientScriptBlock method. However, when the pop up is created it is sent to the back and I don't know how to bring it to the front of the screen. I would be most grateful for any help. (The code is shown below) Many thanks, Polly Protected Sub cmdPop3_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles cmdPop3.Click Dim strJS As String Dim strMsg As String strMsg = txtMessage.Text strJS
    Posted to Client Side Web Development (Forum) by Polly Anna on 11/8/2007
  • Re: SQL Server 2005 - Remote Connections error - Named Pipes : TCP

    Hi Klaus_b, following your comments I went back to our SQL people and they found that the SQL server dns name had not been bound to the IP address. I can't tell you what a relief it was to get this working finally. Thank you to everyone for their help and comments. All very much appreciated. Kind regards, Polly Anna
    Posted to Security (Forum) by Polly Anna on 7/12/2007
  • Re: SQL Server 2005 - Remote Connections error - Named Pipes : TCP

    Hi Xiao, I tried the following connection string using your suggestion of specifying the port number - < add name = " MaximumASPSqlServer " connectionString = " Server=tcp:MCMS2005DBLIVE,1433;user id=xyz;password=abc;database=MCMS " /> The connection worked fine on my local machine using IIS and localhost. It worked fine on the development web server which has no firewall around it, but I got the error below when it was on the live web server which has a firewall. The SQL
    Posted to Security (Forum) by Polly Anna on 7/12/2007
Page 1 of 11 (104 items) 1 2 3 4 5 Next > ... Last ยป