Click here to Skip to main content
15,921,793 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Get value from pop-up to main window Pin
N a v a n e e t h9-Aug-07 0:50
N a v a n e e t h9-Aug-07 0:50 
Questionquery string Pin
jai 1239-Aug-07 0:33
jai 1239-Aug-07 0:33 
AnswerRe: query string Pin
Talal Sultan9-Aug-07 0:39
Talal Sultan9-Aug-07 0:39 
AnswerRe: query string Pin
Imran Khan Pathan9-Aug-07 0:40
Imran Khan Pathan9-Aug-07 0:40 
GeneralRe: query string Pin
Guffa9-Aug-07 0:43
Guffa9-Aug-07 0:43 
GeneralRe: query string Pin
jai 1239-Aug-07 1:01
jai 1239-Aug-07 1:01 
AnswerRe: query string Pin
Guffa10-Aug-07 0:43
Guffa10-Aug-07 0:43 
AnswerRe: query string Pin
Guffa9-Aug-07 0:41
Guffa9-Aug-07 0:41 
You have spaces in the url, which should not be there. Also, you need to url-encode the values to be able to handle more than the most simple values.

Response.Redirect("WebForm2.aspx?name=" + Server.UrlEncode(this.txtname.Text) + "&city=" + Server.UrlEncode(this.txtcity.Text));

---
single minded; short sighted; long gone;

GeneralRe: query string Pin
jai 1239-Aug-07 1:06
jai 1239-Aug-07 1:06 
GeneralRe: query string Pin
jai 1239-Aug-07 1:12
jai 1239-Aug-07 1:12 
AnswerRe: query string Pin
Guffa10-Aug-07 0:41
Guffa10-Aug-07 0:41 
Questiondisable the items in the listbox Pin
manowj9-Aug-07 0:12
manowj9-Aug-07 0:12 
AnswerRe: disable the items in the listbox Pin
Christian Graus9-Aug-07 0:24
protectorChristian Graus9-Aug-07 0:24 
AnswerRe: disable the items in the listbox Pin
Vasudevan Deepak Kumar9-Aug-07 0:27
Vasudevan Deepak Kumar9-Aug-07 0:27 
Questiondatagrid columnlink Pin
Nidhiii9-Aug-07 0:03
Nidhiii9-Aug-07 0:03 
AnswerRe: datagrid columnlink [modified] Pin
S A R I T H9-Aug-07 0:16
S A R I T H9-Aug-07 0:16 
Questionasp.net question Pin
Sonia Gupta8-Aug-07 23:59
Sonia Gupta8-Aug-07 23:59 
AnswerRe: asp.net question Pin
Guffa9-Aug-07 0:11
Guffa9-Aug-07 0:11 
GeneralRe: asp.net question Pin
Sonia Gupta9-Aug-07 0:25
Sonia Gupta9-Aug-07 0:25 
AnswerRe: asp.net question Pin
Guffa9-Aug-07 0:35
Guffa9-Aug-07 0:35 
AnswerRe: asp.net question Pin
Christian Graus9-Aug-07 0:25
protectorChristian Graus9-Aug-07 0:25 
Questionread html controls in code behind file Pin
deepalititi8-Aug-07 23:54
deepalititi8-Aug-07 23:54 
AnswerRe: read html controls in code behind file Pin
Christian Graus9-Aug-07 0:23
protectorChristian Graus9-Aug-07 0:23 
AnswerRe: read html controls in code behind file Pin
Imran Khan Pathan9-Aug-07 0:23
Imran Khan Pathan9-Aug-07 0:23 
GeneralRe: read html controls in code behind file Pin
VanithaVasu9-Aug-07 22:32
VanithaVasu9-Aug-07 22:32 

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.