Click here to Skip to main content
15,913,115 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
hi,

when ur doing any datagrid operation rowdatabound, itemdatabound, and if ur select then selectedindex changing fires

so if u r doing something like delete , update in itemdatabound event then
better to check first which operation u r performing,

how to check this,
if ur using templates for delete column then the button in that template has property CommandName give any name(Delete) & check the same at itemdatabound event

if ur not using templates then bydefault its command name is "Delete" for Delete Button

<br />
if(e.CommandName == "Delete")<br />
{<br />
///////////Delete/////////////<br />
}<br />
if(e.Commandname == "Update")<br />
{<br />
/////////////Update/////////<br />
}<br />


Smile | :) Smile | :) Smile | :) Smile | :) Smile | :)

Amit Metkar
3i-infotech, Mumbai.
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 
JokeRe: Always Accept Integer Values Pin
N a v a n e e t h17-Jul-07 21:32
N a v a n e e t h17-Jul-07 21:32 

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.