Click here to Skip to main content
16,011,502 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Validators not getting fired Pin
Manoj Sethi21-Apr-06 2:30
Manoj Sethi21-Apr-06 2:30 
QuestionProfile Pattern Pin
Daniel Negron20-Apr-06 3:43
Daniel Negron20-Apr-06 3:43 
AnswerRe: Profile Pattern Pin
minhpc_bk20-Apr-06 16:38
minhpc_bk20-Apr-06 16:38 
QuestionRedirecting to a 2nd webform without a postback Pin
sohne20-Apr-06 3:35
sohne20-Apr-06 3:35 
Questionsearch engine optimization Pin
david boon20-Apr-06 3:28
david boon20-Apr-06 3:28 
AnswerRe: search engine optimization Pin
Guffa20-Apr-06 9:14
Guffa20-Apr-06 9:14 
QuestionGridView client-side support? Pin
-Dr_X-20-Apr-06 3:10
-Dr_X-20-Apr-06 3:10 
AnswerRe: GridView client-side support? Pin
SABhatti20-Apr-06 10:57
SABhatti20-Apr-06 10:57 
well you can use javascript to do it.. I have done it with datagrid and i belieev you can do the same way with gridview..

ondatabound add onclick attribute to the item (row) e.g.

simplest...
item.attributes.add("onclick","javascript:this.style.backgroundcolor=red;")

a bit complex..
item.attributes.add("id",item.clientid)
//above line is optional if you need to search by id on client

item.attributes.add("onclick","javascript:selectRow(this);")
or for double click
item.attributes.add("ondblclick","javascript:selectRow(this);")

and then in selectRow function do whateevr you want to dso on client..


-----
QuestionWhy is mail left in the queue folder Pin
mahmoud mohammed20-Apr-06 3:00
mahmoud mohammed20-Apr-06 3:00 
AnswerRe: Why is mail left in the queue folder Pin
chakkara200320-Apr-06 3:56
chakkara200320-Apr-06 3:56 
AnswerRe: Why is mail left in the queue folder Pin
SABhatti20-Apr-06 11:01
SABhatti20-Apr-06 11:01 
QuestionFailed to enable constraints with typeddataset Pin
dotnettech20-Apr-06 2:51
dotnettech20-Apr-06 2:51 
AnswerRe: Failed to enable constraints with typeddataset Pin
Mike Ellison20-Apr-06 3:08
Mike Ellison20-Apr-06 3:08 
GeneralRe: Failed to enable constraints with typeddataset Pin
dotnettech20-Apr-06 18:37
dotnettech20-Apr-06 18:37 
GeneralRe: Failed to enable constraints with typeddataset Pin
Mike Ellison21-Apr-06 3:30
Mike Ellison21-Apr-06 3:30 
GeneralRe: Failed to enable constraints with typeddataset Pin
dotnettech24-Apr-06 0:16
dotnettech24-Apr-06 0:16 
QuestionUrgent Master Page Problem(ASP.NET 2.0 ) Pin
sohne20-Apr-06 2:17
sohne20-Apr-06 2:17 
AnswerRe: Urgent Master Page Problem(ASP.NET 2.0 ) Pin
-Dr_X-20-Apr-06 3:16
-Dr_X-20-Apr-06 3:16 
QuestionPlease Help Pin
krishnacgvak20-Apr-06 2:14
krishnacgvak20-Apr-06 2:14 
AnswerRe: Please Help Pin
Mike Ellison20-Apr-06 2:55
Mike Ellison20-Apr-06 2:55 
QuestionPlease help Pin
varshavmane20-Apr-06 2:07
varshavmane20-Apr-06 2:07 
AnswerRe: Please help Pin
Mike Ellison20-Apr-06 2:54
Mike Ellison20-Apr-06 2:54 
QuestionASP.NET web controls - Data grid - Issue Pin
Arunag20-Apr-06 2:06
Arunag20-Apr-06 2:06 
AnswerRe: ASP.NET web controls - Data grid - Issue Pin
sathish s20-Apr-06 3:14
sathish s20-Apr-06 3:14 
Questionreading directory contents....? (urgent please) Pin
shah zad20-Apr-06 1:21
shah zad20-Apr-06 1:21 

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.