Click here to Skip to main content
15,902,112 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionQuestion about Composite UI Application Block and Smart Client Software Factory Pin
aspnet2.developer30-Jul-08 18:44
aspnet2.developer30-Jul-08 18:44 
AnswerRe: Question about Composite UI Application Block and Smart Client Software Factory Pin
led mike31-Jul-08 4:51
led mike31-Jul-08 4:51 
QuestionWhich one is better for voice response system in C#.NET? (kdtele , tapi , tapiex ) Pin
hd_banki30-Jul-08 11:53
hd_banki30-Jul-08 11:53 
AnswerRe: Which one is better for voice response system in C#.NET? (kdtele , tapi , tapiex ) Pin
Paul Conrad2-Aug-08 19:05
professionalPaul Conrad2-Aug-08 19:05 
QuestionImage Button in Datagrid Pin
cb0206129-Jul-08 23:07
cb0206129-Jul-08 23:07 
AnswerRe: Image Button in Datagrid Pin
ElSpinos30-Jul-08 4:21
ElSpinos30-Jul-08 4:21 
GeneralRe: Image Button in Datagrid Pin
cb0206130-Jul-08 14:22
cb0206130-Jul-08 14:22 
GeneralRe: Image Button in Datagrid Pin
Bardy855-Aug-08 4:03
Bardy855-Aug-08 4:03 
On Row Create set the Command Arg to the row index.
On the Command event of the gridview, set the command name of the Image button to ImgClicked or any thing you like.
In the Method of the Command event.
if (e.CommandName == "ImgClicked")
{ 
    ((Calendar)GridView.Rows[e.CommandArgs].FindControl("drpDgTrType")).visible = true;
}


Well more or less.
Hope it helps.
AnswerRe: Image Button in Datagrid Pin
SeaCrab23-Oct-09 4:04
SeaCrab23-Oct-09 4:04 
QuestionCollapse/Expand functionality in a ListView with Groups Pin
Lilia Drouot29-Jul-08 21:58
Lilia Drouot29-Jul-08 21:58 
QuestionRe: Collapse/Expand functionality in a ListView with Groups Pin
led mike30-Jul-08 5:24
led mike30-Jul-08 5:24 
Questionvb.NET programming error Pin
kann.2729-Jul-08 21:51
kann.2729-Jul-08 21:51 
AnswerRe: vb.NET programming error Pin
unknown78930-Jul-08 0:33
unknown78930-Jul-08 0:33 
AnswerRe: vb.NET programming error Pin
Ashfield31-Jul-08 9:17
Ashfield31-Jul-08 9:17 
QuestionEncrypting Passwords in .NET application Pin
aspnet2.developer28-Jul-08 20:59
aspnet2.developer28-Jul-08 20:59 
AnswerRe: Encrypting Passwords in .NET application Pin
Rob Philpott28-Jul-08 22:41
Rob Philpott28-Jul-08 22:41 
GeneralRe: Encrypting Passwords in .NET application Pin
supercat929-Jul-08 19:48
supercat929-Jul-08 19:48 
GeneralRe: Encrypting Passwords in .NET application Pin
Mark Churchill30-Jul-08 17:12
Mark Churchill30-Jul-08 17:12 
GeneralRe: Encrypting Passwords in .NET application Pin
supercat930-Jul-08 18:22
supercat930-Jul-08 18:22 
AnswerRe: Encrypting Passwords in .NET application [modified] Pin
Yajnesh Narayan Behera30-Jul-08 20:19
Yajnesh Narayan Behera30-Jul-08 20:19 
GeneralRe: Encrypting Passwords in .NET application Pin
Mark Churchill30-Jul-08 20:54
Mark Churchill30-Jul-08 20:54 
QuestionCreate database from DBML file Pin
Manuel Then28-Jul-08 5:47
Manuel Then28-Jul-08 5:47 
AnswerRe: Create database from DBML file Pin
Sam Xavier31-Jul-08 18:48
Sam Xavier31-Jul-08 18:48 
GeneralRe: Create database from DBML file Pin
Manuel Then31-Jul-08 21:23
Manuel Then31-Jul-08 21:23 
AnswerRe: Create database from DBML file Pin
MisterX4424-Mar-09 10:49
MisterX4424-Mar-09 10:49 

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.