hi guys,
code behind is like this
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class search : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Button1_Click(object sender, EventArgs e)
{
Response.Redirect ("search_donor.aspx?bg=" + DropDownList2.SelectedItem.Text + "&st=" + DropDownList3.SelectedItem.Text + "&city=" + DropDownList1.SelectedItem.Text);
}
}
but i m not getting the results in the grid view where i pass these querystrings
i think this is because of A+,A-,AB+ when we pass it in querystring it creates a problem
plz tell me way out,,,,
Loading
Suthish NairPosted Mar 7, 2011, 2:32 PM
Suthish NairPosted Mar 5, 2011, 6:11 AM
Different Ways to Pass Data between Web Forms