Forms Data Controls :: GridView1_ItemUpdating Doesn't Work?

Mar 9, 2011

I've got in a gridview with two EditItemTemplate, which are dropdownlist. for the fisrt one I need autopostback because it's used in the second.So to bind the second dropdownlist, I'm useing the GridView1_ItemUpdating, but it doesn't work. It never goes into this funktion and so on updating the column with the second dropdownlist has Null values.What's wrong?That's my code:

[Code]....

and the c# code behind:

[Code]....

[Code]....

View 19 Replies


Similar Messages:

Forms Data Controls :: AllowSorting Doesn't Work

Nov 16, 2010

I have added AllowSorting to my Gridview but it does not work. Is it because I am explicitly creating my columns.....not autogenerating them?

<asp:GridView ID="grdEvents" runat="server" EnableTheming="False"
Height="385px" Width="1175px" HeaderStyle-CssClass="GridTitle" RowStyle-CssClass="GridOddText"
AlternatingRowStyle-CssClass="GridEvenText" AllowSorting="true" autogeneratecolumns="false" datakeynames="SERIAL,JOURNAL" >
<AlternatingRowStyle CssClass="GridEvenText"></AlternatingRowStyle>
<Columns>
<asp:BoundField HeaderText = "SERIAL" DataField="SERIAL" Visible="false" />
<asp:CommandField AccessibleHeaderText="LOG" CausesValidation="False"
HeaderText="LOG" SelectText="View" ShowSelectButton="True" />
<asp:BoundField HeaderText = "FIRSTOCCURRENCE" DataField="FIRSTOCCURRENCE" />
<asp:BoundField HeaderText = "HOSTNAME" DataField="HOSTNAME" />
<asp:BoundField HeaderText = "SUMMARY" DataField="SUMMARY" />
<asp:BoundField HeaderText = "HDC" DataField="HDC" />
<asp:BoundField HeaderText = "CATEGORY" DataField="CATEGORY" />
<asp:BoundField HeaderText = "TYPE" DataField="TYPE" />
<asp:BoundField HeaderText = "ITEM" DataField="ITEM" />
<asp:BoundField HeaderText = "JOURNAL" DataField="JOURNAL" visible="false"/>
</Columns>
<HeaderStyle CssClass="GridTitle"></HeaderStyle>
<RowStyle CssClass="GridOddText"></RowStyle>
</asp:GridView>

View 2 Replies

Forms Data Controls :: Code Doesn't Work?

Jul 28, 2010

TXTARIZATIP.Text=DropDownList3.SelectedItem.ToString(); i think it should be worked but it does not.

View 5 Replies

Forms Data Controls :: Selected Row Value Doesn't Work?

Mar 17, 2010

Dim
sss As
String = thread.SelectedRow.Cells(1).Text

it gives me null refrence when i calling it in gridview's rowdeleting.

i cant get the value!

View 11 Replies

Forms Data Controls :: DataBind() Doesn't Work In IE8 But Works In FF

Mar 22, 2010

i have a gridview that binds data after changes were made (delete,update..) and it's all done with the c# method DataBind() and i don't know why FF shows the changes but in IE8 the grid remains the same and only if i navigate back and refresh, then i see the changes.

View 1 Replies

Forms Data Controls :: CheckBox In DataGrid Doesn't Work

Feb 25, 2010

I am making checkbox in datagrid, no matter what I try, I cannot get the right result from checkbox. Even I check or not check the checkbox, the result is false. It is like somehow the result is always the default value of the checkbox.

Here is code:

private void OrderButton_Click(object sender, System.EventArgs e)
{
CheckBox x;
foreach ( DataGridItem dgItem in DataGrid1.Items)
{
x = (CheckBox)dgItem.FindControl("OrderCheckBox");
this.ALERT(x.Checked.ToString());
}
}

And here is my html:

[Code]....

View 4 Replies

Forms Data Controls :: Delete Doesn't Work In Gridview?

Apr 14, 2010

I have a gridview connected to my objectdatasource, i wrote a class for the database queries.Now when i do an update of record i get the id form the grid, when i click on delete i don't get the id, its 0.Is there an option to set the id? i can't find it in the gridview.

View 9 Replies

