Click here to Skip to main content
16,011,711 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to create dynamic link Pin
Pradip Kishore8-Feb-07 20:17
Pradip Kishore8-Feb-07 20:17 
AnswerRe: how to create dynamic link Pin
PSK_8-Feb-07 21:39
PSK_8-Feb-07 21:39 
AnswerRe: how to create dynamic link Pin
gauthee8-Feb-07 21:42
gauthee8-Feb-07 21:42 
GeneralRe: how to create dynamic link Pin
coolestCoder8-Feb-07 22:15
coolestCoder8-Feb-07 22:15 
GeneralRe: how to create dynamic link Pin
gauthee8-Feb-07 22:59
gauthee8-Feb-07 22:59 
GeneralRe: how to create dynamic link Pin
coolestCoder8-Feb-07 23:18
coolestCoder8-Feb-07 23:18 
QuestionHow to send multiple values from one page to another Pin
gauthee8-Feb-07 19:26
gauthee8-Feb-07 19:26 
AnswerRe: How to send multiple values from one page to another Pin
PSK_8-Feb-07 19:49
PSK_8-Feb-07 19:49 
You can user Server.Transfer("page.aspx") method to pass values from one page to other page.

Create a collection property in PageA which contains all the values you want to pass, and access the property in the PageB.aspx, but remember that use Server.Transfer insted of Response.Redirect method and EnableViewStateMac page directive value should be false, other wise you'll get error.


Regards
Prakash
AnswerRe: How to send multiple values from one page to another Pin
Sandeep Akhare8-Feb-07 20:28
Sandeep Akhare8-Feb-07 20:28 
GeneralRe: How to send multiple values from one page to another Pin
gauthee8-Feb-07 21:34
gauthee8-Feb-07 21:34 
GeneralRe: How to send multiple values from one page to another Pin
Sandeep Akhare8-Feb-07 22:15
Sandeep Akhare8-Feb-07 22:15 
GeneralRe: How to send multiple values from one page to another Pin
PSK_8-Feb-07 22:04
PSK_8-Feb-07 22:04 
GeneralRe: How to send multiple values from one page to another Pin
Sandeep Akhare8-Feb-07 22:45
Sandeep Akhare8-Feb-07 22:45 
Generalhow to validate input if violate between two datetime Pin
bernie_0118-Feb-07 22:49
bernie_0118-Feb-07 22:49 
GeneralRe: how to validate input if violate between two datetime Pin
Sandeep Akhare8-Feb-07 23:07
Sandeep Akhare8-Feb-07 23:07 
GeneralRe: how to validate input if violate between two datetime Pin
bernie_0119-Feb-07 13:23
bernie_0119-Feb-07 13:23 
AnswerRe: How to send multiple values from one page to another Pin
coolestCoder8-Feb-07 20:29
coolestCoder8-Feb-07 20:29 
GeneralRe: How to send multiple values from one page to another Pin
Sandeep Akhare8-Feb-07 20:48
Sandeep Akhare8-Feb-07 20:48 
GeneralRe: How to send multiple values from one page to another Pin
coolestCoder8-Feb-07 22:09
coolestCoder8-Feb-07 22:09 
GeneralRe: How to send multiple values from one page to another Pin
gauthee8-Feb-07 21:33
gauthee8-Feb-07 21:33 
GeneralRe: How to send multiple values from one page to another Pin
coolestCoder8-Feb-07 22:13
coolestCoder8-Feb-07 22:13 
AnswerRe: How to lode xml file in datagrid Pin
gauthee8-Feb-07 19:27
gauthee8-Feb-07 19:27 
GeneralUsing XMLTextWriter Pin
Vsree8-Feb-07 20:05
Vsree8-Feb-07 20:05 
QuestionUsing XMLTextWriter Pin
Vsree8-Feb-07 18:36
Vsree8-Feb-07 18:36 
AnswerRe: Using XMLTextWriter Pin
Sandeep Akhare8-Feb-07 23:14
Sandeep Akhare8-Feb-07 23:14 

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.