Search results for query: *

  1. P

    Question GridView disappears while MessageBox is showing (if used on tab page)

    I have 3 GridViews, each inside a separate tab. Every row in the GridView is associated with a LinkButton, and when it's clicked a MessageBox are popping up, showing the content on that particular row. The problem is that when the MessageBox pops up the GridView disappears, and when...
  2. P

    How do I call a method contaning an array and display it on a web page

    I have this method RaceDaySimple[] raceDay that I'm trying to call: public partial class RaceDayCalendarSimple : object, System.ComponentModel.INotifyPropertyChanged { private RaceDaySimple[] raceDayField; private AtgDateTime timestampField...
Back
Top Bottom