Click here to Skip to main content
15,891,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Save Formatted text From a Textbox control in database Pin
vkumar0929-Dec-08 0:57
vkumar0929-Dec-08 0:57 
GeneralRe: Save Formatted text From a Textbox control in database Pin
N a v a n e e t h29-Dec-08 1:27
N a v a n e e t h29-Dec-08 1:27 
AnswerRe: Save Formatted text From a Textbox control in database Pin
bilal_yousaf_hussain29-Dec-08 13:09
bilal_yousaf_hussain29-Dec-08 13:09 
QuestionDelete Gridview Row using Ajax in VS 2008 Pin
Elizma29-Dec-08 0:08
Elizma29-Dec-08 0:08 
AnswerRe: Delete Gridview Row using Ajax in VS 2008 Pin
Brij29-Dec-08 0:38
mentorBrij29-Dec-08 0:38 
GeneralRe: Delete Gridview Row using Ajax in VS 2008 Pin
Elizma29-Dec-08 0:47
Elizma29-Dec-08 0:47 
GeneralRe: Delete Gridview Row using Ajax in VS 2008 Pin
Brij29-Dec-08 1:19
mentorBrij29-Dec-08 1:19 
AnswerRe: Delete Gridview Row using Ajax in VS 2008 Pin
N a v a n e e t h29-Dec-08 0:47
N a v a n e e t h29-Dec-08 0:47 
Elizma wrote:
I understand this must be done in AJAX


You can do this without using AJAX concepts also. Handle the particular event and rebind the grid after deletion.

If you need to do with AJAX, you can work with XmlHttpRequest and response objects which allows to send request to server pages in AJAX fashion.

Easy alternative for implementing AJAX in ASP.NET is to use ASP.NET AJAX extensions. Download the AJAX toolkit and work with the controls provided in it.

Elizma wrote:
ask the user if he/she is sure they want to delete the row


Assuming you will use AJAX toolkit, there is a ModalPopup control available. Use that to get confirmation from user. The Grdiview has to be placed in an UpdatePanel control so that it will be updated without a page refresh.


QuestionHow to Set IsCrawler To True? Pin
Nagaraj Muthuchamy28-Dec-08 23:56
professionalNagaraj Muthuchamy28-Dec-08 23:56 
AnswerRe: How to Set IsCrawler To True? Pin
N a v a n e e t h29-Dec-08 1:43
N a v a n e e t h29-Dec-08 1:43 
Questionmapping clientID to external js file Pin
svknair28-Dec-08 23:38
svknair28-Dec-08 23:38 
AnswerRe: mapping clientID to external js file Pin
Abhijit Jana29-Dec-08 3:15
professionalAbhijit Jana29-Dec-08 3:15 
Questionproblem in hosting Pin
soumyaraj28-Dec-08 21:48
soumyaraj28-Dec-08 21:48 
AnswerRe: problem in hosting Pin
N a v a n e e t h28-Dec-08 22:24
N a v a n e e t h28-Dec-08 22:24 
GeneralRe: problem in hosting Pin
soumyaraj30-Dec-08 22:59
soumyaraj30-Dec-08 22:59 
Questiondropdownlist Pin
venkatnaras28-Dec-08 21:45
venkatnaras28-Dec-08 21:45 
AnswerRe: dropdownlist Pin
Abhijit Jana28-Dec-08 22:11
professionalAbhijit Jana28-Dec-08 22:11 
AnswerRe: dropdownlist Pin
Brij28-Dec-08 22:13
mentorBrij28-Dec-08 22:13 
QuestionString Builder class Pin
bhavna432128-Dec-08 21:13
bhavna432128-Dec-08 21:13 
AnswerRe: String Builder class Pin
N a v a n e e t h28-Dec-08 22:18
N a v a n e e t h28-Dec-08 22:18 
AnswerRe: String Builder class Pin
Brij28-Dec-08 22:21
mentorBrij28-Dec-08 22:21 
GeneralRe: String Builder class Pin
N a v a n e e t h28-Dec-08 22:27
N a v a n e e t h28-Dec-08 22:27 
GeneralRe: String Builder class Pin
Brij29-Dec-08 0:00
mentorBrij29-Dec-08 0:00 
Question'System.Web.UI.Util' is inaccessible due to its protection level Error [modified] Pin
Rameez Raja28-Dec-08 21:09
Rameez Raja28-Dec-08 21:09 
AnswerRe: 'System.Web.UI.Util' is inaccessible due to its protection level Error Pin
Tom Delany29-Dec-08 10:24
Tom Delany29-Dec-08 10:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.