Click here to Skip to main content
15,914,444 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: text box with multiple lines + javascripting + asp.net 2.0 + c# Pin
Michael Sync23-Feb-07 21:20
Michael Sync23-Feb-07 21:20 
QuestionHow to Make a an asp.net control to View a Video clip from web to Mobile Pin
Atif Ali Bhatti23-Feb-07 1:30
Atif Ali Bhatti23-Feb-07 1:30 
AnswerRe: How to Make a an asp.net control to View a Video clip from web to Mobile Pin
Sylvester george23-Feb-07 2:38
Sylvester george23-Feb-07 2:38 
Questionasp.net query Windows domain logged in users Pin
simontechfusion23-Feb-07 0:49
simontechfusion23-Feb-07 0:49 
AnswerRe: asp.net query Windows domain logged in users Pin
Sylvester george23-Feb-07 2:51
Sylvester george23-Feb-07 2:51 
GeneralRe: asp.net query Windows domain logged in users Pin
simontechfusion23-Feb-07 4:14
simontechfusion23-Feb-07 4:14 
GeneralRe: asp.net query Windows domain logged in users Pin
Michael Sync23-Feb-07 21:15
Michael Sync23-Feb-07 21:15 
Questionget dropdownlist value in datagrid header template Pin
skannapiran23-Feb-07 0:40
skannapiran23-Feb-07 0:40 
Hi All,

I got an issue with my application. My application has a datagrid with filter option

So placed dropdownlist in header template of datagrid and made data bound to dropdownlist. But i cant access the selectedIndexchange property of drop down list

In-line coding
~~~~~~~~~~~~~~
<asp:datagrid id="DataGrid1" runat="server" autogeneratecolumns="False"
-----some="" lines

within="" headertemplate

asp:dropdownlist="" autopostback="True"
onselectedindexchanged="DropDown_SelectedIndexChanged"

within="" headertemplate
---some="" lines

<="" asp:datagrid="">

Code Behind
~~~~~~~~~~~~~
Protected Sub DropDown_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs)
'some code will run here
End Sub

Pls help me


Kannapiran
AnswerRe: get dropdownlist value in datagrid header template Pin
Imran Khan Pathan23-Feb-07 1:05
Imran Khan Pathan23-Feb-07 1:05 
AnswerRe: get dropdownlist value in datagrid header template Pin
Laxmikant Lad23-Feb-07 2:02
Laxmikant Lad23-Feb-07 2:02 
AnswerRe: get dropdownlist value in datagrid header template Pin
Laxmikant Lad23-Feb-07 2:03
Laxmikant Lad23-Feb-07 2:03 
Questionjavascript and MS Access Pin
Member 309559322-Feb-07 23:52
Member 309559322-Feb-07 23:52 
AnswerRe: javascript and MS Access Pin
Sylvester george23-Feb-07 2:28
Sylvester george23-Feb-07 2:28 
GeneralRe: javascript and MS Access Pin
badgrs23-Feb-07 2:54
badgrs23-Feb-07 2:54 
GeneralRe: javascript and MS Access Pin
Sylvester george23-Feb-07 3:10
Sylvester george23-Feb-07 3:10 
GeneralRe: javascript and MS Access Pin
scottgp23-Feb-07 7:11
professionalscottgp23-Feb-07 7:11 
GeneralRe: javascript and MS Access Pin
Michael Sync23-Feb-07 20:08
Michael Sync23-Feb-07 20:08 
GeneralRe: javascript and MS Access Pin
scottgp24-Feb-07 1:44
professionalscottgp24-Feb-07 1:44 
QuestionCrystal Report Problem in asp.net/vb.net Pin
Kissy1622-Feb-07 23:20
Kissy1622-Feb-07 23:20 
AnswerRe: Crystal Report Problem in asp.net/vb.net Pin
icestatue23-Feb-07 1:51
icestatue23-Feb-07 1:51 
AnswerRe: Crystal Report Problem in asp.net/vb.net Pin
Sylvester george23-Feb-07 2:34
Sylvester george23-Feb-07 2:34 
Questionprinting the web page Pin
sPaudel22-Feb-07 23:14
sPaudel22-Feb-07 23:14 
AnswerRe: printing the web page Pin
thomas_joyee22-Feb-07 23:48
thomas_joyee22-Feb-07 23:48 
GeneralRe: printing the web page Pin
Amit Agarrwal23-Feb-07 2:50
Amit Agarrwal23-Feb-07 2:50 
AnswerRe: printing the web page Pin
Suresh Pirsquare23-Feb-07 5:34
Suresh Pirsquare23-Feb-07 5:34 

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.