Click here to Skip to main content
15,921,212 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Assign data value in GridView Template Pin
Not Active25-Jun-07 9:24
mentorNot Active25-Jun-07 9:24 
QuestionLost HttpContext Pin
Fausto Lopez25-Jun-07 7:29
Fausto Lopez25-Jun-07 7:29 
QuestionButton Field in Grid view Pin
seemamltn25-Jun-07 7:07
seemamltn25-Jun-07 7:07 
AnswerRe: Button Field in Grid view Pin
gauthee25-Jun-07 18:36
gauthee25-Jun-07 18:36 
AnswerRe: Button Field in Grid view Pin
PrakashBhaskar25-Jun-07 18:40
PrakashBhaskar25-Jun-07 18:40 
QuestionResize Image in TreeView Pin
MartyExodus25-Jun-07 5:56
MartyExodus25-Jun-07 5:56 
QuestionConnectivity Issue Pin
Nikhil Bandekar25-Jun-07 5:54
Nikhil Bandekar25-Jun-07 5:54 
AnswerRe: Connectivity Issue Pin
Venkatesh Mookkan25-Jun-07 18:54
Venkatesh Mookkan25-Jun-07 18:54 
Hey Nithil,

Nikhil Bandekar wrote:
My test application is deployed by name http://testsoft/login.aspx
My live application which has a public ip is by name http://255.26.235.22/login.aspx


The above code shows that you are using Absolute Path instead of relative path. Eg, You must use Response.Redirect("Login.aspx") where Login.aspx file is located in the same root not Response.Redirect("http://testsoft/login.aspx").


Nikhil Bandekar wrote:
Is there any solution related to global.asax file ? If any kindly let me know.


As per knowledge nope... But I have seen some application are frame the URL in Global.asa or Global.asax file. You check both scenario.


Regards,
Venkatesh Mookkan.
Software Engineer, India
My: Website | Yahoo Group | Blog Spot

Questionopening a file n reading it Pin
ahsan201125-Jun-07 5:34
ahsan201125-Jun-07 5:34 
GeneralRe: opening a file n reading it Pin
Guffa25-Jun-07 5:39
Guffa25-Jun-07 5:39 
GeneralRe: opening a file n reading it Pin
ahsan201125-Jun-07 7:01
ahsan201125-Jun-07 7:01 
GeneralRe: opening a file n reading it Pin
Guffa25-Jun-07 7:40
Guffa25-Jun-07 7:40 
GeneralRe: opening a file n reading it Pin
ahsan201125-Jun-07 17:55
ahsan201125-Jun-07 17:55 
GeneralRe: opening a file n reading it Pin
Vasudevan Deepak Kumar25-Jun-07 22:14
Vasudevan Deepak Kumar25-Jun-07 22:14 
QuestionDo post your Articles here Pin
MussaratAziz25-Jun-07 4:22
MussaratAziz25-Jun-07 4:22 
AnswerRe: Do post your Articles here Pin
Dave Kreskowiak25-Jun-07 4:37
mveDave Kreskowiak25-Jun-07 4:37 
GeneralRe: Do post your Articles here Pin
Vasudevan Deepak Kumar25-Jun-07 22:17
Vasudevan Deepak Kumar25-Jun-07 22:17 
GeneralRe: Do post your Articles here Pin
Dave Kreskowiak26-Jun-07 2:47
mveDave Kreskowiak26-Jun-07 2:47 
Questiondatagrid pagging [modified] Pin
kuwl_mark25-Jun-07 3:38
kuwl_mark25-Jun-07 3:38 
AnswerRe: datagrid pagging Pin
Not Active25-Jun-07 5:08
mentorNot Active25-Jun-07 5:08 
Questionis it possible to use ajax with asp.net 2003?? Pin
Vipin.d25-Jun-07 3:02
Vipin.d25-Jun-07 3:02 
AnswerRe: is it possible to use ajax with asp.net 2003?? Pin
Sathesh Sakthivel25-Jun-07 3:04
Sathesh Sakthivel25-Jun-07 3:04 
AnswerRe: is it possible to use ajax with asp.net 2003?? Pin
PrakashBhaskar25-Jun-07 3:04
PrakashBhaskar25-Jun-07 3:04 
AnswerRe: is it possible to use ajax with asp.net 2003?? Pin
Christian Graus25-Jun-07 10:38
protectorChristian Graus25-Jun-07 10:38 
QuestionCode dillemas Pin
matjame25-Jun-07 2:39
matjame25-Jun-07 2:39 

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.