ASPNeophyte
IS-IT--Management
I'm building a web order entry form for an ERP application. The application could (potentially) have 1000's of items, and I'm trying to create a reasonable lookup control. When a user clicks on a lookup button on the order entry page, it should pop up a window (or a modalpopup, I don't care), which shows them a gridview filled with items from the database. They should be able to search through the gridview, and upon SELECTing an item, the screen should close, and the item number should be "written" back into the "item number" field on the parent form.
This would be unbelievably easy in vb.net, but I've been ripping my hair out for days in ASP.NET. I've been trying to work with a ModalPopupExtender to get it done, but at this point I'd just kill for an example of any sort. Can somebody help me out?
This would be unbelievably easy in vb.net, but I've been ripping my hair out for days in ASP.NET. I've been trying to work with a ModalPopupExtender to get it done, but at this point I'd just kill for an example of any sort. Can somebody help me out?