Alternate TextWant to become a Vibe Coder? Join Vibe Coding Training here
C# Corner
  • Tech
  • News
  • Videos
  • Forums
  • Jobs
  • Books
  • Events
    • Interviews
    • Live
    • Learn
    • Training
    • Career
    • Members
    • Blogs
    • Challenges
    • Certification
  • Article
  • Blog
  • Video
  • Ebook
  • Interview Question
  • .NET
  • .NET Assemblies
  • .NET Core
  • .NET Standard
  • Active Directory
  • ADO.NET
  • Agile Development
  • AJAX
  • Alexa Skills
  • Algorithms in C#
  • Android
  • Angular
  • Architecture
  • ArcObject
  • Artificial Intelligence
  • ASP.NET
  • ASP.NET Core
  • Augmented Reality
  • Aurelia
  • AWS
  • Azure
  • Backbonejs
  • Big Data
  • BizTalk Server
  • Blockchain
  • Bootstrap
  • Bot Framework
  • Business
  • C#
  • C# Corner
  • C, C++, MFC
  • Career Advice
  • Chapters
  • CIO
  • Cloud
  • COBOL.NET
  • Coding Best Practices
  • Cognitive Services
  • COM Interop
  • Compact Framework
  • Cortana Development
  • Cryptocurrency
  • Cryptography
  • Crystal Reports
  • Current Affairs
  • Custom Controls
  • Cyber Security
  • Data Mining
  • Databases & DBA
  • Design Patterns & Practices
  • DevOps
  • DirectX
  • Dynamics CRM
  • Enterprise Development
  • Entity Framework
  • Error Zone
  • Exception Handling
  • Expression Studio
  • F#
  • Files, Directory, IO
  • Games Programming
  • GDI+
  • General
  • Generative Engine Optimization (GEO)
  • Google Cloud
  • Google Development
  • Graphics Design
  • Hardware
  • Hiring and Recruitment
  • HoloLens
  • How do I
  • HTML 5
  • Internet & Web
  • Internet of Things
  • Ionic
  • iOS
  • Java
  • Java and .NET
  • JavaScript
  • JQuery
  • JSON
  • JSP
  • Knockout
  • kotlin
  • Leadership
  • Learn .NET
  • LightSwitch
  • LINQ
  • Machine Learning
  • Microsoft 365
  • Microsoft Office
  • Microsoft Phone
  • Mobile Development
  • Multithreading
  • Nano Banana
  • NetBeans
  • Networking
  • Node.js
  • Office Development
  • OOP/OOD
  • Open Source
  • Operating Systems
  • Oracle
  • Outsourcing
  • Philosophy
  • PHP
  • Power BI
  • Printing in C#
  • Products
  • Progressive Web Apps
  • Project Management
  • Python
  • Q#
  • QlikView
  • R
  • React
  • Reports using C#
  • Robotics & Hardware
  • Ruby on Rails
  • Salesforce
  • Security
  • Servers
  • SharePoint
  • SignalR
  • Silverlight
  • Smart Devices
  • Software Testing
  • SQL Language
  • SQL Server
  • Startups
  • String in C#
  • Swift
  • TypeScript
  • Unity
  • UWP
  • Visual Basic .NET
  • Visual Studio
  • WCF
  • Wearables
  • Web Development
  • Web Services
  • Web3
  • Windows 10
  • Windows Controls
  • Windows Forms
  • Windows PowerShell
  • Windows Services
  • Workflow Foundation
  • WPF
  • Xamarin
  • XAML Standard
  • XML
  • XNA
  • XSharp
  • Register
  • Login
1
Answer

gridview edit,update withoust postback

Photo of Sairam

Sairam

13y
4.2k
0
1 DLL/ActiveX

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

Answers (1)

Related Discussion
Forum Statistics
  • Please welcome our newest member Jankoi .

  • 2,381,645 users have contributed to 122,515 threads and 389,026

  • In the past 24 hours, we have  3 new threads, 3 new posts, and 0 new users.

  • In last week, the most popular thread is 'What is trending right now?'.

Upcoming Events
View all
  • How Gen AI is Reshaping Content, Code, and Commerce

Our Training Programs

View all
  • AI & Machine Learning

  • Mastering Large Language Models

  • Mastering Prompt Engineering

  • Certified Vibe Coder

  • Github Copilot Training

  • Generative AI for Beginners

  • n8n Automation & AI Agents Training

Live
How Gen AI is Reshaping Content, Code, and Commerce

How Gen AI is Reshaping Content, Code, and Commerce

Message
About Us Contact Us Privacy Policy Terms Media Kit Partners C# Tutorials Consultants Ideas Report A Bug FAQs Certifications Sitemap Stories CSharp TV DB Talks Let's React Web3 Universe Interviews.help Jumpstart Blockchain Build with JavaScript

©2025 C# Corner.

All contents are copyright of their authors.