How to bind columns manually to a datagrid control.&what is meant by application tracing ,wht r the settings u have to do 4 that?thank you ,waiting for ur rply sir.

Showing Answers 1 - 3 of 3 Answers

Ramesh

  • Feb 26th, 2006
 

Hai ..

We can bind the columns manually with the help of html binding records. like a template column..

And here your another question is Application Tracing .. Which means we can trace our Current application . So if we need to see the trace view we have to put trace=" true" in web.config menu..

If we need to do any trace setting in the application it is possible at Web.config file........

All the best

Regards

Rame...

  Was this answer useful?  Yes

satyendra

  • Feb 28th, 2006
 

 hi

    u can perform manual data binding in aspx file using elements <asp:Columns >,<asp:BoundColumns  >, <asp:ItemTemplate  >

  Was this answer useful?  Yes

arumugham

  • Apr 11th, 2006
 

To enable trace in application

u need to change the trace property in web.config for application level tracing and trace values will be stored in trace.axd in root directory.

when u r handling the trace in aspx page.there is propery in page called trace set that to true ,u can see all tracing events in end of the page.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions