Click here to Skip to main content
15,891,888 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: about asp Pin
Ranjit Viswakumar5-Feb-09 16:34
Ranjit Viswakumar5-Feb-09 16:34 
QuestionCustom WEb Confirm Box Pin
siva4555-Feb-09 3:07
siva4555-Feb-09 3:07 
AnswerRe: Custom WEb Confirm Box Pin
Abhishek Sur5-Feb-09 4:20
professionalAbhishek Sur5-Feb-09 4:20 
AnswerRe: Custom WEb Confirm Box Pin
Ranjit Viswakumar5-Feb-09 16:53
Ranjit Viswakumar5-Feb-09 16:53 
GeneralRe: Custom WEb Confirm Box Pin
siva4555-Feb-09 18:28
siva4555-Feb-09 18:28 
QuestionXMLDataSource.Data not binding right Pin
Yisman25-Feb-09 2:00
Yisman25-Feb-09 2:00 
AnswerRe: XMLDataSource.Data not binding right Pin
ToddHileHoffer5-Feb-09 2:35
ToddHileHoffer5-Feb-09 2:35 
GeneralRe: XMLDataSource.Data not binding right Pin
Yisman27-Feb-09 22:44
Yisman27-Feb-09 22:44 
Hi Thank you ToddHileHoffer,

I did exactly that, but the problem remains. on the landing page i get an old map.
here is the current masterpage code
Protected Sub lkbLogout_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles lkbLogout.Click
        ClearUser()
        CheckUser()
    End Sub

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        CheckUser()
    End Sub

    Protected Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRender
        xdsSiteMap.DataFile = ""
        xdsSiteMap.Data = CurrentMap.OuterXml
        MainMenu.DataBind()
    End Sub
Please reply, i cant figure this out...
GeneralRe: XMLDataSource.Data not binding right Pin
ToddHileHoffer8-Feb-09 5:16
ToddHileHoffer8-Feb-09 5:16 
AnswerRe: XMLDataSource.Data not binding right Pin
Yisman212-Feb-09 2:35
Yisman212-Feb-09 2:35 
GeneralRe: XMLDataSource.Data not binding right Pin
Jim_Gray15-Jun-10 10:04
Jim_Gray15-Jun-10 10:04 
GeneralRe: XMLDataSource.Data not binding right Pin
Yisman229-Jun-10 20:45
Yisman229-Jun-10 20:45 
AnswerRe: XMLDataSource.Data not binding right Pin
SumitMe19-Apr-10 4:10
SumitMe19-Apr-10 4:10 
Questionwebsite hosting Pin
kushalrshah5-Feb-09 1:48
kushalrshah5-Feb-09 1:48 
AnswerRe: website hosting Pin
ToddHileHoffer5-Feb-09 2:36
ToddHileHoffer5-Feb-09 2:36 
GeneralRe: website hosting Pin
kushalrshah5-Feb-09 2:42
kushalrshah5-Feb-09 2:42 
GeneralRe: website hosting Pin
ToddHileHoffer5-Feb-09 2:53
ToddHileHoffer5-Feb-09 2:53 
QuestionData inserted once again after Refreshing the browser Pin
ashok@techxygen5-Feb-09 1:31
ashok@techxygen5-Feb-09 1:31 
AnswerRe: Data inserted once again after Refreshing the browser Pin
kushalrshah5-Feb-09 2:00
kushalrshah5-Feb-09 2:00 
AnswerRe: Data inserted once again after Refreshing the browser Pin
Anish Gopi5-Feb-09 3:12
sitebuilderAnish Gopi5-Feb-09 3:12 
AnswerRe: Data inserted once again after Refreshing the browser Pin
Ranjit Viswakumar5-Feb-09 17:00
Ranjit Viswakumar5-Feb-09 17:00 
Questioncan anyone tell me the error in this coding,,, i want only one radio button to be selected instead of many at one click?? can u tellme why its not working?? Pin
ROHINIKOUNDINYA5-Feb-09 1:30
ROHINIKOUNDINYA5-Feb-09 1:30 
AnswerRe: can anyone tell me the error in this coding,,, i want only one radio button to be selected instead of many at one click?? can u tellme why its not working?? Pin
BalasubramanianK5-Feb-09 2:15
BalasubramanianK5-Feb-09 2:15 
GeneralRe: can anyone tell me the error in this coding,,, i want only one radio button to be selected instead of many at one click?? can u tellme why its not working?? Pin
J4amieC5-Feb-09 2:25
J4amieC5-Feb-09 2:25 
GeneralRe: can anyone tell me the error in this coding,,, i want only one radio button to be selected instead of many at one click?? can u tellme why its not working?? Pin
BalasubramanianK5-Feb-09 2:54
BalasubramanianK5-Feb-09 2:54 

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.