Click here to Skip to main content
15,921,113 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Javascript Error Pin
Michael Sync7-Dec-07 4:03
Michael Sync7-Dec-07 4:03 
GeneralRe: Javascript Error Pin
M_Menon7-Dec-07 4:35
M_Menon7-Dec-07 4:35 
GeneralWho vote 1 for the correct answer? Pin
Michael Sync7-Dec-07 6:13
Michael Sync7-Dec-07 6:13 
GeneralRe: Javascript Error Pin
Pushpendra patwal8-Dec-07 3:28
Pushpendra patwal8-Dec-07 3:28 
GeneralDifference Between Div and Table Pin
Khan.Bangash7-Dec-07 3:22
Khan.Bangash7-Dec-07 3:22 
GeneralRe: Difference Between Div and Table Pin
Michael Sync7-Dec-07 3:52
Michael Sync7-Dec-07 3:52 
GeneralGridView Sorting Pin
PranavThakur7-Dec-07 3:16
PranavThakur7-Dec-07 3:16 
GeneralRe: GridView Sorting Pin
Jim Taylor7-Dec-07 3:30
Jim Taylor7-Dec-07 3:30 
You are getting a stack overflow operation because this event occurs when the hyperlink to sort a column is clicked, but before the GridView control handles the sort operation.
GridView.Sorting Event
[^]
What is happening is your GridView2_Sorting function is executing which calls the sort method. This in turn will cause your GridView2_Sorting function to handle the sorting event thus getting stuck in a loop until the stack overflow exception is raised.
See C# GridView Sorting at http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/data/gridview.aspx[^]
for help with sorting.

Jim

QuestionHow to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Bluebamboo7-Dec-07 2:47
Bluebamboo7-Dec-07 2:47 
AnswerRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Paddy Boyd7-Dec-07 2:52
Paddy Boyd7-Dec-07 2:52 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Bluebamboo7-Dec-07 3:04
Bluebamboo7-Dec-07 3:04 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Bluebamboo7-Dec-07 3:07
Bluebamboo7-Dec-07 3:07 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Michael Sync7-Dec-07 4:07
Michael Sync7-Dec-07 4:07 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Paddy Boyd7-Dec-07 4:09
Paddy Boyd7-Dec-07 4:09 
AnswerRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Michael Sync7-Dec-07 4:10
Michael Sync7-Dec-07 4:10 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Bluebamboo7-Dec-07 4:21
Bluebamboo7-Dec-07 4:21 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Michael Sync7-Dec-07 5:01
Michael Sync7-Dec-07 5:01 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Bluebamboo7-Dec-07 5:19
Bluebamboo7-Dec-07 5:19 
AnswerRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Bluebamboo7-Dec-07 5:16
Bluebamboo7-Dec-07 5:16 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Michael Sync7-Dec-07 5:30
Michael Sync7-Dec-07 5:30 
GeneralRe: How to access server-side controls of a user control(ascx) from its parent page (aspx) by using javascript Pin
Bluebamboo7-Dec-07 6:01
Bluebamboo7-Dec-07 6:01 
Generalgridview select and modal popup Pin
Sarfaraj Ahmed7-Dec-07 1:52
Sarfaraj Ahmed7-Dec-07 1:52 
GeneralRe: gridview select and modal popup Pin
thomasa7-Dec-07 3:47
thomasa7-Dec-07 3:47 
GeneralServer.Transer Pin
.NET- India 7-Dec-07 1:45
.NET- India 7-Dec-07 1:45 
GeneralRe: Server.Transer Pin
pmarfleet7-Dec-07 1:59
pmarfleet7-Dec-07 1:59 

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.