Click here to Skip to main content
15,913,944 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to emit encoding="utf-8" from XML Pin
N a v a n e e t h11-Oct-07 2:57
N a v a n e e t h11-Oct-07 2:57 
Questionwhats the url of requester?/????? Pin
mr.mohsen11-Oct-07 1:09
mr.mohsen11-Oct-07 1:09 
AnswerRe: whats the url of requester?/????? Pin
Spunky Coder11-Oct-07 1:13
Spunky Coder11-Oct-07 1:13 
GeneralRe: whats the url of requester?/????? Pin
mr.mohsen11-Oct-07 1:20
mr.mohsen11-Oct-07 1:20 
GeneralRe: whats the url of requester?/????? Pin
Sandeep Akhare11-Oct-07 1:25
Sandeep Akhare11-Oct-07 1:25 
GeneralRe: whats the url of requester?/????? Pin
mr.mohsen11-Oct-07 1:33
mr.mohsen11-Oct-07 1:33 
GeneralRe: whats the url of requester?/????? Pin
Sandeep Akhare11-Oct-07 1:34
Sandeep Akhare11-Oct-07 1:34 
GeneralRe: whats the url of requester?/????? Pin
N a v a n e e t h11-Oct-07 2:03
N a v a n e e t h11-Oct-07 2:03 
mr.mohsen wrote:
it is "Request.UrlReferrer.AbsolutePath"


Yes it is. But this might generate an "Object reference" exception when there is no referer. So always check it is null before doing

if ( Request.UrlReferrer != null )
  //do Request.UrlReferrer.AbsolutePath



QuestionHow to print specified contents in .NET 2.0? Pin
salon11-Oct-07 0:53
salon11-Oct-07 0:53 
AnswerRe: How to print specified contents in .NET 2.0? Pin
Amit Agarrwal11-Oct-07 1:04
Amit Agarrwal11-Oct-07 1:04 
GeneralRe: How to print specified contents in .NET 2.0? Pin
salon11-Oct-07 1:06
salon11-Oct-07 1:06 
AnswerRe: How to print specified contents in .NET 2.0? Pin
Sandeep Akhare11-Oct-07 1:09
Sandeep Akhare11-Oct-07 1:09 
GeneralRe: How to print specified contents in .NET 2.0? Pin
salon11-Oct-07 1:49
salon11-Oct-07 1:49 
GeneralRe: How to print specified contents in .NET 2.0? Pin
Sandeep Akhare11-Oct-07 1:53
Sandeep Akhare11-Oct-07 1:53 
GeneralRe: How to print specified contents in .NET 2.0? Pin
salon11-Oct-07 2:00
salon11-Oct-07 2:00 
GeneralRe: How to print specified contents in .NET 2.0? Pin
Sandeep Akhare11-Oct-07 2:19
Sandeep Akhare11-Oct-07 2:19 
AnswerRe: How to print specified contents in .NET 2.0? Pin
N a v a n e e t h11-Oct-07 2:19
N a v a n e e t h11-Oct-07 2:19 
GeneralRe: How to print specified contents in .NET 2.0? Pin
salon11-Oct-07 2:24
salon11-Oct-07 2:24 
GeneralRe: How to print specified contents in .NET 2.0? Pin
N a v a n e e t h11-Oct-07 2:31
N a v a n e e t h11-Oct-07 2:31 
Questiontotal and subtotal in datagrid Pin
Amit Agarrwal11-Oct-07 0:48
Amit Agarrwal11-Oct-07 0:48 
AnswerRe: total and subtotal in datagrid Pin
Spunky Coder11-Oct-07 1:12
Spunky Coder11-Oct-07 1:12 
AnswerRe: total and subtotal in datagrid Pin
Imran Khan Pathan11-Oct-07 1:26
Imran Khan Pathan11-Oct-07 1:26 
Questionhow write custom validation component? Pin
zeroonea11-Oct-07 0:41
zeroonea11-Oct-07 0:41 
AnswerRe: how write custom validation component? Pin
Sandeep Akhare11-Oct-07 1:18
Sandeep Akhare11-Oct-07 1:18 
GeneralRe: how write custom validation component? Pin
zeroonea11-Oct-07 3:42
zeroonea11-Oct-07 3: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.