Click here to Skip to main content
15,883,809 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to asp:Literal with more..? Pin
Nandakishore G N18-Jan-13 21:46
professionalNandakishore G N18-Jan-13 21:46 
QuestionFindControl not working in Gridview ItemTemplate of Button Pin
Kanwal Daud Gill17-Jan-13 19:42
Kanwal Daud Gill17-Jan-13 19:42 
AnswerRe: FindControl not working in Gridview ItemTemplate of Button Pin
chester_it2118-Jan-13 6:16
chester_it2118-Jan-13 6:16 
QuestionRe: FindControl not working in Gridview ItemTemplate of Button Pin
Nandakishore G N18-Jan-13 21:48
professionalNandakishore G N18-Jan-13 21:48 
AnswerRe: FindControl not working in Gridview ItemTemplate of Button Pin
Kanwal Daud Gill21-Jan-13 20:23
Kanwal Daud Gill21-Jan-13 20:23 
GeneralRe: FindControl not working in Gridview ItemTemplate of Button Pin
Nandakishore G N21-Jan-13 20:49
professionalNandakishore G N21-Jan-13 20:49 
QuestionTracking Emails Pin
Jaison Joe17-Jan-13 17:49
Jaison Joe17-Jan-13 17:49 
Questionhow to redirect in a url? Pin
Jassim Rahma17-Jan-13 9:42
Jassim Rahma17-Jan-13 9:42 
I am using this to redirect to comment page:

C#
Response.Redirect(String.Format("~/{0}/Comment/{1}", Page.RouteData.Values["ADDRESS"], Page.RouteData.Values["GUID"]), false);


I want, if the user is not signed in to redirect to /signin but with mentioning the original page so when user signs ij it will automatically redirect to the original page. something like:

C#
if (Session["volow_member_id"] == null || Session["volow_member_guid"] == null)
{
    Response.Redirect("~/Signin/" + String.Format("~/{0}/Comment/{1}", Page.RouteData.Values["ADDRESS"], Page.RouteData.Values["GUID"]), false);
}
else
{
    Response.Redirect(String.Format("~/{0}/Comment/{1}", Page.RouteData.Values["ADDRESS"], Page.RouteData.Values["GUID"]), false);
}
how can i do this?


Technology News @ www.JassimRahma.com

AnswerRe: how to redirect in a url? Pin
Parwej Ahamad18-Jan-13 7:17
professionalParwej Ahamad18-Jan-13 7:17 
GeneralRe: how to redirect in a url? Pin
Jassim Rahma18-Jan-13 7:36
Jassim Rahma18-Jan-13 7:36 
GeneralRe: how to redirect in a url? Pin
Parwej Ahamad18-Jan-13 17:23
professionalParwej Ahamad18-Jan-13 17:23 
AnswerRe: how to redirect in a url? Pin
Rekhash18-Jan-13 23:01
Rekhash18-Jan-13 23:01 
QuestionHow to add KML file to google Map using javascript in asp.net Pin
Trivikramarao Vurubandi17-Jan-13 0:40
Trivikramarao Vurubandi17-Jan-13 0:40 
QuestionExport data in Excel(xlsx) without using Excel Object from Datatable. Pin
mca_rameshkumar16-Jan-13 22:00
mca_rameshkumar16-Jan-13 22:00 
AnswerRe: Export data in Excel(xlsx) without using Excel Object from Datatable. Pin
chester_it2118-Jan-13 6:52
chester_it2118-Jan-13 6:52 
QuestionButton or ImageButton? Pin
Jassim Rahma16-Jan-13 9:40
Jassim Rahma16-Jan-13 9:40 
AnswerRe: Button or ImageButton? Pin
jkirkerx16-Jan-13 12:40
professionaljkirkerx16-Jan-13 12:40 
QuestionGoogle Translate vb.net Pin
DotNetFellow15-Jan-13 22:31
DotNetFellow15-Jan-13 22:31 
AnswerRe: Google Translate vb.net Pin
Sandeep Mewara16-Jan-13 2:57
mveSandeep Mewara16-Jan-13 2:57 
Questionunzipping file in host ? Pin
jojoba201115-Jan-13 17:59
jojoba201115-Jan-13 17:59 
AnswerRe: unzipping file in host ? Pin
Vani Kulkarni16-Jan-13 2:44
professionalVani Kulkarni16-Jan-13 2:44 
QuestionRe: unzipping file in host ? Pin
jojoba201116-Jan-13 7:41
jojoba201116-Jan-13 7:41 
QuestionProblem with MapPageRoute.. Pin
Jassim Rahma15-Jan-13 10:06
Jassim Rahma15-Jan-13 10:06 
AnswerRe: Problem with MapPageRoute.. Pin
Brij15-Jan-13 17:30
mentorBrij15-Jan-13 17:30 
AnswerRe: Problem with MapPageRoute.. Pin
Richard MacCutchan15-Jan-13 23:02
mveRichard MacCutchan15-Jan-13 23: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.