Click here to Skip to main content
15,914,500 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsend report via FAX Pin
bhaumikdv19-Jan-09 0:58
bhaumikdv19-Jan-09 0:58 
AnswerRe: send report via FAX Pin
Christian Graus19-Jan-09 2:03
protectorChristian Graus19-Jan-09 2:03 
Questionhai Pin
naagrjuna19-Jan-09 0:32
naagrjuna19-Jan-09 0:32 
AnswerRe: hai Pin
N a v a n e e t h19-Jan-09 1:02
N a v a n e e t h19-Jan-09 1:02 
AnswerRe: hai Pin
Christian Graus19-Jan-09 2:04
protectorChristian Graus19-Jan-09 2:04 
QuestionProblem using http handler Pin
CrazyCoder2618-Jan-09 23:52
CrazyCoder2618-Jan-09 23:52 
AnswerRe: Problem using http handler Pin
N a v a n e e t h19-Jan-09 0:59
N a v a n e e t h19-Jan-09 0:59 
QuestionCustom Sorting for GridView Pin
sandhya1418-Jan-09 23:50
sandhya1418-Jan-09 23:50 
Hi all

Am trying to do the sorting through coding

Protected Sub GridView1_Sorting(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewSortEventArgs) Handles GridView1.Sorting
Dim sortExpression As String = e.SortExpression

If e.SortDirection = SortDirection.Ascending Then

e.SortDirection = SortDirection.Descending
GridView1.Sort(sortExpression, SortDirection.Descending)
Else
e.SortDirection = SortDirection.Ascending
GridView1.Sort(sortExpression, SortDirection.Ascending)
End If

UDF_SetMasterData()
UDF_SetGridData()
end sub

but am getting an error like this:

An unhandled exception of type 'System.StackOverflowException' occurred in System.Web.dll

and if i try to put a break point and check,the loop is continuing within the same Gridview1_sorting..

Anybody knows what acn be the reason?
AnswerRe: Custom Sorting for GridView Pin
Herman<T>.Instance19-Jan-09 3:15
Herman<T>.Instance19-Jan-09 3:15 
GeneralRe: Custom Sorting for GridView Pin
sandhya1419-Jan-09 17:49
sandhya1419-Jan-09 17:49 
GeneralRe: Custom Sorting for GridView Pin
Herman<T>.Instance19-Jan-09 20:33
Herman<T>.Instance19-Jan-09 20:33 
GeneralRe: Custom Sorting for GridView Pin
sandhya1419-Jan-09 22:03
sandhya1419-Jan-09 22:03 
GeneralRe: Custom Sorting for GridView Pin
Herman<T>.Instance19-Jan-09 23:24
Herman<T>.Instance19-Jan-09 23:24 
GeneralRe: Custom Sorting for GridView Pin
sandhya1419-Jan-09 23:29
sandhya1419-Jan-09 23:29 
GeneralRe: Custom Sorting for GridView Pin
Herman<T>.Instance20-Jan-09 3:00
Herman<T>.Instance20-Jan-09 3:00 
GeneralRe: Custom Sorting for GridView Pin
sandhya1420-Jan-09 18:21
sandhya1420-Jan-09 18:21 
GeneralRe: Custom Sorting for GridView Pin
sandhya1420-Jan-09 19:32
sandhya1420-Jan-09 19:32 
GeneralRe: Custom Sorting for GridView Pin
Herman<T>.Instance20-Jan-09 20:20
Herman<T>.Instance20-Jan-09 20:20 
Questionplz give me the code for login page in asp.net or solve the my error plz i neeeded urgently i m a student & i have to submit ther project plz help me my code given below plz post me Pin
ashafi45518-Jan-09 23:48
ashafi45518-Jan-09 23:48 
AnswerRe: plz give me the code for login page in asp.net or solve the my error plz i neeeded urgently i m a student & i have to submit ther project plz help me my code given below plz post me Pin
Paddy Boyd19-Jan-09 0:08
Paddy Boyd19-Jan-09 0:08 
AnswerRe: plz give me the code for login page in asp.net or solve the my error plz i neeeded urgently i m a student & i have to submit ther project plz help me my code given below plz post me Pin
Abhijit Jana19-Jan-09 0:09
professionalAbhijit Jana19-Jan-09 0:09 
AnswerRe: plz give me the code for login page in asp.net or solve the my error plz i neeeded urgently i m a student & i have to submit ther project plz help me my code given below plz post me Pin
J4amieC19-Jan-09 1:03
J4amieC19-Jan-09 1:03 
AnswerRe: plz give me the code for login page in asp.net or solve the my error plz i neeeded urgently i m a student & i have to submit ther project plz help me my code given below plz post me Pin
Christian Graus19-Jan-09 2:07
protectorChristian Graus19-Jan-09 2:07 
AnswerWow. Just...wow. Pin
leckey19-Jan-09 10:19
leckey19-Jan-09 10:19 
Questionnested datagrid problem Pin
jhyn18-Jan-09 23:28
jhyn18-Jan-09 23:28 

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.