Forms Data Controls :: Repeater Doesn't Work When Move It?

Nov 19, 2010

I have a radiobutton list, a repeater, and a literal in a grid template. The following code works fine:

<EditItemTemplate>
<asp:Label ID="lblQuestionId" runat="server" Text='<%# Eval( "QuestionId") %>' Visible="False"></asp:Label>
<asp:ObjectDataSource ID="dsQuestionChoice" runat="server" OldValuesParameterFormatString="original_{0}"
SelectMethod="GetData" TypeName="ADNSurveyData.QuestionChoiceTableAdapters.Question ChoiceListTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="lblQuestionId" DefaultValue="" Name="QuestionId"
PropertyName="Text" Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>

View 3 Replies

Forms Data Controls :: GridView Edit-update Doesn't Work

Nov 23, 2010

Can't tell what is wrong here . It worked fine and I didn't did anything special in code-behind

I don't see any error just the same data in gridview

[Code]....

View 7 Replies

Forms Data Controls :: FormView Doesn't Work In InsertMode Or EditMode

Mar 29, 2011

by default, my formview loads up to Editmode and it looks like this:

[Code]....

My Page_load looks like this:

[Code]....

Problem is if binding is not ran during postback here, buttons on the ItemInsert mode DO work, but the button on the ItemEdit mode DON'T work. However, if I don't bind the fv1 here during postback, controls will not load on the formview ItemEdit mode and databinding will not occur.

View 14 Replies

Forms Data Controls :: Why Doesn't The FormView PageIndexChanged Work Properly

Jan 7, 2011

I thought that the "PageIndexChanged" is fired after the index has changed?

In other words when I'm at page 1 with a labelnumber 11 and I click on page 2, where the labelnumber =
22 and I do

the event "PageIndexChanged" I got the number "22" if I do the following code:

[Code]....

But that is not what happens I still got the labelnumber from page 1.

Did I understand the "PageIndexChanged" event wrong or is this a bug?

Because this is not working does somebody know how to solve this problem?

View 20 Replies

Forms Data Controls :: Width Property In EmptyDataRowStyle Doesn't Seem To Work

Feb 17, 2010

No matter how I set the width in the EmptyDataRowStyle in a GridView, it gets ignored. The width of this construct always takes on the width of the text instead of what is asigned to the width property. This is also true if the property is set as a CSS style width.

If the width is assigned to the GridView construct then the EmptyDataRowStyle will take on that width.

I used this construct to test this:

[code]....

View 2 Replies

Forms Data Controls :: Previous And Next Button In GridViewPager Doesn't Work

Mar 31, 2010

I have done some modification and customization with List.aspx under Dynamic Data.

I must have messed up some controls or events somewhere.

Everything works well except that GridViewPager buttons (|<, <, >, >|) does not bring me to the next or previous page. It stays at the same page.

But if I manually type in the page number into the page number field and press enter, it works brilliantly. The gridview refresh to the correct pageindex.

View 2 Replies

Forms Data Controls :: GridView CSS Background-image Doesn't Work In IE8?

Feb 26, 2010

In my master page, I defined the css which loads a background image: img_mnusep.gif

