Click here to Skip to main content
16,006,378 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Textbox time format....., Pin
Imran Khan Pathan17-Aug-07 2:59
Imran Khan Pathan17-Aug-07 2:59 
QuestionConnection string to access 2007 error Pin
samerh17-Aug-07 0:18
samerh17-Aug-07 0:18 
AnswerRe: Connection string to access 2007 error Pin
Vasudevan Deepak Kumar17-Aug-07 0:44
Vasudevan Deepak Kumar17-Aug-07 0:44 
GeneralRe: Connection string to access 2007 error Pin
samerh17-Aug-07 1:00
samerh17-Aug-07 1:00 
Questioninstalling a web appication Pin
Tomic17-Aug-07 0:04
Tomic17-Aug-07 0:04 
AnswerRe: installing a web appication Pin
Vasudevan Deepak Kumar17-Aug-07 0:41
Vasudevan Deepak Kumar17-Aug-07 0:41 
QuestionIsCrossPagePostBack Pin
md_refay16-Aug-07 23:30
md_refay16-Aug-07 23:30 
AnswerRe: IsCrossPagePostBack Pin
Nouman Bhatti17-Aug-07 0:02
Nouman Bhatti17-Aug-07 0:02 
ASP.NET provides two mechanisms for transferring control from one page to another. You can use the Transfer method to transfer processing between pages, or you can make a cross-page request by assigning a page URL to the PostBackUrl property of a button control that implements the IButtonControl interface.

In either case, the PreviousPage page property will contain an object that represents the previous or originator page. If, for example, Page A posts to Page B, Page A's IsCrossPagePostBack property (accessible through the PreviousPage property) will be true and Page B's PreviousPage property will have the name of Page A.


Questionmasterpage Pin
Nidhiii16-Aug-07 23:27
Nidhiii16-Aug-07 23:27 
Questionhow to check the data in the database Pin
biswa4716-Aug-07 23:15
biswa4716-Aug-07 23:15 
AnswerRe: how to check the data in the database Pin
Nouman Bhatti17-Aug-07 0:01
Nouman Bhatti17-Aug-07 0:01 
QuestionPopulate gridview in asp.net ajax Pin
Mamphekgo Bahula16-Aug-07 23:13
Mamphekgo Bahula16-Aug-07 23:13 
AnswerRe: Populate gridview in asp.net ajax Pin
Ron.S16-Aug-07 23:29
Ron.S16-Aug-07 23:29 
GeneralRe: Populate gridview in asp.net ajax Pin
Mamphekgo Bahula16-Aug-07 23:45
Mamphekgo Bahula16-Aug-07 23:45 
AnswerRe: Populate gridview in asp.net ajax Pin
N a r e s h P a t e l16-Aug-07 23:39
N a r e s h P a t e l16-Aug-07 23:39 
GeneralRe: Populate gridview in asp.net ajax Pin
Mamphekgo Bahula17-Aug-07 0:11
Mamphekgo Bahula17-Aug-07 0:11 
GeneralRe: Populate gridview in asp.net ajax Pin
sidbaruah17-Aug-07 0:30
sidbaruah17-Aug-07 0:30 
GeneralRe: Populate gridview in asp.net ajax Pin
Ron.S17-Aug-07 0:37
Ron.S17-Aug-07 0:37 
GeneralRe: Populate gridview in asp.net ajax Pin
sidbaruah17-Aug-07 0:46
sidbaruah17-Aug-07 0:46 
QuestionBrowser compatibility Error Pin
nandhububbly16-Aug-07 23:01
nandhububbly16-Aug-07 23:01 
AnswerRe: Browser compatibility Error Pin
N a r e s h P a t e l16-Aug-07 23:04
N a r e s h P a t e l16-Aug-07 23:04 
AnswerRe: Browser compatibility Error Pin
Michael Sync17-Aug-07 1:44
Michael Sync17-Aug-07 1:44 
GeneralRe: Browser compatibility Error Pin
Michael Sync17-Aug-07 1:59
Michael Sync17-Aug-07 1:59 
GeneralRe: Browser compatibility Error Pin
nandhububbly17-Aug-07 2:17
nandhububbly17-Aug-07 2:17 
GeneralRe: Browser compatibility Error Pin
nandhububbly17-Aug-07 2:42
nandhububbly17-Aug-07 2: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.