Click here to Skip to main content
15,884,099 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow could we will add WMV from COM Components in asp.net Pin
somasekhara77727-Jan-09 7:51
somasekhara77727-Jan-09 7:51 
AnswerRe: how could we will add WMV from COM Components in asp.net Pin
Ashutosh Phoujdar27-Jan-09 22:15
Ashutosh Phoujdar27-Jan-09 22:15 
QuestionAccessing an image on the web form Pin
Ekjon27-Jan-09 7:41
Ekjon27-Jan-09 7:41 
AnswerRe: Accessing an image on the web form Pin
TestRider27-Jan-09 19:04
TestRider27-Jan-09 19:04 
QuestionDatabinding to dynamically created textboxes Pin
gbabu1727-Jan-09 5:40
gbabu1727-Jan-09 5:40 
Questiondrop www from url Pin
munklefish27-Jan-09 5:03
munklefish27-Jan-09 5:03 
AnswerRe: drop www from url Pin
Aman Bhullar27-Jan-09 19:01
Aman Bhullar27-Jan-09 19:01 
AnswerRe: drop www from url Pin
Ashutosh Phoujdar27-Jan-09 21:40
Ashutosh Phoujdar27-Jan-09 21:40 
You may try like following code snippet

//Extract relative URL by chopping www. from begining
private string newUrl = System.Text.RegularExpressions.Regex.Replace("www.domain.com/files/test.jpg",
"^www\.", String.Empty);

//Redirect to new URL
Server.Transfer(newUrl);



Hope I answered you correctly Smile | :)


Question[newbie] Cannot insert null value to SQL Server identity column Pin
jon-8027-Jan-09 4:52
professionaljon-8027-Jan-09 4:52 
AnswerRe: [newbie] Cannot insert null value to SQL Server identity column Pin
SeMartens27-Jan-09 4:56
SeMartens27-Jan-09 4:56 
GeneralRe: [newbie] Cannot insert null value to SQL Server identity column Pin
jon-8027-Jan-09 7:47
professionaljon-8027-Jan-09 7:47 
GeneralRe: [newbie] Cannot insert null value to SQL Server identity column Pin
SeMartens27-Jan-09 21:18
SeMartens27-Jan-09 21:18 
QuestionHosting a .Net DataGridView in Asp .Net Pin
dptalt27-Jan-09 4:27
dptalt27-Jan-09 4:27 
AnswerRe: Hosting a .Net DataGridView in Asp .Net Pin
Christian Graus27-Jan-09 4:30
protectorChristian Graus27-Jan-09 4:30 
GeneralRe: Hosting a .Net DataGridView in Asp .Net Pin
dptalt27-Jan-09 5:03
dptalt27-Jan-09 5:03 
QuestionError updating JScript IntelliSense Pin
adelfino6927-Jan-09 4:14
adelfino6927-Jan-09 4:14 
Questionhow to fetch stock market values in asp.net application Pin
rak_kan27-Jan-09 3:21
rak_kan27-Jan-09 3:21 
AnswerRe: how to fetch stock market values in asp.net application Pin
Colin Angus Mackay27-Jan-09 3:57
Colin Angus Mackay27-Jan-09 3:57 
AnswerRe: how to fetch stock market values in asp.net application Pin
Christian Graus27-Jan-09 4:31
protectorChristian Graus27-Jan-09 4:31 
AnswerRe: how to fetch stock market values in asp.net application Pin
Ashutosh Phoujdar27-Jan-09 21:51
Ashutosh Phoujdar27-Jan-09 21:51 
QuestionProject taking long time to build. Pin
jchandramouli27-Jan-09 2:42
jchandramouli27-Jan-09 2:42 
AnswerRe: Project taking long time to build. Pin
N a v a n e e t h27-Jan-09 2:46
N a v a n e e t h27-Jan-09 2:46 
AnswerRe: Project taking long time to build. Pin
Colin Angus Mackay27-Jan-09 3:59
Colin Angus Mackay27-Jan-09 3:59 
AnswerRe: Project taking long time to build. Pin
Abhijit Jana27-Jan-09 4:02
professionalAbhijit Jana27-Jan-09 4:02 
QuestionTreeView Control Pin
Civic0627-Jan-09 2:26
Civic0627-Jan-09 2:26 

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.