<style type="text/css">
.ListHead2
{
background-color: #E0E3E8;
height: 20px;
color: #000000;
font-family: Tahoma, Arial, Verdana, Tahoma, Arial;
font-size: 8.5pt;
font-weight: normal;

[Code].....

View 2 Replies

Forms Data Controls :: ChangeMode DetailsViewMode.ReadOnly Doesn't Work?

Mar 13, 2010

I've got a problem with DetailsView. I've ot Edit Mode, and when i push "Update" button i would like to switch to "ReadOnly" Mode.sView2.ChangeMode(DetailsViewMode.ReadOnly) doesn't work :/

View 3 Replies

Forms Data Controls :: Multiple FileUploads In GridView Doesn't Work?

Aug 24, 2010

Im using File Upload Control in every row of a GridView.... Like tis

Name
UploadFile
textBox FileUpload
TextBox FileUpload
.
.
Submit

On Submit im first uploading all files present in the grid and then saving other values in database....No Problem when uploading Small Set of filesIf i browse more than 10(approx) files(i.e 10 files in 10 rows) and Submit... Internet Explorer-Page Cannot Be displayed Error occurs but no problem when uploading < 10(approx) files....

View 3 Replies

Forms Data Controls :: Update Row After Increasing Quantity Doesn't Work?

Jan 1, 2010

see my jpg picture to identify problem easly

[URL]

when i change quantity up it s increasing 1 but sum doesnt increasing if i click twice its increasing but wrong where i am doing wrong

my code is

[Code]....

View 5 Replies

Forms Data Controls :: Set Paging On Gridview But When Click On A Page It Doesn't Work?

Feb 26, 2010

I'm trying to set paging on my gridview but when i click on a page it doesn't work. It return a blank page. Here's my code:

[Code]....

Behind code:

[Code]....

View 9 Replies

Forms Data Controls :: Eval Doesn't Work In A Dropdown List Inside A Gridview

Nov 7, 2010

I am tring to set the selected value of a dropdown inside a gridview like this:

[Code]....

And I get error:

[Code]....

View 4 Replies

Forms Data Controls :: Repeater Doesn't Work Correctly When It's Included In A Wizard Control?

Jul 22, 2010

when i am trying to use a repeater to display data in a wizard control, everything seems worked as expected before i change the value of wizard's DisplaySideBar, here is my demo code:Test.aspx:

[Code]....

Test.aspx.cs:

[Code]....

guys who intrest on this you can copy this code and test it on your pc, when we click the link button in repeater's item will do nothing at the first time but it will work when we click it again.i have debug this and found that when the page is not in post back, the linkbutton's id will be "MainWizard_rpMain_ctl01 _lbEdit" in prerender method but after render it will change to "MainWizard_rpMain_ctl04 _lbEdit", but when page have been post back, the clientid will be correct as "MainWizard_rpMain_ctl01_lbEdit" and then event can be fired correctly.i thought this is a bug of .net framework, when i set the value of wizard's DisplaySideBar, it will ask to re-create controls but repeater haven't clean the item's count and then recreate item will use wrong item index, i hope this message can be post to .net framework team and they can find out what's the matter on it.

View 8 Replies

Forms Data Controls :: Gridview Results By Date - Visual Studios Code Doesn't Work

May 27, 2010

I have a gridview that shows when something is check out. I would like to only show results from todays date and forward. I have done this in Expression Web but when I tried to use the same code in Visual Studios it doesn't work.

asp:AccessDataSource
ID="AccessDataSource1"
runat="server"
DataFile="~/browser.mdb"
DeleteCommand="DELETE FROM [ConferenceRoomCalendar] WHERE [ID] = ?"
InsertCommand="INSERT INTO [ConferenceRoomCalendar] ([ID], [ConferenceRoomName], [DateNeeded], [StartTime], [FinishTime], [RequestedBy], [Purpose]) VALUES
(?, ?, ?, ?, ?, ?, ?)" SelectCommand="SELECT * FROM [ConferenceRoomCalendar] WHERE ([DateNeeded] >= Date())"
UpdateCommand="UPDATE [ConferenceRoomCalendar] SET [ConferenceRoomName] = ?, [DateNeeded] = ?, [StartTime] = ?, [FinishTime] = ?, [RequestedBy] = ?, [Purpose]
= ? WHERE [ID] = ?">
<SelectParameters>
<asp:QueryStringParameter
Name="DateNeeded"
QueryStringField="Date()"
Type="DateTime"
/>
</SelectParameters>
<DeleteParameters>
<asp:Parameter
Name="ID"
Type="Int32"
/>
</DeleteParameters>
<UpdateParameters>
<asp:Parameter
Name="ConferenceRoomName"
Type="String"
/>
<asp:Parameter
Name="DateNeeded"
Type="DateTime"
/>
<asp:Parameter
Name="StartTime"
Type="DateTime"
/>
<asp:Parameter
Name="FinishTime"
Type="DateTime"
/>
<asp:Parameter
Name="RequestedBy"
Type="String"
/>
<asp:Parameter
Name="Purpose"
Type="String"
/>
<asp:Parameter
Name="ID"
Type="Int32"
/>
</UpdateParameters>
<InsertParameters>
<asp:Parameter
Name="ID"
Type="Int32"
/>
<asp:Parameter
Name="ConferenceRoomName"
Type="String"
/>
<asp:Parameter
Name="DateNeeded"
Type="DateTime"
/>
<asp:Parameter
Name="StartTime"
Type="DateTime"
/>
<asp:Parameter
Name="FinishTime"
Type="DateTime"
/>
<asp:Parameter
Name="RequestedBy"
Type="String"
/>
<asp:Parameter
Name="Purpose"
Type="String"
/>
</InsertParameters>
</asp:AccessDataSource>

In expression web I changed this line from this WHERE [ID] = ?"> to this WHERE [ID] = date()"> and I get the right results.

View 3 Replies

Forms Data Controls :: Sorting GridView Doesn't Work After Using A Select Statement Involving: FOR XML Path('')?

Feb 8, 2010

I have a GridView; one of the columns displays concatenated records from a tables. to extract the records that are going to be concatenated and put in this column, i have used: FOR XML path('') and it works just fine for displaying those records. the problem now is the whole gridview can not be sorted anymore and gives me a 404, document not found, error whenever i try to click the columns to sort. here is my select statement for my sql datasource select command:

SqlDataSource2.SelectCommand = "Select a1.*, keyword = substring( ( SELECT DISTINCT ', ' + keywordName FROM keywords JOIN key_mm_articles ON key_mm_articles.keywordID = keywords.keywordID WHERE key_mm_articles.articleID = a1.articleID FOR XML path(''), elements ),2,500) FROM articles a1 WHERE title LIKE '" & titles & "' Order By a1.articleID"

View 4 Replies

Forms Data Controls :: Absolute Positioning In TemplateField / Putting Position Relative In The Cssclass PhoneCostsStyle But It Doesn't Work

Jan 23, 2011

I just want to position the first label in a position on the left and then the start position of the second label at a position. I can't use relative because of the different lengths of the strings. But I the absolute will not work. I tried putting position relative in the cssclass phoneCostsStyle but it doesn't work.

[code]....

View 3 Replies

DataSource Controls :: Select Query Doesn't Work When Data Is Present In Arabic MS Sql 2005

Jan 26, 2010

This query does not return any record

[code]....

View 3 Replies

Web Forms :: Placeholder Dynamic Controls - FindControl Doesn't Work

Jun 23, 2010

using VS 2005,Ajax and master pages This is how i'm adding controls to placeholder

[Code]....

here is code to read value but it returns null

TextBox text = PlaceHold1.FindControl("TxtSlotName0") as TextBox;

aspx page follows

<%@ Page Language="C#" MasterPageFile="~/Admin.master" AutoEventWireup="true" CodeFile="SlotAlloc.aspx.cs" Inherits="SlotAlloc" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label><br />
<table align="center" width="50%">
<tr>
<td align="center" colspan="2">
<asp:Label ID="LblErr" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td align="right" width="50%">
<asp:Label ID="LblType" runat="server" Text="Type"></asp:Label></td>
<td style="width: 811px">
<asp:DropDownList ID="DropType" runat="Server">
</asp:DropDownList></td>
</tr>
<tr>
<td align="right">
<asp:Label ID="LblLogin" runat="server" Text="Login"></asp:Label>
</td>
<td style="width: 811px">
<asp:DropDownList ID="DropinHours" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="DropInMinutes" runat="server">
<asp:ListItem>01</asp:ListItem>
<asp:ListItem>02</asp:ListItem>
<asp:ListItem>03</asp:ListItem>
<asp:ListItem>04</asp:ListItem>
<asp:ListItem>05</asp:ListItem>
<asp:ListItem>06</asp:ListItem>
<asp:ListItem>07</asp:ListItem>
<asp:ListItem>08</asp:ListItem>
<asp:ListItem>09</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
<asp:ListItem>32</asp:ListItem>
<asp:ListItem>33</asp:ListItem>
<asp:ListItem>34</asp:ListItem>
<asp:ListItem>35</asp:ListItem>
<asp:ListItem>36</asp:ListItem>
<asp:ListItem>37</asp:ListItem>
<asp:ListItem>38</asp:ListItem>
<asp:ListItem>39</asp:ListItem>
<asp:ListItem>40</asp:ListItem>
<asp:ListItem>41</asp:ListItem>
<asp:ListItem>42</asp:ListItem>
<asp:ListItem>43</asp:ListItem>
<asp:ListItem>44</asp:ListItem>
<asp:ListItem>45</asp:ListItem>
<asp:ListItem>46</asp:ListItem>
<asp:ListItem>47</asp:ListItem>
<asp:ListItem>48</asp:ListItem>
<asp:ListItem>49</asp:ListItem>
<asp:ListItem>50</asp:ListItem>
<asp:ListItem>51</asp:ListItem>
<asp:ListItem>52</asp:ListItem>
<asp:ListItem>53</asp:ListItem>
<asp:ListItem>54</asp:ListItem>
<asp:ListItem>55</asp:ListItem>
<asp:ListItem>56</asp:ListItem>
<asp:ListItem>57</asp:ListItem>
<asp:ListItem>58</asp:ListItem>
<asp:ListItem>59</asp:ListItem>
<asp:ListItem>60</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="DropInSeconds" runat="server">
<asp:ListItem>01</asp:ListItem>
<asp:ListItem>02</asp:ListItem>
<asp:ListItem>03</asp:ListItem>
<asp:ListItem>04</asp:ListItem>
<asp:ListItem>05</asp:ListItem>
<asp:ListItem>06</asp:ListItem>
<asp:ListItem>07</asp:ListItem>
<asp:ListItem>08</asp:ListItem>
<asp:ListItem>09</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
<asp:ListItem>32</asp:ListItem>
<asp:ListItem>33</asp:ListItem>
<asp:ListItem>34</asp:ListItem>
<asp:ListItem>35</asp:ListItem>
<asp:ListItem>36</asp:ListItem>
<asp:ListItem>37</asp:ListItem>
<asp:ListItem>38</asp:ListItem>
<asp:ListItem>39</asp:ListItem>
<asp:ListItem>40</asp:ListItem>
<asp:ListItem>41</asp:ListItem>
<asp:ListItem>42</asp:ListItem>
<asp:ListItem>43</asp:ListItem>
<asp:ListItem>44</asp:ListItem>
<asp:ListItem>45</asp:ListItem>
<asp:ListItem>46</asp:ListItem>
<asp:ListItem>47</asp:ListItem>
<asp:ListItem>48</asp:ListItem>
<asp:ListItem>49</asp:ListItem>
<asp:ListItem>50</asp:ListItem>
<asp:ListItem>51</asp:ListItem>
<asp:ListItem>52</asp:ListItem>
<asp:ListItem>53</asp:ListItem>
<asp:ListItem>54</asp:ListItem>
<asp:ListItem>55</asp:ListItem>
<asp:ListItem>56</asp:ListItem>
<asp:ListItem>57</asp:ListItem>
<asp:ListItem>58</asp:ListItem>
<asp:ListItem>59</asp:ListItem>
<asp:ListItem>60</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td align="right">
<asp:Label ID="Lbllogout" runat="server" Text="Log Out"></asp:Label>
</td>
<td style="width: 811px">
<asp:DropDownList ID="DropOutHours" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="DropOutMinutes" runat="server">
<asp:ListItem>01</asp:ListItem>
<asp:ListItem>02</asp:ListItem>
<asp:ListItem>03</asp:ListItem>
<asp:ListItem>04</asp:ListItem>
<asp:ListItem>05</asp:ListItem>
<asp:ListItem>06</asp:ListItem>
<asp:ListItem>07</asp:ListItem>
<asp:ListItem>08</asp:ListItem>
<asp:ListItem>09</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
<asp:ListItem>32</asp:ListItem>
<asp:ListItem>33</asp:ListItem>
<asp:ListItem>34</asp:ListItem>
<asp:ListItem>35</asp:ListItem>
<asp:ListItem>36</asp:ListItem>
<asp:ListItem>37</asp:ListItem>
<asp:ListItem>38</asp:ListItem>
<asp:ListItem>39</asp:ListItem>
<asp:ListItem>40</asp:ListItem>
<asp:ListItem>41</asp:ListItem>
<asp:ListItem>42</asp:ListItem>
<asp:ListItem>43</asp:ListItem>
<asp:ListItem>44</asp:ListItem>
<asp:ListItem>45</asp:ListItem>
<asp:ListItem>46</asp:ListItem>
<asp:ListItem>47</asp:ListItem>
<asp:ListItem>48</asp:ListItem>
<asp:ListItem>49</asp:ListItem>
<asp:ListItem>50</asp:ListItem>
<asp:ListItem>51</asp:ListItem>
<asp:ListItem>52</asp:ListItem>
<asp:ListItem>53</asp:ListItem>
<asp:ListItem>54</asp:ListItem>
<asp:ListItem>55</asp:ListItem>
<asp:ListItem>56</asp:ListItem>
<asp:ListItem>57</asp:ListItem>
<asp:ListItem>58</asp:ListItem>
<asp:ListItem>59</asp:ListItem>
<asp:ListItem>60</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="DropOutSeconds" runat="server">
<asp:ListItem>01</asp:ListItem>
<asp:ListItem>02</asp:ListItem>
<asp:ListItem>03</asp:ListItem>
<asp:ListItem>04</asp:ListItem>
<asp:ListItem>05</asp:ListItem>
<asp:ListItem>06</asp:ListItem>
<asp:ListItem>07</asp:ListItem>
<asp:ListItem>08</asp:ListItem>
<asp:ListItem>09</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
<asp:ListItem>32</asp:ListItem>
<asp:ListItem>33</asp:ListItem>
<asp:ListItem>34</asp:ListItem>
<asp:ListItem>35</asp:ListItem>
<asp:ListItem>36</asp:ListItem>
<asp:ListItem>37</asp:ListItem>
<asp:ListItem>38</asp:ListItem>
<asp:ListItem>39</asp:ListItem>
<asp:ListItem>40</asp:ListItem>
<asp:ListItem>41</asp:ListItem>
<asp:ListItem>42</asp:ListItem>
<asp:ListItem>43</asp:ListItem>
<asp:ListItem>44</asp:ListItem>
<asp:ListItem>45</asp:ListItem>
<asp:ListItem>46</asp:ListItem>
<asp:ListItem>47</asp:ListItem>
<asp:ListItem>48</asp:ListItem>
<asp:ListItem>49</asp:ListItem>
<asp:ListItem>50</asp:ListItem>
<asp:ListItem>51</asp:ListItem>
<asp:ListItem>52</asp:ListItem>
<asp:ListItem>53</asp:ListItem>
<asp:ListItem>54</asp:ListItem>
<asp:ListItem>55</asp:ListItem>
<asp:ListItem>56</asp:ListItem>
<asp:ListItem>57</asp:ListItem>
<asp:ListItem>58</asp:ListItem>
<asp:ListItem>59</asp:ListItem>
<asp:ListItem>60</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td align="right">
<asp:Label ID="LblNoofSlots" runat="Server" Text="Number Of Slots"></asp:Label></td>
<td style="width: 811px">
<asp:TextBox ID="TxtSlots" runat="server" AutoPostBack="True"></asp:TextBox>
</td>
</tr>
</table>
<asp:UpdatePanel id="UpdatePanel1" runat="server">
<contenttemplate>
<TABLE width="80%" align=center><TR><TD align=center colSpan=4> <asp:Button id="BtnGenerate" onclick="Button1_Click" runat="server" Text="GENERATE"></asp:Button></TD></TR><TR><TD style="TEXT-ALIGN: center" width="20%">Slot Name</TD><TD style="TEXT-ALIGN:
center" width="30%">OnTime/Time period</TD><TD style="TEXT-ALIGN: center" width="20%">Time From</TD><TD style="TEXT-ALIGN: center" width="30%">Time To</TD></TR><TR><TD colSpan=4><asp:PlaceHolder id="PlaceHold1" runat="server"><br/><br/></asp:PlaceHolder> </TD></TR></TABLE>
</contenttemplate>
</asp:UpdatePanel>
<table align="center" width="80%">
<tr>
<td align="center">
<asp:Button ID="BtnSubmit" runat="server" OnClick="BtnSubmit_Click" Text="Submit" />
</td>
</tr>
</table>
</asp:Content>

View 8 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved