Click here to Skip to main content
15,920,956 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to freeze html table?? Pin
Sandeep Akhare15-Oct-07 3:10
Sandeep Akhare15-Oct-07 3:10 
GeneralRe: how to freeze html table?? Pin
varshavmane15-Oct-07 3:30
varshavmane15-Oct-07 3:30 
GeneralRe: how to freeze html table?? Pin
Sandeep Akhare15-Oct-07 3:59
Sandeep Akhare15-Oct-07 3:59 
GeneralRe: how to freeze html table?? Pin
varshavmane15-Oct-07 4:02
varshavmane15-Oct-07 4:02 
GeneralRe: how to freeze html table?? Pin
Sandeep Akhare15-Oct-07 19:37
Sandeep Akhare15-Oct-07 19:37 
QuestionEscaping characters i nfriendly URL? Pin
matsnas14-Oct-07 22:49
matsnas14-Oct-07 22:49 
AnswerRe: Escaping characters i nfriendly URL? Pin
varshavmane15-Oct-07 0:53
varshavmane15-Oct-07 0:53 
GeneralI don't understand? Pin
matsnas15-Oct-07 6:06
matsnas15-Oct-07 6:06 
...how this article relates to my problem?

I have written an HttpHandler but when executing the following URl's I don't get the expected result:

<a href=\"/artist/AC/DC\">AC/DC</a>                    //Handled "/" character as expected<br />
<a href=\"/artist/AC%2fDC\">AC%2fDC (/ )</a>   //Expected to get the path "artist" and "AC/DC"<br />
<a href=\"/artist/AC%20DC\">AC%20DC (  )</a>   //Works<br />
<a href=\"/artist/AC%26DC\">AC%26DC (& )</a>   //Works<br />
<a href=\"/artist/AC%3aDC\">AC%3aDC (: )</a>   //"Bad request", expected "artist" and "AC:DC"<br />
<a href=\"/artist/AC%2aDC\">AC%2aDC (* )</a>   //"Bad request", expected "artist" and "AC&DC"

Questiongenerating the textboxes dynamically (serverside controls) Pin
rameshdontagani14-Oct-07 22:22
rameshdontagani14-Oct-07 22:22 
AnswerRe: generating the textboxes dynamically (serverside controls) Pin
Christian Graus14-Oct-07 22:30
protectorChristian Graus14-Oct-07 22:30 
GeneralRe: generating the textboxes dynamically (serverside controls) Pin
rameshdontagani14-Oct-07 23:06
rameshdontagani14-Oct-07 23:06 
AnswerRe: generating the textboxes dynamically (serverside controls) Pin
Sandeep Akhare14-Oct-07 22:35
Sandeep Akhare14-Oct-07 22:35 
AnswerRe: generating the textboxes dynamically (serverside controls) Pin
John-ph14-Oct-07 22:54
John-ph14-Oct-07 22:54 
Questionreload image with ajax Pin
8213001214-Oct-07 21:57
8213001214-Oct-07 21:57 
AnswerRe: reload image with ajax Pin
Christian Graus14-Oct-07 22:30
protectorChristian Graus14-Oct-07 22:30 
GeneralRe: reload image with ajax Pin
8213001215-Oct-07 0:13
8213001215-Oct-07 0:13 
Questionhow to get URL ? Pin
Jintal Patel14-Oct-07 21:22
Jintal Patel14-Oct-07 21:22 
AnswerRe: how to get URL ? Pin
dews turner14-Oct-07 21:29
dews turner14-Oct-07 21:29 
GeneralRe: how to get URL ? Pin
Jintal Patel14-Oct-07 21:52
Jintal Patel14-Oct-07 21:52 
AnswerRe: how to get URL ? Pin
Guffa14-Oct-07 23:26
Guffa14-Oct-07 23:26 
GeneralRe: how to get URL ? Pin
Sandeep Akhare14-Oct-07 23:45
Sandeep Akhare14-Oct-07 23:45 
GeneralRe: how to get URL ? Pin
Sathesh Sakthivel14-Oct-07 23:52
Sathesh Sakthivel14-Oct-07 23:52 
Questionconvert the string into german currency Pin
dews turner14-Oct-07 21:17
dews turner14-Oct-07 21:17 
AnswerRe: convert the string into german currency Pin
Guffa14-Oct-07 21:36
Guffa14-Oct-07 21:36 
GeneralRe: convert the string into german currency Pin
dews turner14-Oct-07 21:42
dews turner14-Oct-07 21:42 

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.