Click here to Skip to main content
15,887,335 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Start ASP.Net Pin
Anubhava Dimri25-Sep-09 20:10
Anubhava Dimri25-Sep-09 20:10 
AnswerRe: How to Start ASP.Net Pin
nagendrathecoder25-Sep-09 20:14
nagendrathecoder25-Sep-09 20:14 
AnswerRe: How to Start ASP.Net Pin
Abhijit Jana26-Sep-09 5:52
professionalAbhijit Jana26-Sep-09 5:52 
QuestionData fetch and show in runtime [modified] Pin
rummer25-Sep-09 18:56
rummer25-Sep-09 18:56 
AnswerRe: Data fetch and show in runtime Pin
nagendrathecoder25-Sep-09 19:02
nagendrathecoder25-Sep-09 19:02 
AnswerRe: Data fetch and show in runtime Pin
nagendrathecoder25-Sep-09 19:15
nagendrathecoder25-Sep-09 19:15 
AnswerRe: Data fetch and show in runtime Pin
Abhijit Jana26-Sep-09 4:02
professionalAbhijit Jana26-Sep-09 4:02 
Questionthe problem of using querystring Pin
Seraph_summer25-Sep-09 8:55
Seraph_summer25-Sep-09 8:55 
I use the following format to redirect from a search input text, but I have the following poblem:

when the input textbox (i.e. TextBox_Search.Text ) contains ++ or #, it results in wrong result:

e.g if I input "C++", then search_text is not "C++" but only "C";
if I input "C#", then search_text is empty!

this is maybe due to string problem, but I do not how to deal with these cases.


protected void Button_Search_Click(object sender, EventArgs e)
{
Response.Redirect("~/BookList.aspx?search_text=" + TextBox_Search.Text + "&search_based=" + DropDownList_search_term.SelectedValue + "&display_content=booksearch");

}

string search_text = Request.QueryString.Get("search_text");
AnswerRe: the problem of using querystring Pin
Abhishek Sur25-Sep-09 9:10
professionalAbhishek Sur25-Sep-09 9:10 
GeneralRe: the problem of using querystring Pin
Seraph_summer25-Sep-09 9:30
Seraph_summer25-Sep-09 9:30 
GeneralRe: the problem of using querystring Pin
Abhishek Sur25-Sep-09 9:35
professionalAbhishek Sur25-Sep-09 9:35 
GeneralRe: the problem of using querystring Pin
Seraph_summer25-Sep-09 9:56
Seraph_summer25-Sep-09 9:56 
GeneralRe: the problem of using querystring Pin
Abhishek Sur25-Sep-09 10:02
professionalAbhishek Sur25-Sep-09 10:02 
GeneralRe: the problem of using querystring Pin
Seraph_summer25-Sep-09 10:09
Seraph_summer25-Sep-09 10:09 
GeneralRe: the problem of using querystring Pin
Abhishek Sur25-Sep-09 10:25
professionalAbhishek Sur25-Sep-09 10:25 
QuestionIs it possible to deploy a VS2005 Crystal report in a shared hosting environment like GoDaddy? Pin
David Mujica25-Sep-09 6:36
David Mujica25-Sep-09 6:36 
AnswerRe: Is it possible to deploy a VS2005 Crystal report in a shared hosting environment like GoDaddy? Pin
Abhishek Sur25-Sep-09 9:34
professionalAbhishek Sur25-Sep-09 9:34 
Questionasp.net , c# converting crystal report to pdf not working Pin
rajkumar.325-Sep-09 4:35
rajkumar.325-Sep-09 4:35 
QuestionHow to call a server-side method from client-side JavaScript Pin
pujafaldu25-Sep-09 2:52
pujafaldu25-Sep-09 2:52 
AnswerRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal25-Sep-09 3:07
Nisha Agrawal25-Sep-09 3:07 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
pujafaldu25-Sep-09 3:12
pujafaldu25-Sep-09 3:12 
AnswerRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal25-Sep-09 3:26
Nisha Agrawal25-Sep-09 3:26 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Not Active25-Sep-09 3:32
mentorNot Active25-Sep-09 3:32 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal25-Sep-09 3:55
Nisha Agrawal25-Sep-09 3:55 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Not Active25-Sep-09 3:28
mentorNot Active25-Sep-09 3:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.