TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
yokzu
NA
306
0
Datagrid problem
Apr 5 2012 7:52 AM
Hi,
I am using a datagri control on my web page. I edit, update and cancel on this control.
------------------------
<asp:DataGrid ID="DataGrid1" RUNAT="server" AutoGenerateColumns="False"
OnUpdateCommand="cmd_update" OnEditCommand="cmd_edit"
OnCancelCommand="cmd_cancel">
-------------------------
The problem is when I click the edit button, textbox's showing at rows which I want to edit. No problem at this point. But This textbox's width is too long and I want to edit this textbox's lengths. How may I do that?
Reply
Answers (
5
)
System.argument exception illegal characters in path
How to access multiple field templates in another field template and in insert page of asp dynamic data?