filling parent form
Hi Frinavale.
Thank u for helping me.
Now I have a question.
I have two forms one form(parent form) another form(child form).
In parent form I have a number of fields.
In child form I have a GridView.
By using this GridView id column I filled the idtextbox in the parent form.
I take one public variable in child form and the...
User Profile
Collapse
Profile Sidebar
Collapse
malli kai
Last Activity: Nov 7 '11, 12:35 PM
Joined: Sep 27 '11
Location:
-
-
filling parent form from child form
Hi!
I created one parent webform with so many fields and one popup window(child form) with a GridView.
I want to fill the parent form with selected data in the GridView.
To do this, in parent window I have the following code:
Code:<script type="text/javascript"> function GetValues() { window.open('search patient.aspx'); return false; }
Last edited by Frinavale; Nov 1 '11, 01:26 PM. Reason: Added code tags, formatted code so that it is easier to read and corrected grammar. -
for closing the webform
hi.........
i want to close the webform in asp for that i write this code....in close button click
Code:protected void Button6_Click(object sender, EventArgs e) { Response.Write("<script language='javascript'>window.open('','_self',''); window.close();</script>"); }
then i got this error.....
Error: Sys.WebForms.Pa geRequestManage rParserErrorExc eption:... -
webform filling by using gridview
I use one web form1 with patient details
and another web form2 with one grid view.
This grid view filling with data by using database connection.
The second form is popup window for one button in form1.
Now i want to select one row data from grid view and update the selected data by using form1....
I hope my question is clear.......... .
please help me......
please give me answer with in one day........... -
Gridview filling at runtime
Hi!
I want to fill the GridView at Runtime.
For that I am using the following code:
Code:SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["Dmo_SubConnectionString"].ConnectionString); string str = "SELECT M.Pat_Id, M.Pat_First, R.Reg_ID, R.Ent_Date, M.Emp_Name FROM PAT_REG AS R INNER JOIN PAT_MAST AS M ON R.Pat_ID = M.Pat_Id WHERE R.Ent_Date BETWEEN '" + drtextbox1.Text
Last edited by Frinavale; Oct 25 '11, 02:10 PM. Reason: Please use proper English when posting on this forum. I corrected grammar errors and changed anything that wasn't a word into words (eg: I changed plzzzzz into please). I also added code tags and form -
for changing the form name
i want to change the form name.if i select one company database that company name will displayed in title of the form
No activity results to display
Show More
Leave a comment: