Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: VB.NET ASP.nET and DAAB - textbox on webform  (Read 2967 times)

0 Members and 1 Guest are viewing this topic.

d5

  • Guest
VB.NET ASP.nET and DAAB - textbox on webform
« on: August 11, 2006, 06:01:33 AM »
 :-[ Hi

I am using ASP.net, VB.net and DAAB.
My application performs a query and then returns a result.
I have all access to the data encapsulted in a class. If the application needs to access the DB it has to do it through the class.

When a case number is selected from a datagrid, on a webform, the case number is sent to the class. Here the query is performed and the result is returned to the calling program. The calling program then takes result and uses it as a data source for a datagrid. The datagrid is then displayed.

But the customer isnt happy with the data grid and wants each field or column to be displayed in a separate textbox. So the result is still sent to the calling program but I dont know how to show each field in its textbox. Does it have to be binded to the textbox??
Please Help
Thanks

Sidewinder



    Guru

    Thanked: 139
  • Experience: Familiar
  • OS: Windows 10
Re: VB.NET ASP.nET and DAAB - textbox on webform
« Reply #1 on: August 12, 2006, 02:41:43 PM »
The FormView Control might be helpful. FormView is in the System.Web.UI.WebControls namespace.

Good luck. 8-)
The true sign of intelligence is not knowledge but imagination.

-- Albert Einstein