Click here to Skip to main content
15,919,749 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Refresh ASPX page from Another ASPX PAGE Pin
ps_prakash0222-Aug-06 5:16
ps_prakash0222-Aug-06 5:16 
AnswerRe: How to Refresh ASPX page from Another ASPX PAGE Pin
Mike Ellison22-Aug-06 6:23
Mike Ellison22-Aug-06 6:23 
GeneralRe: How to Refresh ASPX page from Another ASPX PAGE Pin
ps_prakash0224-Aug-06 0:37
ps_prakash0224-Aug-06 0:37 
GeneralRe: How to Refresh ASPX page from Another ASPX PAGE Pin
Mike Ellison24-Aug-06 6:37
Mike Ellison24-Aug-06 6:37 
QuestionPassing Values between pages Pin
Tiger45622-Aug-06 4:33
Tiger45622-Aug-06 4:33 
AnswerRe: Passing Values between pages Pin
Suresh Pirsquare22-Aug-06 5:28
Suresh Pirsquare22-Aug-06 5:28 
AnswerRe: Passing Values between pages Pin
Ramasubramaniam22-Aug-06 5:29
Ramasubramaniam22-Aug-06 5:29 
QuestionTwo things. Pin
NaNg1524122-Aug-06 4:23
NaNg1524122-Aug-06 4:23 
1. Until now I'm setting the Control page like this:
<%@ Register TagPrefix="Menu" TagName="Bottom" Src="Bottom.ascx" %>
On the top of the page.

But now I need to set the Src dynamicly.
eg.: <%@ Register TagPrefix="Menu" TagName="Bottom" Src="Session["ID"] + "/Bottom.ascx" %>
Something like this.

Now I know that this is not how to do it, but maybe you can help me?


2. I now need to create buttons dynamiclly, according to a database.
Well, creating them is the easy part.
But when I postback they just disapear... someone know why? and how can I fix this?

thanks alot! NaNg
AnswerRe: Two things. Pin
Guffa22-Aug-06 5:49
Guffa22-Aug-06 5:49 
AnswerRe: Two things. Pin
Mike Ellison22-Aug-06 6:30
Mike Ellison22-Aug-06 6:30 
QuestionGoogle, Robots.txt and SiteMaps Pin
Clickok22-Aug-06 3:42
Clickok22-Aug-06 3:42 
Questiondeleting multiple CheckBox in gridview Pin
Kartik Rathi22-Aug-06 2:45
Kartik Rathi22-Aug-06 2:45 
AnswerRe: deleting multiple CheckBox in gridview Pin
_AK_22-Aug-06 18:49
_AK_22-Aug-06 18:49 
QuestionProblem with User Control Pin
Amit Agarrwal22-Aug-06 2:05
Amit Agarrwal22-Aug-06 2:05 
QuestionModify browser url Pin
yogesh m22-Aug-06 0:54
yogesh m22-Aug-06 0:54 
AnswerRe: Modify browser url Pin
_AK_22-Aug-06 0:59
_AK_22-Aug-06 0:59 
GeneralRe: Modify browser url Pin
yogesh m22-Aug-06 1:09
yogesh m22-Aug-06 1:09 
GeneralRe: Modify browser url Pin
_AK_22-Aug-06 1:19
_AK_22-Aug-06 1:19 
GeneralRe: Modify browser url Pin
yogesh m22-Aug-06 2:30
yogesh m22-Aug-06 2:30 
GeneralRe: Modify browser url Pin
_AK_22-Aug-06 18:13
_AK_22-Aug-06 18:13 
GeneralRe: Modify browser url Pin
Amit Agarrwal22-Aug-06 2:47
Amit Agarrwal22-Aug-06 2:47 
AnswerRe: Modify browser url Pin
Navi1522-Aug-06 1:40
Navi1522-Aug-06 1:40 
QuestionHow to bind data in dataset instead of in database Pin
ypsyong22-Aug-06 0:39
ypsyong22-Aug-06 0:39 
AnswerRe: How to bind data in dataset instead of in database Pin
_AK_22-Aug-06 0:42
_AK_22-Aug-06 0:42 
GeneralRe: How to bind data in dataset instead of in database Pin
ypsyong22-Aug-06 3:24
ypsyong22-Aug-06 3:24 

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.