I am a winforms developer that is learning webforms development. I have a webgrid which is populated when the page loads. The user adds a row to the grid then clicks a ASP.Net button which calls a save method I wrote. I go through the controls on the form and grab the values from them(textboxes, dropdown lists, webdatechoosers, etc) with no problem. When I go to loop through the rows on the webgrid programmatically it say there are no rows and its data source is not set. Clearly looking at the page the grid has rows but in the vb code behind when I step through the grid has no rows. I do not understand why and was hoping someone could shed some light on what I am doing wrong. The regular controls have values in them but why doesn't the webgrid have rows? Thanks in advance for your help.
Steve