Click here to Skip to main content
15,897,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGridView RowCommand Pin
yesu prakash24-Jul-09 2:27
yesu prakash24-Jul-09 2:27 
AnswerRe: GridView RowCommand Pin
Abhijit Jana24-Jul-09 3:30
professionalAbhijit Jana24-Jul-09 3:30 
GeneralRe: GridView RowCommand Pin
Herman<T>.Instance24-Jul-09 3:36
Herman<T>.Instance24-Jul-09 3:36 
GeneralRe: GridView RowCommand Pin
Abhijit Jana24-Jul-09 3:50
professionalAbhijit Jana24-Jul-09 3:50 
GeneralRe: GridView RowCommand Pin
Abhishek Sur24-Jul-09 4:40
professionalAbhishek Sur24-Jul-09 4:40 
QuestionProblem Debugging / Loading website on the browser Pin
AllPhee24-Jul-09 1:47
AllPhee24-Jul-09 1:47 
AnswerRe: Problem Debugging / Loading website on the browser Pin
Abhijit Jana24-Jul-09 1:57
professionalAbhijit Jana24-Jul-09 1:57 
GeneralRe: Problem Debugging / Loading website on the browser Pin
AllPhee24-Jul-09 2:34
AllPhee24-Jul-09 2:34 
MAN, You are a Genius Big Grin | :-D WOW.

In fact the application was just looping non stop on the masterpage code.
my code was like this
Try

           Dim dvLoggedUser As dataview = CType(sdsGetUser.Select(DataSourceSelectArguments.Empty), DataView)
           If dvLoggedUser.Table.Rows.Count > 0 Then
               lblUser.Text = (dvLoggedUser(0)("Name"))
           End If

           btnLogout.Visible = True
       Catch ex As Exception
           'When it gets here it looped back to the top because the Login page used the same master page
           Response.Redirect("Login.aspx")
       End Try



Because i am using the same masterpage for My login Page and all other pages and trying to redirect to the login page if the user does not exist, therefore it loops infinitely in this regard.


Abhijit you are a Genius. Thanks a million.
I had forgotten about this technigue Wink | ;)

allphpro

GeneralRe: Problem Debugging / Loading website on the browser Pin
Abhijit Jana24-Jul-09 2:42
professionalAbhijit Jana24-Jul-09 2:42 
QuestionApplying a Theme to the Master page. Pin
anada888624-Jul-09 1:36
anada888624-Jul-09 1:36 
AnswerRe: Applying a Theme to the Master page. Pin
Zafar A khan 24-Jul-09 2:00
professionalZafar A khan 24-Jul-09 2:00 
QuestionRe: Applying a Theme to the Master page. Pin
anada888624-Jul-09 2:04
anada888624-Jul-09 2:04 
AnswerRe: Applying a Theme to the Master page. Pin
Abhijit Jana24-Jul-09 2:12
professionalAbhijit Jana24-Jul-09 2:12 
GeneralRe: Applying a Theme to the Master page. Pin
anada888624-Jul-09 2:18
anada888624-Jul-09 2:18 
AnswerRe: Applying a Theme to the Master page. Pin
Zafar A khan 24-Jul-09 2:13
professionalZafar A khan 24-Jul-09 2:13 
GeneralRe: Applying a Theme to the Master page. Pin
anada888624-Jul-09 2:25
anada888624-Jul-09 2:25 
AnswerRe: Applying a Theme to the Master page. Pin
Abhijit Jana24-Jul-09 2:02
professionalAbhijit Jana24-Jul-09 2:02 
GeneralRe: Applying a Theme to the Master page. Pin
anada888624-Jul-09 2:10
anada888624-Jul-09 2:10 
GeneralRe: Applying a Theme to the Master page. Pin
Abhijit Jana24-Jul-09 2:34
professionalAbhijit Jana24-Jul-09 2:34 
QuestionCookies Pin
KhandelwalA24-Jul-09 0:58
KhandelwalA24-Jul-09 0:58 
AnswerRe: Cookies Pin
Abhijit Jana24-Jul-09 1:08
professionalAbhijit Jana24-Jul-09 1:08 
AnswerRe: Cookies Pin
DoctorMick24-Jul-09 1:08
DoctorMick24-Jul-09 1:08 
QuestionMSChart Control with ODBC connection in asp.net.... Pin
solo_gaurav23-Jul-09 23:26
solo_gaurav23-Jul-09 23:26 
QuestionWeb service with bulk processing Pin
Kate2823-Jul-09 22:52
Kate2823-Jul-09 22:52 
AnswerRe: Web service with bulk processing Pin
Baran M24-Jul-09 0:00
Baran M24-Jul-09 0:00 

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.