ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 424 Page Views: 

How will you reduce the width of the textbox in EditCommandColumn of DataGrid?



Posted By: Avi Date: 30 September 2010 11:41:14 PM
 Answer:

This can be done by converting text column into a templete , which then lets you to make the changes in its wsth.


Posted By: avibtech


Date: 30 September 2010 11:41:14 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image EFAW6B
Related Questions
ASP.Net : What do you mean by SmartNavigation in asp.net?

What do you mean by SmartNavigation in asp.net?

The SmartNavigation property is used very rarely. The purpose of this property is to avoid flickring....
Category: ASP.Net Date: 9/30/2010 7:30:14 PM
ASP.Net : What is EnableViewState Property?

What is EnableViewState Property?

With EnableViewState property it is possible to Get or Set a value , which will indicate whether th....
Category: ASP.Net Date: 9/30/2010 7:09:13 PM
ASP.Net : To which namespace does the column mapping belongs?

To which namespace does the column mapping belongs?

It belongs to System.Data.Common Namespace
Category: ASP.Net Date: 9/30/2010 6:59:14 PM
ASP.Net : What is the use of Application_Start method?

What is the use of Application_Start method?

Application_Start is a special method of ASP.Net which do not represent HTTPApplication events. Appl....
Category: ASP.Net Date: 9/30/2010 5:25:13 PM
ASP.Net : What do you mean by the term boxing?

What do you mean by the term boxing?

Boxing is a process through which value type can be converted to refrence type. The process works a....
Category: ASP.Net Date: 9/30/2010 5:07:14 PM