Click here to Skip to main content
15,891,809 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionExchange schema and Contact Category Pin
worky3-Sep-06 3:50
worky3-Sep-06 3:50 
Questionrefresh Pin
fouad8882-Sep-06 21:23
fouad8882-Sep-06 21:23 
AnswerRe: refresh Pin
Guffa3-Sep-06 0:10
Guffa3-Sep-06 0:10 
Questionproject i need Pin
ArjunJadeja2-Sep-06 20:56
ArjunJadeja2-Sep-06 20:56 
AnswerRe: project i need Pin
Colin Angus Mackay2-Sep-06 22:23
Colin Angus Mackay2-Sep-06 22:23 
QuestionEnter Pin
Socheat.Net2-Sep-06 16:18
Socheat.Net2-Sep-06 16:18 
AnswerRe: Enter Pin
Guffa3-Sep-06 0:06
Guffa3-Sep-06 0:06 
QuestionDropDownlist inside GridView Pin
vct2-Sep-06 10:08
vct2-Sep-06 10:08 
How do i access the dropdownlist inside the GridView from the Page_Load event

I have the Grid View like this

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns ="False">

I created a template field column inside this gridview and inserted a dropdownlist in it using

<asp:TemplateField HeaderText="Select">
<ItemTemplate> <asp:DropDownList ID="DDList1" runat="server"></asp:DropDownList>
</ItemTemplate>
<HeaderTemplate>
Select
</HeaderTemplate>
</asp:TemplateField>

I would like to access this dropdownlist and assign the listitems during the pageload event programmatically. How do i do it
AnswerRe: DropDownlist inside GridView [modified] Pin
Naveed Kamboh4-Sep-06 0:36
Naveed Kamboh4-Sep-06 0:36 
Questiondynamically invoking a method in an assemly Pin
Sonu.T2-Sep-06 8:13
Sonu.T2-Sep-06 8:13 
AnswerRe: dynamically invoking a method in an assemly Pin
Guffa3-Sep-06 1:11
Guffa3-Sep-06 1:11 
GeneralRe: dynamically invoking a method in an assemly Pin
Sonu.T3-Sep-06 7:02
Sonu.T3-Sep-06 7:02 
GeneralRe: dynamically invoking a method in an assemly Pin
Guffa3-Sep-06 7:17
Guffa3-Sep-06 7:17 
Questiongridview data source(version-2.0) Pin
tanmaya1572-Sep-06 7:58
tanmaya1572-Sep-06 7:58 
QuestionDynamic URL Authorization Pin
Phoen252-Sep-06 5:10
Phoen252-Sep-06 5:10 
Questionfunction calling in asp.net with vb.net 1.1 Pin
amaneet2-Sep-06 3:49
amaneet2-Sep-06 3:49 
AnswerRe: function calling in asp.net with vb.net 1.1 Pin
Guffa2-Sep-06 5:31
Guffa2-Sep-06 5:31 
AnswerRe: function calling in asp.net with vb.net 1.1 Pin
iamrashida832-Sep-06 8:28
iamrashida832-Sep-06 8:28 
Questionimage collection Pin
fouad8882-Sep-06 3:30
fouad8882-Sep-06 3:30 
Questionmeasure te bandwidth.. Pin
Amit Agarrwal2-Sep-06 2:51
Amit Agarrwal2-Sep-06 2:51 
Questionhow to integrate PHP Module with Asp.Net Pin
Amit Agarrwal2-Sep-06 2:07
Amit Agarrwal2-Sep-06 2:07 
QuestionChange the active logging format of IIS. Pin
Abhishek Joshi2-Sep-06 0:56
Abhishek Joshi2-Sep-06 0:56 
AnswerRe: Change the active logging format of IIS. Pin
iamrashida832-Sep-06 8:36
iamrashida832-Sep-06 8:36 
QuestionSet application output as per screen resolution Pin
pjc*2-Sep-06 0:54
pjc*2-Sep-06 0:54 
QuestionINPUT file server control using javascript Pin
24891281-Sep-06 22:52
24891281-Sep-06 22:52 

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.