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
Sairam
NA
321
416.2k
gridview edit,update withoust postback
Mar 6 2012 5:28 AM
i need to perform gridview edit,update without postback
<EditItemTemplate>
<asp:ImageButton ID="imgbtnUpdate" CommandName="Update" runat="server" ImageUrl="~/images/gupdate.jpg"
ToolTip="Update" Height="20px" Width="20px" />
<asp:ImageButton ID="imgbtnCancel" runat="server" CommandName="Cancel" ImageUrl="~/images/gCancel.jpg"
ToolTip="Cancel" Height="20px" Width="20px" />
</EditItemTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgbtnEdit" CommandName="Edit" runat="server" ImageUrl="~/images/gEdit.jpg"
ToolTip="Edit" Height="20px" Width="20px">
</ItemTemplate>
on clicking edit button in gridview cause postback., i dont want the edit mode to get postbacked... can anyone help on this issue
T
hanks
Reply
Answers (
1
)
hi how to Display Single Column records from sql table to girdview with 6 rows ?
hi how to auto increment for text and char in sql table.?