Click here to Skip to main content
15,904,153 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsession Pin
saravanan055-Apr-07 1:08
saravanan055-Apr-07 1:08 
AnswerRe: session Pin
kubben5-Apr-07 2:28
kubben5-Apr-07 2:28 
AnswerRe: session Pin
Not Active5-Apr-07 3:01
mentorNot Active5-Apr-07 3:01 
QuestionGridView Pin
Oga M5-Apr-07 0:58
Oga M5-Apr-07 0:58 
AnswerRe: GridView Pin
Oga M5-Apr-07 4:21
Oga M5-Apr-07 4:21 
GeneralRe: GridView Pin
varshavmane5-Apr-07 4:32
varshavmane5-Apr-07 4:32 
GeneralRe: GridView Pin
Oga M7-Apr-07 3:09
Oga M7-Apr-07 3:09 
GeneralRe: GridView Pin
Naveed Kamboh5-Apr-07 4:33
Naveed Kamboh5-Apr-07 4:33 
Oga make 2nd gridview visible false on page load ovent

You can add your command button in gridvew in desig time by choosing edit columns option.
if you are not using select button for any other purpose i'll suggest use select button and change its text to "what ever you want"
then use gridviwes RowCommand event

following line of code may be helpfull for you.

int rowid=Convert.ToInt32(e.CommmandArgument);
GridViewRow gvRow=this.Gridview1.Rows[rowid];

swith (e.CommandName)
{
case "Select":
Gridview2.visible =true;
break;
}

hope this will give you idea.



Questionback button + asp.net 2.0 Pin
ritu43215-Apr-07 0:33
ritu43215-Apr-07 0:33 
AnswerRe: back button + asp.net 2.0 Pin
Paddy Boyd5-Apr-07 0:48
Paddy Boyd5-Apr-07 0:48 
GeneralRe: back button + asp.net 2.0 Pin
ritu43215-Apr-07 0:51
ritu43215-Apr-07 0:51 
AnswerRe: back button + asp.net 2.0 [modified] Pin
sra225-Apr-07 2:16
sra225-Apr-07 2:16 
QuestionProblem with Text Changed Event Pin
Bubbles25-Apr-07 0:24
Bubbles25-Apr-07 0:24 
QuestionDeserialize XML Database Pin
swguy235-Apr-07 0:15
swguy235-Apr-07 0:15 
QuestionASP Pin
Socheat.Net5-Apr-07 0:03
Socheat.Net5-Apr-07 0:03 
Questionhow to place crystalreportviewer on a perticular area of page Pin
mohd imran abdul aziz4-Apr-07 23:32
mohd imran abdul aziz4-Apr-07 23:32 
AnswerRe: how to place crystalreportviewer on a perticular area of page Pin
Frank Kerrigan5-Apr-07 0:07
Frank Kerrigan5-Apr-07 0:07 
QuestionRegular expressions Pin
N a v a n e e t h4-Apr-07 23:17
N a v a n e e t h4-Apr-07 23:17 
QuestionTab Strip Pin
vengaqua4-Apr-07 22:06
vengaqua4-Apr-07 22:06 
QuestionSubmit data from a htm file to aspx file Pin
anujose4-Apr-07 21:16
anujose4-Apr-07 21:16 
AnswerRe: Submit data from a htm file to aspx file Pin
gauthee4-Apr-07 21:27
gauthee4-Apr-07 21:27 
AnswerRe: Submit data from a htm file to aspx file Pin
N a v a n e e t h4-Apr-07 22:39
N a v a n e e t h4-Apr-07 22:39 
GeneralRe: Submit data from a htm file to aspx file Pin
anujose4-Apr-07 23:18
anujose4-Apr-07 23:18 
QuestionFormsAuthentication Pin
Mkanchha4-Apr-07 20:38
Mkanchha4-Apr-07 20:38 
AnswerRe: FormsAuthentication Pin
Walter_H4-Apr-07 23:02
Walter_H4-Apr-07 23:02 

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.