Click here to Skip to main content
15,915,160 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioninstead of displaying date,how to display string in gridview? Pin
sathyan_829415-Aug-08 5:11
sathyan_829415-Aug-08 5:11 
Questionsql question Pin
eyeseetee15-Aug-08 4:01
eyeseetee15-Aug-08 4:01 
AnswerRe: sql question Pin
Manas Bhardwaj15-Aug-08 4:06
professionalManas Bhardwaj15-Aug-08 4:06 
AnswerRe: sql question Pin
eyeseetee15-Aug-08 4:38
eyeseetee15-Aug-08 4:38 
GeneralRe: sql question Pin
AprNgp15-Aug-08 7:50
AprNgp15-Aug-08 7:50 
AnswerRe: sql question Pin
metallica_rock1017-Aug-08 23:35
metallica_rock1017-Aug-08 23:35 
Questiongrid view in asp.net using c# Pin
UD(IA)15-Aug-08 3:33
UD(IA)15-Aug-08 3:33 
AnswerRe: grid view in asp.net using c# Pin
Rutvik Dave15-Aug-08 4:06
professionalRutvik Dave15-Aug-08 4:06 
(in general this will happen when you want to add a code for any gui element)
in .net whenever you double click on any button, it will generate two entries, first it will register an event handler, and secondly it will create an empty function for you to code which will execute when that button clicked.

(your problem)
now here you have once created the function for that grid view and then after you have deleted that function, but the event registration is still there so when you run the code it will fire the event but there is no function code to execute. so just click on that gridview then go to properties and then click on a small tab for event. there will be an entry for that function just remove that and it will not show you the error.

Hope this will help...
Questionpick and show starting text in asp.net from database Pin
dream_liner_7e715-Aug-08 3:32
dream_liner_7e715-Aug-08 3:32 
AnswerRe: pick and show starting text in asp.net from database Pin
eyeseetee15-Aug-08 3:35
eyeseetee15-Aug-08 3:35 
AnswerRe: pick and show starting text in asp.net from database Pin
Rutvik Dave15-Aug-08 4:18
professionalRutvik Dave15-Aug-08 4:18 
QuestionSystem.InvalidOperationException : Please help Pin
AprNgp15-Aug-08 2:36
AprNgp15-Aug-08 2:36 
AnswerRe: System.InvalidOperationException : Please help Pin
Rutvik Dave15-Aug-08 4:27
professionalRutvik Dave15-Aug-08 4:27 
GeneralRe: System.InvalidOperationException : Please help Pin
AprNgp15-Aug-08 5:35
AprNgp15-Aug-08 5:35 
GeneralRe: System.InvalidOperationException : Please help Pin
AprNgp15-Aug-08 7:44
AprNgp15-Aug-08 7:44 
Question'The underlying connection was closed: The connection was closed unexpectedly.' Error Pin
pubududilena15-Aug-08 1:15
pubududilena15-Aug-08 1:15 
AnswerRe: 'The underlying connection was closed: The connection was closed unexpectedly.' Error Pin
AhsanS15-Aug-08 1:18
AhsanS15-Aug-08 1:18 
GeneralRe: 'The underlying connection was closed: The connection was closed unexpectedly.' Error Pin
pubududilena15-Aug-08 1:31
pubududilena15-Aug-08 1:31 
GeneralRe: 'The underlying connection was closed: The connection was closed unexpectedly.' Error Pin
AhsanS15-Aug-08 1:44
AhsanS15-Aug-08 1:44 
Questionusing javascript frameworks with Asp.Net Pin
Boro_Bob15-Aug-08 1:08
Boro_Bob15-Aug-08 1:08 
AnswerRe: using javascript frameworks with Asp.Net Pin
RichardGrimmer15-Aug-08 4:39
RichardGrimmer15-Aug-08 4:39 
QuestionUsing "aspnet_regiis.exe -ga" on the basis of SID instead of "user name" Pin
Mushtaque Nizamani15-Aug-08 0:19
Mushtaque Nizamani15-Aug-08 0:19 
QuestionSSL Pin
mehrdadc4815-Aug-08 0:12
mehrdadc4815-Aug-08 0:12 
AnswerRe: SSL Pin
Manas Bhardwaj15-Aug-08 0:18
professionalManas Bhardwaj15-Aug-08 0:18 
GeneralRe: SSL Pin
mehrdadc4815-Aug-08 0:25
mehrdadc4815-Aug-08 0:25 

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.