Click here to Skip to main content
15,901,284 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Gridview datakey Pin
krishnaveer13-Jul-08 23:14
krishnaveer13-Jul-08 23:14 
GeneralRe: Gridview datakey Pin
eyeseetee13-Jul-08 23:19
eyeseetee13-Jul-08 23:19 
GeneralRe: Gridview datakey Pin
Imran Khan Pathan13-Jul-08 23:26
Imran Khan Pathan13-Jul-08 23:26 
GeneralRe: Gridview datakey Pin
eyeseetee13-Jul-08 23:39
eyeseetee13-Jul-08 23:39 
GeneralRe: Gridview datakey Pin
Imran Khan Pathan14-Jul-08 0:14
Imran Khan Pathan14-Jul-08 0:14 
GeneralRe: Gridview datakey Pin
eyeseetee14-Jul-08 1:19
eyeseetee14-Jul-08 1:19 
GeneralRe: Gridview datakey Pin
eyeseetee14-Jul-08 1:24
eyeseetee14-Jul-08 1:24 
GeneralRe: Gridview datakey Pin
Herman<T>.Instance14-Jul-08 10:28
Herman<T>.Instance14-Jul-08 10:28 
Use the NamingContainer property of your DropDownList

So in your OnSelectedIndexChanged you can state

(GridViewRow) row = (GridViewRow)ddl.NamingContainer;

After that you can set
GridView.SelectedIndex = row.RowIndex;

At the end of the event add a line:
GridView.SelectedIndex = -1;
you do this to prevent showing a GridView with a Selected Line in it.
Questionhidden field with session object Pin
gaurav mangal13-Jul-08 22:08
gaurav mangal13-Jul-08 22:08 
AnswerRe: hidden field with session object Pin
BalasubramanianK13-Jul-08 22:53
BalasubramanianK13-Jul-08 22:53 
QuestionLoad Control in contentplaceholder Pin
Agweet13-Jul-08 22:01
Agweet13-Jul-08 22:01 
AnswerRe: Load Control in contentplaceholder Pin
Herman<T>.Instance14-Jul-08 19:53
Herman<T>.Instance14-Jul-08 19:53 
QuestionThe codefile attribute on the page directive is not allowed in this page. Pin
Aavesh Agarwal13-Jul-08 21:30
Aavesh Agarwal13-Jul-08 21:30 
QuestionDeploying Asp.net 2.0 application on windows server 2003 problem? Pin
Nada Adel13-Jul-08 21:17
Nada Adel13-Jul-08 21:17 
AnswerRe: Deploying Asp.net 2.0 application on windows server 2003 problem? Pin
Arindam Tewary13-Jul-08 23:15
professionalArindam Tewary13-Jul-08 23:15 
QuestionWrap text in gridview........, Pin
Member 387988113-Jul-08 21:08
Member 387988113-Jul-08 21:08 
AnswerRe: Wrap text in gridview........, Pin
Nada Adel13-Jul-08 21:26
Nada Adel13-Jul-08 21:26 
GeneralRe: Wrap text in gridview........, Pin
Member 387988113-Jul-08 21:42
Member 387988113-Jul-08 21:42 
AnswerRe: Wrap text in gridview........, Pin
Imran Khan Pathan13-Jul-08 23:21
Imran Khan Pathan13-Jul-08 23:21 
QuestionProblem In Ajax Pin
Zeyad Jalil13-Jul-08 21:08
professionalZeyad Jalil13-Jul-08 21:08 
QuestionDataList.. Pin
raushan_913-Jul-08 20:55
raushan_913-Jul-08 20:55 
AnswerRe: DataList.. Pin
Gayani Devapriya13-Jul-08 22:35
Gayani Devapriya13-Jul-08 22:35 
GeneralRe: DataList.. Pin
raushan_913-Jul-08 23:09
raushan_913-Jul-08 23:09 
Questionhow to deal with Session variable Pin
gaurav mangal13-Jul-08 20:15
gaurav mangal13-Jul-08 20:15 
AnswerRe: how to deal with Session variable Pin
Guffa13-Jul-08 20:58
Guffa13-Jul-08 20:58 

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.