Click here to Skip to main content
15,892,965 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: SqlDataSource used in gridpage as well as to databind Pin
vanikanc27-Apr-11 6:44
vanikanc27-Apr-11 6:44 
QuestionClearing Texbox text in ASP.Net MVC Pin
Priya Prk27-Apr-11 1:38
Priya Prk27-Apr-11 1:38 
AnswerRe: Clearing Texbox text in ASP.Net MVC Pin
Keith Barrow27-Apr-11 2:15
professionalKeith Barrow27-Apr-11 2:15 
GeneralRe: Clearing Texbox text in ASP.Net MVC Pin
Priya Prk27-Apr-11 2:33
Priya Prk27-Apr-11 2:33 
GeneralRe: Clearing Texbox text in ASP.Net MVC Pin
Keith Barrow27-Apr-11 3:03
professionalKeith Barrow27-Apr-11 3:03 
GeneralRe: Clearing Texbox text in ASP.Net MVC Pin
vanikanc6-May-11 10:49
vanikanc6-May-11 10:49 
QuestionShow menu as access rule for particular Role Pin
Naunt27-Apr-11 0:02
Naunt27-Apr-11 0:02 
QuestionPage_Load Not calling in IIS Pin
anishkannan26-Apr-11 21:58
anishkannan26-Apr-11 21:58 
while Redirect the page, Page_Load is not calling after hosting the application to IIS. when using the visual studio is calling ... i made like these..

Base class which has inherit Page
public partial class BasePage: Page
{
  protected void Page_Load(object sender, EventArgs e)
  {
  }
       
}


Our page Inherit BasePage

public partial class MainPage : BasePage
{
  protected void Page_Load(object sender, EventArgs e)
  {
  }
}


Now calling from Another page
Response.Redirect(MainPage.aspx)


The Mainpage calss Page_Load is calling whilw running Visualstudio app. But after hosting to the IIS The Page_Load is not called

Please help me

Thanks
AnswerRe: Page_Load Not calling in IIS Pin
vanikanc5-May-11 9:31
vanikanc5-May-11 9:31 
QuestionGet file path from file upload control [modified] Pin
Orcun Iyigun26-Apr-11 11:47
Orcun Iyigun26-Apr-11 11:47 
AnswerRe: Get file path from file upload control Pin
busbyam26-Apr-11 13:01
busbyam26-Apr-11 13:01 
GeneralRe: Get file path from file upload control Pin
Orcun Iyigun27-Apr-11 5:44
Orcun Iyigun27-Apr-11 5:44 
AnswerRe: Get file path from file upload control Pin
Prasanta_Prince26-Apr-11 18:19
Prasanta_Prince26-Apr-11 18:19 
GeneralRe: Get file path from file upload control Pin
Orcun Iyigun27-Apr-11 5:45
Orcun Iyigun27-Apr-11 5:45 
AnswerRe: Get file path from file upload control Pin
walterhevedeich26-Apr-11 18:47
professionalwalterhevedeich26-Apr-11 18:47 
GeneralRe: Get file path from file upload control Pin
Orcun Iyigun27-Apr-11 5:46
Orcun Iyigun27-Apr-11 5:46 
QuestionFavicon not found Pin
GenJerDan26-Apr-11 9:35
GenJerDan26-Apr-11 9:35 
AnswerRe: Favicon not found Pin
busbyam26-Apr-11 12:56
busbyam26-Apr-11 12:56 
GeneralRe: Favicon not found Pin
GenJerDan27-Apr-11 14:53
GenJerDan27-Apr-11 14:53 
QuestionMoving Files Pin
kheer26-Apr-11 6:40
kheer26-Apr-11 6:40 
AnswerRe: Moving Files Pin
GenJerDan26-Apr-11 8:09
GenJerDan26-Apr-11 8:09 
AnswerRe: Moving Files Pin
Simon_Whale26-Apr-11 12:30
Simon_Whale26-Apr-11 12:30 
GeneralRe: Moving Files Pin
kheer26-Apr-11 17:06
kheer26-Apr-11 17:06 
GeneralRe: Moving Files Pin
Simon_Whale26-Apr-11 21:56
Simon_Whale26-Apr-11 21:56 
Questionhelp with data - while completing a process Pin
Simon_Whale26-Apr-11 5:43
Simon_Whale26-Apr-11 5:43 

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.