I want to open in same page display passing query string corresponding value open in browser(EX:www.google.com:TagId=1)
After that i am chnging TagId=2 it will open corresponding value(Ex:www.bytes.com) and so on..
User Profile
Collapse
Profile Sidebar
Collapse
mandlaanilbabu
Last Activity: Mar 7 '13, 12:12 PM
Joined: Sep 19 '12
Location:
-
Default.aspx
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>...Leave a comment:
-
Hi,I am getting result but opening new tab window browser,
Can any one help me I want to same page,after that I want to change query string value that corresponding value will open in browser plz help me any oneLeave a comment:
-
yes,
www.example.com/?CUSTID=1
I want to chnge CUSTID=2 based on that id corresponding siteurl data value(EX:http://bytes.com) this will open directli open in browser...Leave a comment:
-
-
-
Not open next page,directly open browser,
after thatmy url look like something?CUSTI D=1
After iam cheanging qs values2,3.....b ased on that values directly open in broser not next pageLeave a comment:
-
Thank you,
my question is I am selecting First page gridview value based on that I want to open Browser that url,Leave a comment:
-
WebForm1.aspx
...Code:<asp:GridView ID="GvDept" runat="server" AutoGenerateSelectButton="True" onselectedindexchanging="GvDept_SelectedIndexChanging"></asp:GridView> [U]WebForm.aspx.cs[/U] protected void Page_Load(object sender, EventArgs e) { SqlConnection con = new SqlConnection( @"Data Source=<removed>;Initial Catalog=<removed>;PersistLast edited by Rabbit; Sep 25 '12, 03:25 PM. Reason: Sensitive info removed. Please use code tags when psoting code.Leave a comment:
-
Thank u?
I am trying already gridview I am selecting gridview transfar that value next page?
Send me your mail Id I will send my code
Any free time is their customize mt code I am asking above questionLeave a comment:
-
mandlaanilbabu started a topic Redirecting page will open perticular webpage based on passing parameter?in ASP .NETRedirecting page will open perticular webpage based on passing parameter?
Your blog is very help full,
I have one requirement like this
I have a table CUSTOMER in that CUSTID,NAME,URL columns is thier
CUSTID NAME URL
1 asp www.asp.net
2 weblog www.weblogs.asp .net
3 google www.google.com
My question is I opening perticular url based on CUSTID
I am Passing parameter Like www.Example.com ?CUSTID=1 That
corressponding...
No activity results to display
Show More
Leave a comment: