How to reduce the width of textbox in editcommandcolumn of datagrid?
Answer / Shubhansi
To reduce the width of a TextBox in the `EditCommandColumn` of a DataGrid, you can use CSS or JavaScript to set the `width` property. For example, using CSS:nn```cssn<style>n.myDatagrid textbox {n width: 100px !important;n}n</style>n``
| Is This Answer Correct ? | 0 Yes | 0 No |
what are types of viewstate
Differences between VB.Net and C#, related to OOPS concepts
Difference between web user control and web custom control?
how to add cliet side event to server side? and how to register client script to sever side? wt difference these two
What is the use of placeholder control? Can we see it at runtime?
what is the difference between primary key and foreign key?
What are the Types of state management techniques
If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.
Is post back in asp.net?
how to handle sql exceptions?
What is custom events? How to create it?
What's the use of formatters in .net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)