473,320 Members | 2,041 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Need Suggestions Related to AJAX in ASP.NET

navneetkaur
hello every1

i am developing web application.its at the edge of completion...bt i want to add ajax to it...i have added at some places bt problem is with 1 page in this am displaying some records in a table 'd am doing this dynamically depending on records row of tables are increased...we can add new records 'd as well as delete old records...bt i need at the same time this shd be reflected in table so when i add/update i jst use
Server.Transfer("page.aspx");
bt nw i want to add/update thro ajax but i am nt able to do.....

please some1 help me....

m waiting fr ur reply....
Sep 17 '07 #1
2 1104
hello every1

i am developing web application.its at the edge of completion...bt i want to add ajax to it...i have added at some places bt problem is with 1 page in this am displaying some records in a table 'd am doing this dynamically depending on records row of tables are increased...we can add new records 'd as well as delete old records...bt i need at the same time this shd be reflected in table so when i add/update i jst use
Server.Transfer("page.aspx");
bt nw i want to add/update thro ajax but i am nt able to do.....

please some1 help me....

m waiting fr ur reply....
Hello Navneet
I think there is no need of Server.Transfer
when u do write code for add.delete.update in some button click
& say UpdatePanel.Update()
the change will reflect in the table
if the case is different pls give in detail .If i can i do help for u

Thanks & Regards,
Srilakshmi.M
Software Developer
Sep 17 '07 #2
hello Srilakshmim
actually i am doing update 'd add through datareader....even i hv tried dataset bt it is not updating at the same time...so frm the vry begining where i need to do like that i jst use server.transfer....

i am jst write down my code fr add

SqlCommand cmd;
conn.Open();
string str;
str = "delete from tbl_per_grant where Emp123= '" + e_code + "'";
cmd = new SqlCommand(str, conn);
int temp = cmd.ExecuteNonQuery();
conn.Close();
return temp;

this is done on business logic....
plz reply me....
m waiting.....
so plz tell me solution
Sep 17 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Kate | last post by:
Hi, we are now developing complex business application using Ajax framework. Could anyone point me to the editable javascript grid control which supports XML loading. Good javascript API would be...
16
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client...
3
by: OJ | last post by:
Hi, I have written a small C# 2.0 DLL which acts as a client to a Socket based server over the internet. I have written both synchronous and asynchronous methods to connect, send, and receive data...
3
by: Jeff | last post by:
Hey ..NET 2.0 I'm about to start learning C# 2.0. I want to develop an C# 2.0 application which I can use to impress my employer. I think it's much more fun to program on something I find...
2
by: johkar | last post by:
I have several related multi-selects on a page (country, state/ province, city, address). There are 4 - 7 other unrelated fields on the page also. Even though this is an intranet app where a...
0
by: datla20s | last post by:
Luckly, I found an example to show what exacty I am looking for: Go to the following yahoo link: http://travel.yahoo.com/;_ylc=X3oDMTE5MGRqZDdoBF9TAzI3MTYxNDkEc2VjA2ZwLXRy...
3
by: Jonathan Wood | last post by:
I am completely new to AJAX. I have a GridView control and my client is complaining that, whenever they select a row in the grid, the page resets to the top of the page. It seems like AJAX...
6
by: shapper | last post by:
Hello, I am creating a form that includes a few JQuery scripts and TinyMCE Editor: http://www.27lamps.com/Beta/Form/Form.html I am having a few problems with my CSS: 1. Restyling the Select
4
by: FutureShock | last post by:
This is not a PHP related question, but a question focused to PHP developers. Sadly enough I just started looking at the functionality using AJAX procedures. All my sites have been 100% PHP with...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.