472,779 Members | 1,767 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,779 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 1074
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: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

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.