Click here to Skip to main content
15,903,012 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionaccess one user control from other on same page Pin
max_dev2006@yahoo.com20-Sep-06 19:10
max_dev2006@yahoo.com20-Sep-06 19:10 
AnswerRe: access one user control from other on same page Pin
Christian Graus20-Sep-06 19:36
protectorChristian Graus20-Sep-06 19:36 
GeneralRe: access one user control from other on same page Pin
max_dev2006@yahoo.com20-Sep-06 20:01
max_dev2006@yahoo.com20-Sep-06 20:01 
GeneralRe: access one user control from other on same page Pin
Christian Graus20-Sep-06 20:11
protectorChristian Graus20-Sep-06 20:11 
GeneralRe: access one user control from other on same page Pin
max_dev2006@yahoo.com20-Sep-06 22:13
max_dev2006@yahoo.com20-Sep-06 22:13 
AnswerRe: access one user control from other on same page Pin
minhpc_bk20-Sep-06 20:00
minhpc_bk20-Sep-06 20:00 
QuestionHow to reload webpage? Pin
cheeken2u20-Sep-06 17:39
cheeken2u20-Sep-06 17:39 
AnswerRe: How to reload webpage? Pin
max_dev2006@yahoo.com20-Sep-06 19:16
max_dev2006@yahoo.com20-Sep-06 19:16 
you can call a javascript method on click of a button and in that method u can use window.reload() or window.refresh()

or u can set window.href = "same page's url"

for e.g
function abc()
{
var sURL = unescape(window.location.pathname);
window.location.href=sURL;
}
AnswerRe: How to reload webpage? Pin
Guffa20-Sep-06 20:03
Guffa20-Sep-06 20:03 
Questioncomplicated (passing parameter) Pin
mellvincent20-Sep-06 16:56
mellvincent20-Sep-06 16:56 
AnswerRe: complicated (passing parameter) Pin
minhpc_bk20-Sep-06 20:02
minhpc_bk20-Sep-06 20:02 
Questiontabs Pin
lakshmi_sri20-Sep-06 13:17
lakshmi_sri20-Sep-06 13:17 
AnswerRe: tabs Pin
minhpc_bk20-Sep-06 14:28
minhpc_bk20-Sep-06 14:28 
AnswerRe: tabs Pin
Khawar Abbas120-Sep-06 19:02
Khawar Abbas120-Sep-06 19:02 
AnswerRe: tabs Pin
shivarishxxxx21-Sep-06 4:28
shivarishxxxx21-Sep-06 4:28 
QuestionCookie session Pin
kol_y@mail.ru20-Sep-06 9:44
kol_y@mail.ru20-Sep-06 9:44 
AnswerRe: Cookie session Pin
Guffa20-Sep-06 10:03
Guffa20-Sep-06 10:03 
QuestionDropDownlist backwards Pin
Britney S. Morales20-Sep-06 9:43
Britney S. Morales20-Sep-06 9:43 
AnswerRe: DropDownlist backwards Pin
sundar15620-Sep-06 10:19
sundar15620-Sep-06 10:19 
GeneralRe: DropDownlist backwards Pin
minhpc_bk20-Sep-06 14:32
minhpc_bk20-Sep-06 14:32 
AnswerRe: DropDownlist backwards Pin
minhpc_bk20-Sep-06 14:33
minhpc_bk20-Sep-06 14:33 
QuestionProgress updates Pin
JMichael246820-Sep-06 9:12
JMichael246820-Sep-06 9:12 
AnswerRe: Progress updates Pin
minhpc_bk20-Sep-06 14:23
minhpc_bk20-Sep-06 14:23 
QuestionHTML PAGE LOAD Pin
Tomic20-Sep-06 7:42
Tomic20-Sep-06 7:42 
AnswerRe: HTML PAGE LOAD Pin
Not Active20-Sep-06 8:04
mentorNot Active20-Sep-06 8:04 

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.