User Profile & Activity

Mark Silka Member
Page
of 2
Posted: November 27, 2009 11:51 AM

Glenn,


I will try that out when I am back at the office.

Thank you for your response.


Best regards,


Mark

 

 

Glenn,

 

Your suggestion worked fantastically.

 

Thank you for the help.

 

Regards,

Mark

Posted: November 25, 2009 1:55 PM

Okay.

Thank you for looking into this issue.

 

Regards,

 

Mark

Posted: November 25, 2009 1:54 PM

Thank you for the example Handy.

How could you do this without knowing exactly how many subitems are in a menu?

I managed to do it by using a recursive subroutine but was interested to know if you had anything similar.

 

Regards,

 

Mark

Glenn,

 

Thank you for the update.

Please let me know if there is a work-around to this bug.

 

Best regards,

 

Mark

Posted: November 23, 2009 7:12 AM

Handy,

 

Thank you for your prompt response.

I need to loop thru the menu structure from the server side as the page loads.

I am using Visual Basic with my ASP.NET project.

I have an SQL table that contains the name of the menu and if that item is enabled/disable.

I want to loop thru the menus as the page loads and disable/enable that item according to its value in my SQL table.

 

Thank you

Posted: November 20, 2009 4:04 PM

What I had to do was have the page post itselft.

Once I did that, I was able to manage my grid better.

You can close this issue.

 

Thank you for your help.

Glenn,

 

I did confirm their versions by clicking on their properties in my Bin folder.

I also created a brand new web project and ran the sample you had posted.

It still gave me the same problem.

I have cleaned out the Temporary ASP.NET files and I do have the latest builds.

I ran the update manager and there was nothing to update.

Posted: November 19, 2009 8:29 AM

Andi,

 

Thank you for your prompt response.

What I need to do is to filter my SQL view then load the contents into the grid.

On the client side I execute this code to refresh the grid to do ontheflypostback.

var grid = ISGetObject("wbgResults");

grid.AddInput("ANALYZE","YES");

"ANALYZE","YES");

grid.RootTable.UpdateUI();

grid.Refresh();

 

Now, what grid EVENT shall contain the code that will generate my rows?

 

Thank you

 

I also attached a modified form with what I am intending to do.

The grid does not refresh itself even though I placed a ClientAction.Refresh() in the code.

 

Please advise

 

Glenn,

 

Thank you for your prompt response.

I downloaded your sample and it displayed the same problem that my project is exhibiting.

This makes me think that it is something to do with my version of Studio.Net 2009.

I recently upgraded from Studio.Net 2008 R2SP1.

I did publish my project to our webserver and had the same results.

I did perform an IISReset on my machine but that did not solve the problem.

All times are GMT -5. The time now is 3:35 AM.
Previous Next