Click here to Skip to main content
15,922,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: problem regarding the white spaces and trimming in the regular expression using the replace function [modified] Pin
Sonia Gupta1-Jan-08 1:55
Sonia Gupta1-Jan-08 1:55 
AnswerRe: problem regarding the white spaces and trimming in the regular expression using the replace function Pin
UsmanMunier1-Jan-08 3:00
UsmanMunier1-Jan-08 3:00 
QuestionRe: problem regarding the white spaces and trimming in the regular expression using the replace function [modified] Pin
Sonia Gupta1-Jan-08 17:38
Sonia Gupta1-Jan-08 17:38 
GeneralCapture the user role globally in application. Pin
aakar31-Dec-07 23:33
aakar31-Dec-07 23:33 
GeneralRe: Capture the user role globally in application. Pin
Michael Sync1-Jan-08 0:58
Michael Sync1-Jan-08 0:58 
GeneralRe: Capture the user role globally in application. Pin
UsmanMunier1-Jan-08 1:54
UsmanMunier1-Jan-08 1:54 
Generalurl encoding [modified] Pin
shabi uz zaman31-Dec-07 23:27
shabi uz zaman31-Dec-07 23:27 
GeneralRe: url encoding Pin
UsmanMunier1-Jan-08 0:01
UsmanMunier1-Jan-08 0:01 
<%@ Page Language="C#" %>
<html>
<head>
<title>Encoding URL Strings</title>
<script runat="server">

void UrlPathEncode()
{
string StrToEncode;
string StrToReturn;

StrToEncode = "UrlPathEncode.aspx? Arg = foo";
StrToReturn = Server.UrlPathEncode(StrToEncode);
Response.Write("<a href=\"" + StrToReturn + "\">" + StrToReturn + "</a>");

}

</script>
</head>
<body>

<% UrlPathEncode(); %>

</body>
</html>

Usman Munier
Xavor Corporation Pakistan

GeneralRe: url encoding Pin
Michael Sync1-Jan-08 0:56
Michael Sync1-Jan-08 0:56 
Questionhow to change caption of alert or confirm Pin
sindhutiwari31-Dec-07 21:44
sindhutiwari31-Dec-07 21:44 
GeneralRe: how to change caption of alert or confirm Pin
UsmanMunier1-Jan-08 1:44
UsmanMunier1-Jan-08 1:44 
GeneralRe: how to change caption of alert or confirm Pin
sindhutiwari1-Jan-08 2:06
sindhutiwari1-Jan-08 2:06 
GeneralRe: how to change caption of alert or confirm Pin
UsmanMunier1-Jan-08 3:05
UsmanMunier1-Jan-08 3:05 
GeneralAdd externallink in rectangle Pin
Krupa31-Dec-07 20:42
Krupa31-Dec-07 20:42 
GeneralRe: Add externallink in rectangle Pin
Michael Sync31-Dec-07 20:55
Michael Sync31-Dec-07 20:55 
GeneralRe: Add externallink in rectangle Pin
Krupa31-Dec-07 21:00
Krupa31-Dec-07 21:00 
GeneralRe: Add externallink in rectangle Pin
Michael Sync31-Dec-07 21:12
Michael Sync31-Dec-07 21:12 
Questionhow i can convert the text entered in the text box to sentence case Pin
jagan12331-Dec-07 18:32
jagan12331-Dec-07 18:32 
AnswerRe: how i can convert the text entered in the text box to sentence case Pin
Michael Sync31-Dec-07 21:07
Michael Sync31-Dec-07 21:07 
GeneralUpdate GridView from ASP.NET Code Pin
SSNTails31-Dec-07 11:00
SSNTails31-Dec-07 11:00 
GeneralProblem with Report (rdlc) Pin
mehrdadc4831-Dec-07 9:56
mehrdadc4831-Dec-07 9:56 
GeneralRe: Problem with Report (rdlc) Pin
Paul Conrad31-Dec-07 10:32
professionalPaul Conrad31-Dec-07 10:32 
AnswerSet the DropDownList AutoPostBack property for some items Pin
Luay.Essa31-Dec-07 2:52
Luay.Essa31-Dec-07 2:52 
GeneralRe: Set the DropDownList AutoPostBack property for some items Pin
SABhatti31-Dec-07 8:48
SABhatti31-Dec-07 8:48 
GeneralRe: Set the DropDownList AutoPostBack property for some items Pin
UsmanMunier1-Jan-08 3:02
UsmanMunier1-Jan-08 3:02 

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.