简体   繁体   中英

getting values from a textbox after checking if the value exists in my database

I am using asp.net, where I have two pages. One is order-header and another is m-factor. If values of order-header (customer id, order no) matched with values from the m-factor page then the related values from the database table mf-Information should populate the text box, present on third page naming mf-info.

My question is: how do I make the comparison?

I'm not sure what you are trying to do, but you might want to use the session object if you want to compare values across pages. Feel free to describe your question a little more

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM