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

ASP.NET

 
QuestionRefresh parent page grid with close chield [showmodaldialog()] Pin
bikash pattanayak17-Mar-09 1:27
bikash pattanayak17-Mar-09 1:27 
AnswerRe: Refresh parent page grid with close chield [showmodaldialog()] Pin
k.anantharengan20-Mar-11 19:46
k.anantharengan20-Mar-11 19:46 
QuestionDataGrid Footer problem Pin
rakeshs31217-Mar-09 0:26
rakeshs31217-Mar-09 0:26 
AnswerRe: DataGrid Footer problem Pin
sunit_8217-Mar-09 2:59
sunit_8217-Mar-09 2:59 
QuestionRegarding FildUpload control Pin
ven32116-Mar-09 23:57
ven32116-Mar-09 23:57 
AnswerRe: Regarding FildUpload control Pin
venu65617-Mar-09 2:05
venu65617-Mar-09 2:05 
QuestionDoubt? Pin
Karthick_gc16-Mar-09 23:39
Karthick_gc16-Mar-09 23:39 
AnswerRe: Doubt? Pin
Colin Angus Mackay17-Mar-09 0:52
Colin Angus Mackay17-Mar-09 0:52 
Karthick_gc wrote:
what s the use of the following command in the top of the coding.


It can be anywhere, but normally it will be at or near the top of the Page_Load method.


Karthick_gc wrote:
if (!Page.IsPostBack)


It runs a section of code conditionall based on whether this page is posted back or not.

IsPostBack is a boolean that returns true if the page is posted back. i.e. the user has already seen the page and has now pressed a button that has caused an HTTP POST request back to the server.

Normally, you need to initialise stuff on the first display of the page, hence the if not IsPostBack. This information would be normally held in viewstate so that on subsequent displays of the page it can retrieve the information from the viewstate and you don't have to repeat the initialisation.

Does this help?


QuestionConsuming XML WebService using JQuery in ASP.net 2.0 Pin
dews turner16-Mar-09 22:55
dews turner16-Mar-09 22:55 
QuestionUpdating the quantity if already exists...... Pin
RajpootRohan16-Mar-09 22:08
professionalRajpootRohan16-Mar-09 22:08 
AnswerRe: Updating the quantity if already exists...... Pin
N a v a n e e t h16-Mar-09 22:41
N a v a n e e t h16-Mar-09 22:41 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan16-Mar-09 23:10
professionalRajpootRohan16-Mar-09 23:10 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 1:59
venu65617-Mar-09 1:59 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan17-Mar-09 2:23
professionalRajpootRohan17-Mar-09 2:23 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 2:44
venu65617-Mar-09 2:44 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan17-Mar-09 18:24
professionalRajpootRohan17-Mar-09 18:24 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 19:47
venu65617-Mar-09 19:47 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan17-Mar-09 19:57
professionalRajpootRohan17-Mar-09 19:57 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 21:27
venu65617-Mar-09 21:27 
QuestionCould not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) Pin
Mangal Verma16-Mar-09 21:52
Mangal Verma16-Mar-09 21:52 
AnswerRe: Could not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) Pin
Vimalsoft(Pty) Ltd16-Mar-09 21:57
professionalVimalsoft(Pty) Ltd16-Mar-09 21:57 
GeneralRe: Could not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) Pin
Mangal Verma16-Mar-09 22:10
Mangal Verma16-Mar-09 22:10 
GeneralRe: Could not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) Pin
Vimalsoft(Pty) Ltd16-Mar-09 22:31
professionalVimalsoft(Pty) Ltd16-Mar-09 22:31 
GeneralRe: Could not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) Pin
Mangal Verma16-Mar-09 23:19
Mangal Verma16-Mar-09 23:19 
AnswerRe: Could not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) Pin
N a v a n e e t h16-Mar-09 22:44
N a v a n e e t h16-Mar-09 22:44 

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.