-----------------------------------------------------------
New Message on MumbaiUserGroup
-----------------------------------------------------------
From: Balasubramanian_Sundar
Message 1 in Discussion
Dear Friends, Have a Good and Sucessful Day :) In ASP.NET Using C#, When
User Click the Edit, I call the Java Script Function in aspx file. Here I am do
some process, i.e. When User Click Edit, I am assing the some value to Session
Dataset Object and pass to another page. 1. <A href="javascript:fedit()>Edit
</A> 2. function fedit(id) {
var pId;
pId = document.mrRequestAddForm.projectCodeCombo.value;
location.href = 'request_entry_edit.aspx?entryId='+ id
+'&pId='+pId+'&pageId=A';
} 3. This Code in Code behind file --- But this code I want in Java
Script DataRow mrentryDataRow; mrEntryValueDataset = new DataSet();
mrEntryValueDataTable = mrEntryValueDataset.Tables.Add("mrNewValueEntry");
mrEntryValueDataTable.Columns.Add("mrNumberText",typeof(string));
mrentryDataRow = mrEntryValueDataTable.NewRow();
mrentryDataRow[0] = mrNumberText.Text.ToString().Trim();
mrEntryValueDataTable.Rows.Add(mrentryDataRow);
Session["materialEntryData"]=mrEntryValueDataset;
Response.Redirect("request_entry_add.aspx?pageId=A&pId="+
projectCodeCombo.SelectedValue+""); I hope, you are all give good response
for my queries. With Regards, B.Sundarapandian Senior Software Developer
PBSC, 689, Anna Salai, Chennai - 600 006 www.pbscindia.com
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/MumbaiUserGroup/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you
received this message by mistake, please click the "Remove" link below. On the
pre-addressed e-mail message that opens, simply click "Send". Your e-mail
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]