Click here to Skip to main content
15,907,326 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Deployment of asp pages on IIS Pin
MinhajuddinK25-Mar-07 17:05
MinhajuddinK25-Mar-07 17:05 
QuestionPassing windows authentication between different sites [modified] Pin
vaibhav_vartak24-Mar-07 5:43
vaibhav_vartak24-Mar-07 5:43 
QuestionResponse.Redirect Question??? Pin
Tkml23624-Mar-07 2:53
Tkml23624-Mar-07 2:53 
QuestionAdding a record to a datagrid Pin
gauthee24-Mar-07 2:32
gauthee24-Mar-07 2:32 
AnswerRe: Adding a record to a datagrid Pin
kubben24-Mar-07 2:35
kubben24-Mar-07 2:35 
GeneralRe: Adding a record to a datagrid Pin
gauthee24-Mar-07 2:40
gauthee24-Mar-07 2:40 
GeneralRe: Adding a record to a datagrid Pin
kubben24-Mar-07 2:43
kubben24-Mar-07 2:43 
GeneralRe: Adding a record to a datagrid Pin
GregStevens24-Mar-07 14:17
GregStevens24-Mar-07 14:17 
Is the issue simply that you don't want to have the ugliness of re-loading the entire page? If so, I can think of two options:

1. Put just the datagrid, all by itself, as a document that gets loaded into a little IFRAME with no scrollbars. Then, have whatever event adds the recordset also reload the page inside the IFRAME, and it will re-read the data from the database and therefore refresh with the new record.

2. You could use AJAX to accomplish basically the same thing as above, with no IFRAME. If you know the basics of the AJAX approach: use the XMLHTTP object to call a document that both adds a record to your database table and returns the HTML for a new datagrid object, then when the responsetext is returned, replace the existing datagrid HTML with the responseText.


AnswerRe: Adding a record to a datagrid Pin
siddisagar25-Mar-07 18:44
siddisagar25-Mar-07 18:44 
QuestionServer side and client side Pin
Tkml23624-Mar-07 2:26
Tkml23624-Mar-07 2:26 
QuestionVersioning. Pin
Sam.M24-Mar-07 1:52
Sam.M24-Mar-07 1:52 
AnswerRe: Versioning. Pin
kubben24-Mar-07 2:42
kubben24-Mar-07 2:42 
GeneralRe: Versioning. Pin
siddisagar25-Mar-07 18:45
siddisagar25-Mar-07 18:45 
GeneralRe: Versioning. Pin
Sam.M25-Mar-07 19:00
Sam.M25-Mar-07 19:00 
Questionregarding adRotator [modified] Pin
raj@code24-Mar-07 1:49
raj@code24-Mar-07 1:49 
AnswerRe: regarding adRotator Pin
gauthee24-Mar-07 2:38
gauthee24-Mar-07 2:38 
GeneralRe: regarding adRotator Pin
raj@code24-Mar-07 2:59
raj@code24-Mar-07 2:59 
GeneralRe: regarding adRotator Pin
kubben24-Mar-07 14:08
kubben24-Mar-07 14:08 
QuestionAsynchronous web service access problem. Pin
AmitChampaneri24-Mar-07 1:30
AmitChampaneri24-Mar-07 1:30 
QuestionCheckbox bei Firebird + ASP.NET Pin
Terppe24-Mar-07 0:11
Terppe24-Mar-07 0:11 
AnswerRe: Checkbox bei Firebird + ASP.NET Pin
Sun Rays24-Mar-07 1:20
Sun Rays24-Mar-07 1:20 
Questioncan we write a regular expression to check string ... Pin
yogita charhate24-Mar-07 0:09
yogita charhate24-Mar-07 0:09 
AnswerRe: can we write a regular expression to check string ... Pin
Sandeep Akhare24-Mar-07 0:21
Sandeep Akhare24-Mar-07 0:21 
Questionconversion error from string "BLOB" Firebird Pin
Terppe24-Mar-07 0:01
Terppe24-Mar-07 0:01 
AnswerRe: conversion error from string "BLOB" Firebird Pin
Sun Rays24-Mar-07 1:22
Sun Rays24-Mar-07 1:22 

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.