User Profile & Activity

Gordon Tumewu Support
Page
of 19
Posted: September 24, 2009 5:06 AM

Hi Dasha,

Thanks for the explantion. I understand why you cannot use the access key. Looking at the first requirement that you want to have keyboard navigation like WebTreeView, actually the menu bar also have keyboard navigation, here I attach demo video of keyboard navigation in WebMenuBar, I only use the directional key in my keyboard to navigate between the menu.

Please let me know if this suitable with your scenario.

Best Regards,

Gordon Tumewu

Posted: September 24, 2009 2:32 AM

edited double post.

Posted: September 23, 2009 11:01 PM

Hi Vince,

It is because HTML does not recognize tab character or spaces. You can try to write 'C001 000 001 005      1' in the html page and you will see that the result will be 'C001 000 001 005 1'.

Best Regards,

Gordon Tumewu

Posted: September 23, 2009 10:51 PM

Hi,

I am trying to replicate your scenario. Everything works fine, I only add Insrt Command and Insert Parameter at your SqlDataSource and the record will added automatically. It's true after you click the button the ProductID cell didn't contain "(Auto)" but if you accept all changes, then the record will be added to the Database.

<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
            ProviderName="System.Data.SqlClient" SelectCommand="SELECT [ProductID], [ProductName] FROM [Products] ORDER BY [ProductID]"
            InsertCommand="INSERT INTO [Products] ([ProductName]) VALUES (@ProductName)">
            <InsertParameters>
                <asp:Parameter Name="ProductName" Type="String" />
            </InsertParameters>
</asp:SqlDataSource>

Best Regards,

Gordon Tumewu

Posted: September 23, 2009 3:19 AM

Hi Madhavan,

Here I attached my simple sample.

Hope this helps.

Best Regards,

Gordon Tumewu

Posted: September 23, 2009 12:14 AM

Hi Dasha,

I am sorry but I am not fully understand with your requirement. Do you want to set the access key and add the menu programmatically? If yes, try to use the following code:

protected void Page_Load(object sender, EventArgs e)
{
	MenuCommand cmd = new MenuCommand();
        cmd.Name = "item1";
        cmd.Text = "item1";
        cmd.AccessKey = "a";
                
        WebMenuBar1.Menus.Add(cmd);
}

Best Regards,

Gordon Tumewu

Posted: September 22, 2009 10:19 PM

Hi,

You can use the cross IFrame to access another component in other IFrame. Here I attached my simple sample.

Hope this helps.

Best Regards,

Gordon Tumewu

Posted: September 18, 2009 6:27 AM

Hi Michael,

Thanks for the sample, it helps me to replicate the issue. I have forwarded this issue to our development team and they are checking it. Also this issue only happend in non IE browser, I have tested using Mozilla and the issue didn't occured.

Best Regards,

Gordon Tumewu

Posted: September 18, 2009 3:39 AM

Hi Michael,

When I tried to restore the .BAK file I got exception occured. I am using SQL 2005, could you reattach the .BAK file?

Best Regards,

Gordon Tumewu

Posted: September 16, 2009 12:33 AM

Hi Michael,

If I look at your video, the issue could possibly happend because it happends after several child. Is it possible to send us the test page? We need to test and replicate the issue first. 

Best Regards,

Gordon Tumewu

All times are GMT -5. The time now is 3:45 PM.
Previous Next