All,
Iam new to ASP.NET and i got a new requirement to do a developmen wrk
I have attached an excel sheet here.
Basically, first i need to export numbers form EXcel sheet to data grid when i press IMPORT button
2. enter the cliebt and brochure detail and if i say lookup, it should fetch me the POD numbers from a table and populated in another data grid contraol
Please see the belo w image
Please help in how to proceed on thjis.
For the first question, check this article:Populate a Datagrid with data from a worksheet
For the second question, you cannot simply search the datagrid place somewhere else, especially if that DataGrid is on another page. If the other DataGrid is on the same page, then you use the DataSource of that Grid, which might be a DataSet or any other collection, and search the record you need!
Hope this helps,
Regards
0 comments:
Post a Comment