Search Results

Showing results 1 to 4 of 4
Search took 0.01 seconds.
Search: Posts Made By: nccsbim071 ; Forum: C# and child forums
Forum: C# Jul 29th, 2009
Replies: 7
Views: 1,587
Posted By nccsbim071
well, your problem was to load the page in new window.

Which you did successfully.

Did you use the page_load event of new page. Try to get the value from the query string in the page_load event...
Forum: C# Jul 28th, 2009
Replies: 7
Views: 1,587
Posted By nccsbim071
Dont forget to enclose your code in code tags like this:


Response.OpenNewDamnPage("DeviceInformation.aspx?arg=" + e.CommandArgument);



this will display as
...
Forum: C# Jul 28th, 2009
Replies: 7
Views: 1,587
Posted By nccsbim071
Use this exactly for your case:

protected void button1_Click(object sender, EventArgs e)
{
Response.Write("<script type='text/javascript'>window.open('DeviceInformation.aspx?arg=" +...
Forum: C# Jul 28th, 2009
Replies: 7
Views: 1,587
Posted By nccsbim071
Hey
Try This

protected void button1_Click(object sender, EventArgs e)
{
Response.Write("<script...
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC