Click here to Skip to main content
16,012,468 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to solved server 500 error Pin
chapathi17-Jul-07 23:38
chapathi17-Jul-07 23:38 
GeneralRe: how to solved server 500 error Pin
Piyush Vardhan Singh18-Jul-07 0:49
Piyush Vardhan Singh18-Jul-07 0:49 
QuestionHow can i make licenseing for Web Application in ASP.NET Pin
sachinpatel1617-Jul-07 23:07
sachinpatel1617-Jul-07 23:07 
AnswerRe: How can i make licenseing for Web Application in ASP.NET Pin
N a v a n e e t h17-Jul-07 23:19
N a v a n e e t h17-Jul-07 23:19 
GeneralRe: How can i make licenseing for Web Application in ASP.NET Pin
sachinpatel1617-Jul-07 23:31
sachinpatel1617-Jul-07 23:31 
GeneralRe: How can i make licenseing for Web Application in ASP.NET Pin
N a v a n e e t h17-Jul-07 23:56
N a v a n e e t h17-Jul-07 23:56 
Questionhow can i handle mutliple datagrid events? Pin
boyindie17-Jul-07 22:59
boyindie17-Jul-07 22:59 
AnswerRe: how can i handle mutliple datagrid events? Pin
N a v a n e e t h17-Jul-07 23:08
N a v a n e e t h17-Jul-07 23:08 
boyindie wrote:
i have the delete working, but when i try to run the select method, it will run both the delete and select methods,


Yes it will fire same ItemCommand event. You need to check the CommandName inside this event. Do like

if  e.CommandName = "Delete"
    'Delete
End If
. Make sure that you are setting command name for the link button's


AnswerRe: how can i handle mutliple datagrid events? Pin
Amit.Amit.Amit...18-Jul-07 0:56
Amit.Amit.Amit...18-Jul-07 0:56 
QuestionCrystal Report Query Pin
isaii17-Jul-07 22:51
isaii17-Jul-07 22:51 
AnswerRe: Crystal Report Query Pin
N a v a n e e t h17-Jul-07 23:01
N a v a n e e t h17-Jul-07 23:01 
Questionmail Pin
Pallavi Bhoite17-Jul-07 22:45
Pallavi Bhoite17-Jul-07 22:45 
AnswerRe: mail Pin
Michael Sync18-Jul-07 1:14
Michael Sync18-Jul-07 1:14 
GeneralRe: mail Pin
Pallavi Bhoite18-Jul-07 1:19
Pallavi Bhoite18-Jul-07 1:19 
GeneralRe: mail Pin
Michael Sync18-Jul-07 1:27
Michael Sync18-Jul-07 1:27 
GeneralRe: mail Pin
Pallavi Bhoite18-Jul-07 3:03
Pallavi Bhoite18-Jul-07 3:03 
QuestionDynamically adding custom controls to a aspx page (C#) Pin
But_Im_a_Lady17-Jul-07 22:25
But_Im_a_Lady17-Jul-07 22:25 
AnswerRe: Dynamically adding custom controls to a aspx page (C#) Pin
N a v a n e e t h17-Jul-07 22:41
N a v a n e e t h17-Jul-07 22:41 
GeneralRe: Dynamically adding custom controls to a aspx page (C#) Pin
But_Im_a_Lady17-Jul-07 23:01
But_Im_a_Lady17-Jul-07 23:01 
GeneralRe: Dynamically adding custom controls to a aspx page (C#) Pin
N a v a n e e t h18-Jul-07 0:25
N a v a n e e t h18-Jul-07 0:25 
QuestionHow to: Simple Database Connection Pin
totocaster17-Jul-07 21:43
totocaster17-Jul-07 21:43 
AnswerRe: How to: Simple Database Connection Pin
Paddy Boyd17-Jul-07 22:33
Paddy Boyd17-Jul-07 22:33 
AnswerRe: How to: Simple Database Connection Pin
mavii18-Jul-07 0:17
mavii18-Jul-07 0:17 
AnswerRe: How to: Simple Database Connection Pin
mavii18-Jul-07 0:22
mavii18-Jul-07 0:22 
QuestionAlways Accept Integer Values Pin
fmlove17-Jul-07 21:25
fmlove17-Jul-07 21: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.