Questions tagged [detailsview]

DetailsView is a data-bound control that renders a single record at a time from its associated data source

In ASP.NET 2.0, DetailsView is a data-bound control that renders a single record at a time from its associated data source. It can optionally provide paging buttons to navigate between records, and a command bar to execute basic operations on the current record (Insert, Update, Delete). DetailsView generates a user interface similar to the Form View of a Microsoft Access database, and is typically used for updating/deleting any currently displayed record or for inserting new records.

603 questions
-3
votes
2 answers

How to send details of excel data in Detailview

I am developing an application that should extract excel data in a Gridview and show the details of individual data in a Detailsview. There is no use of SQL Server and sqlDataSource here. I am in dilemma though. protected void…
Red Devil
  • 1
  • 2
-3
votes
3 answers

Add values into two columns in a table using data in one textbox

I'm developing an asp.net web-forms application with entity framework. There are two columns in my database table to add Latitude and Longitude. But I don't want to add two TextBoxes in user interface to add them. I need to add one TextBox to add…
Bishan
  • 15,211
  • 52
  • 164
  • 258
-5
votes
1 answer

Jmeter software tester

which box method is used in Jmeter tester(black box/ white box)? what are the future enhancement of this tester? give me methodes and techniques of JMeter tester? how it is better than any other software tester??
chaitu
  • 1
1 2 3
40
41