Click here to Skip to main content
15,926,174 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Pass Query String parameters Pin
Siva Venu Gopal17-Aug-06 20:02
Siva Venu Gopal17-Aug-06 20:02 
AnswerRe: How to Pass Query String parameters Pin
coolestCoder17-Aug-06 20:09
coolestCoder17-Aug-06 20:09 
Questionpopup window Pin
nannapanenikamalnath17-Aug-06 19:21
nannapanenikamalnath17-Aug-06 19:21 
AnswerRe: popup window Pin
coolestCoder17-Aug-06 20:06
coolestCoder17-Aug-06 20:06 
AnswerRe: popup window Pin
minhpc_bk17-Aug-06 20:11
minhpc_bk17-Aug-06 20:11 
QuestionRegarding Response.AddHeader method Pin
VishalSharmaDev17-Aug-06 19:03
VishalSharmaDev17-Aug-06 19:03 
AnswerRe: Regarding Response.AddHeader method Pin
minhpc_bk17-Aug-06 20:09
minhpc_bk17-Aug-06 20:09 
QuestionRight Click Event on datagrid Pin
248912817-Aug-06 18:46
248912817-Aug-06 18:46 
AnswerRe: Right Click Event on datagrid Pin
minhpc_bk17-Aug-06 20:06
minhpc_bk17-Aug-06 20:06 
GeneralRe: Right Click Event on datagrid Pin
248912817-Aug-06 20:31
248912817-Aug-06 20:31 
QuestionFetching data from gridview to label in another form. Pin
blurMember17-Aug-06 17:52
blurMember17-Aug-06 17:52 
AnswerRe: Fetching data from gridview to label in another form. Pin
Jay_se17-Aug-06 18:55
Jay_se17-Aug-06 18:55 
GeneralRe: Fetching data from gridview to label in another form. Pin
blurMember17-Aug-06 21:45
blurMember17-Aug-06 21:45 
AnswerRe: Fetching data from gridview to label in another form. Pin
minhpc_bk18-Aug-06 12:10
minhpc_bk18-Aug-06 12:10 
GeneralRe: Fetching data from gridview to label in another form. Pin
blurMember22-Aug-06 8:53
blurMember22-Aug-06 8:53 
GeneralRe: Fetching data from gridview to label in another form. Pin
minhpc_bk22-Aug-06 15:41
minhpc_bk22-Aug-06 15:41 
GeneralRe: Fetching data from gridview to label in another form. Pin
blurMember22-Aug-06 19:55
blurMember22-Aug-06 19:55 
GeneralRe: Fetching data from gridview to label in another form. Pin
minhpc_bk23-Aug-06 15:29
minhpc_bk23-Aug-06 15:29 
GeneralRe: Fetching data from gridview to label in another form. Pin
blurMember23-Aug-06 17:13
blurMember23-Aug-06 17:13 
JokeRe: Fetching data from gridview to label in another form. Pin
minhpc_bk23-Aug-06 17:44
minhpc_bk23-Aug-06 17:44 
JokeRe: Fetching data from gridview to label in another form. Pin
blurMember23-Aug-06 17:51
blurMember23-Aug-06 17:51 
QuestionHow to force a postback in c#? Pin
glima17-Aug-06 13:19
glima17-Aug-06 13:19 
AnswerRe: How to force a postback in c#? Pin
Jay_se17-Aug-06 18:42
Jay_se17-Aug-06 18:42 
AnswerRe: How to force a postback in c#? Pin
coolestCoder17-Aug-06 20:13
coolestCoder17-Aug-06 20:13 
Hi,

glima wrote:
If the NavigateUrl property of a menu item is set, the Menu control navigates to the linked page...



Its simple. Dont set the NavigateURL. Then according to the above info, it will post back. Here you call whatever functions u want to and then use Response.Redirect("URL")

You can try it (atleast)


"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder

Anant Y. Kulkarni

AnswerRe: How to force a postback in c#? Pin
minhpc_bk18-Aug-06 0:28
minhpc_bk18-Aug-06 0:28 

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.