User186897 posted
Hello
I have a situation where there is a textbox and submit button, the textbox is to enter password and click submit. after submit gridview is displayed.
the gridview has a column with field "Contact Name" this contact name should be displayed automatically depending on the code provided above
Gridview is something like below...
Date ContactName Details Status Finish Action
prepopulate prepopulate textbox textbox textbox Add Record(button)
how do i prepopulate the date column and ContactName column(contact name comes from a table where name is derived from the code entred in the textbox)
I know its confusing but if someone can plz help me how to prepolated the firld from a different datasource or query...thanks