001.
<table style=
"width: 1024px;"
>
002.
<tr>
003.
<td>
004.
<asp:RadioButton ID=
"radId"
runat=
"server"
GroupName=
"Search"
Text=
"ลำดับที่"
/>
005.
<asp:RadioButton ID=
"radFis"
runat=
"server"
GroupName=
"Search"
006.
Text=
"ปีงบประมาณ"
/>
007.
<asp:RadioButton ID=
"radPro"
runat=
"server"
GroupName=
"Search"
008.
Text=
"หัวข้อโครงการ"
/>
009.
<asp:RadioButton ID=
"radRes"
runat=
"server"
GroupName=
"Search"
010.
Text=
"ชื่อผู้วิจัย/ผู้ร่วมวิจัย"
/>
011.
<asp:RadioButton ID=
"radFac"
runat=
"server"
GroupName=
"Search"
Text=
"คณะ"
/>
012.
<asp:RadioButton ID=
"radBud"
runat=
"server"
GroupName=
"Search"
013.
Text=
"งบประมาณ"
/>
014.
<asp:RadioButton ID=
"radSou"
runat=
"server"
GroupName=
"Search"
015.
Text=
"แหล่งทุน"
/>
016.
<asp:TextBox ID=
"txtSearch"
runat=
"server"
></asp:TextBox>
017.
<asp:Button ID=
"btnSearch"
runat=
"server"
Text=
"ค้นหา"
/>
018.
</td>
019.
</tr>
020.
</table>
021.
022.
<asp:GridView ID=
"GridView1"
runat=
"server"
AllowPaging=
"True"
023.
AllowSorting=
"True"
AutoGenerateColumns=
"False"
CellPadding=
"3"
024.
DataKeyNames=
"Id"
DataSourceID=
"SqlDataSource1"
025.
GridLines=
"None"
BackColor=
"White"
026.
BorderColor=
"White"
BorderStyle=
"Ridge"
BorderWidth=
"2px"
CellSpacing=
"1"
>
027.
<Columns>
028.
<asp:BoundField DataField=
"Id"
HeaderText=
"ลำดับที่"
InsertVisible=
"False"
029.
ReadOnly
=
"True"
SortExpression=
"Id"
>
030.
<HeaderStyle Font-Bold=
"True"
ForeColor=
"White"
Wrap=
"False"
/>
031.
<ItemStyle HorizontalAlign=
"Center"
/>
032.
</asp:BoundField>
033.
<asp:TemplateField HeaderText=
"ปีงบประมาณ"
SortExpression=
"FiscalYear"
>
034.
<EditItemTemplate>
035.
<asp:DropDownList ID=
"addFiscalYear"
runat=
"server"
036.
ControlToValidate=
"addFiscalYear"
SelectedValue=
037.
Width=
"60px"
>
038.
<asp:ListItem>2545</asp:ListItem>
039.
<asp:ListItem>2546</asp:ListItem>
040.
<asp:ListItem>2547</asp:ListItem>
041.
<asp:ListItem>2548</asp:ListItem>
042.
<asp:ListItem>2549</asp:ListItem>
043.
<asp:ListItem>2550</asp:ListItem>
044.
<asp:ListItem>2551</asp:ListItem>
045.
<asp:ListItem>2552</asp:ListItem>
046.
<asp:ListItem>2553</asp:ListItem>
047.
<asp:ListItem>2554</asp:ListItem>
048.
</asp:DropDownList>
049.
</EditItemTemplate>
050.
<ItemTemplate>
051.
<asp:Label ID=
"Label1"
runat=
"server"
Text=
052.
</ItemTemplate>
053.
<HeaderStyle ForeColor=
"White"
Wrap=
"False"
/>
054.
<ItemStyle HorizontalAlign=
"Center"
/>
055.
</asp:TemplateField>
056.
<asp:BoundField DataField=
"ProjectName"
HeaderText=
"หัวข้อโครงการ"
057.
SortExpression=
"ProjectName"
>
058.
<HeaderStyle ForeColor=
"White"
Wrap=
"False"
/>
059.
<ItemStyle HorizontalAlign=
"Center"
/>
060.
</asp:BoundField>
061.
<asp:BoundField DataField=
"ResearchersName"
HeaderText=
"ชื่อผู้วิจัย/ผู้ร่วมวิจัย"
062.
SortExpression=
"ResearchersName"
>
063.
<HeaderStyle ForeColor=
"White"
Wrap=
"False"
/>
064.
<ItemStyle HorizontalAlign=
"Center"
/>
065.
</asp:BoundField>
066.
<asp:TemplateField HeaderText=
"คณะ"
SortExpression=
"Faculty"
>
067.
<EditItemTemplate>
068.
<asp:DropDownList ID=
"addFaculty"
runat=
"server"
069.
SelectedValue=
070.
<asp:ListItem Value=
"00"
>เลือกคณะ</asp:ListItem>
071.
<asp:ListItem>เกษตรศาสตร์ทรัพยากรธรรมชาติและสิ่งแวดล้อม</asp:ListItem>
072.
<asp:ListItem>วิทยาศาสตร์</asp:ListItem>
073.
<asp:ListItem>วิทยาลัยพลังงานและสิ่งแวดล้อม</asp:ListItem>
074.
<asp:ListItem>เทคโนโลยีสารสนเทศและการสื่อสาร</asp:ListItem>
075.
<asp:ListItem>ศิลปศาสตร์</asp:ListItem>
076.
<asp:ListItem>วิทยาการจัดการและสารสนเทศศาสตร์</asp:ListItem>
077.
<asp:ListItem>วิศวกรรมศาสตร์</asp:ListItem>
078.
<asp:ListItem>วิทยาศาสตร์การแพทย์ </asp:ListItem>
079.
<asp:ListItem>ส่วนงานบริหารกลาง</asp:ListItem>
080.
<asp:ListItem>ส่วนงานกิจการนิสิต</asp:ListItem>
081.
<asp:ListItem>IT</asp:ListItem>
082.
<asp:ListItem>พยาบาลศาสตร์</asp:ListItem>
083.
<asp:ListItem>นิติศาสตร์</asp:ListItem>
084.
<asp:ListItem>เภสัชศาสตร์</asp:ListItem>
085.
<asp:ListItem>วิทยาศาสตร์</asp:ListItem>
086.
<asp:ListItem>วิทยาการจัดการ</asp:ListItem>
087.
<asp:ListItem>สหเวชศาสตร์</asp:ListItem>
088.
<asp:ListItem>แพทยศาสตร์</asp:ListItem>
089.
<asp:ListItem>หน่วยปฏิบัติการชีวโมเลกุล</asp:ListItem>
090.
<asp:ListItem>อื่นๆ</asp:ListItem>
091.
</asp:DropDownList>
092.
</EditItemTemplate>
093.
<ItemTemplate>
094.
<asp:Label ID=
"Label2"
runat=
"server"
Text=
095.
</ItemTemplate>
096.
<HeaderStyle ForeColor=
"White"
Wrap=
"False"
/>
097.
<ItemStyle HorizontalAlign=
"Center"
/>
098.
</asp:TemplateField>
099.
<asp:BoundField DataField=
"Budget"
HeaderText=
"งบประมาณ"
100.
SortExpression=
"Budget"
>
101.
<HeaderStyle ForeColor=
"White"
Wrap=
"False"
/>
102.
<ItemStyle HorizontalAlign=
"Center"
/>
103.
</asp:BoundField>
104.
<asp:TemplateField HeaderText=
"แหล่งทุน"
SortExpression=
"SourceFunds"
>
105.
<EditItemTemplate>
106.
<asp:DropDownList ID=
"addSourceFunds"
runat=
"server"
Height=
"22px"
107.
SelectedValue=
108.
<asp:ListItem Value=
"000"
>เลือกแหล่งทุน</asp:ListItem>
109.
<asp:ListItem>งบประมาณรายได้มหาวิทยาลัย</asp:ListItem>
110.
<asp:ListItem>งบประมาณแผ่นดิน</asp:ListItem>
111.
<asp:ListItem>สำนักงานกองทุนสนับสนุนการสร้างเสริมสุขภาพ (สสส.)</asp:ListItem>
112.
<asp:ListItem>โครงการความร่วมมือระหว่างสำนักงานคณะกรรมการอุดมศึกษากับสำนักงานกองทุนสนับสนุนการวิจัย</asp:ListItem>
113.
<asp:ListItem>สำนักงานปฏิรูปที่ดินเพื่อการเกษตร (สปก.)</asp:ListItem>
114.
<asp:ListItem>สำนักงานคณะกรรมการวัฒนธรรมแห่งชาติ</asp:ListItem>
115.
<asp:ListItem>บริษัท มั่งมีศรีสุข จำกัด</asp:ListItem>
116.
<asp:ListItem>ภาคเหนือตอนล่าง</asp:ListItem>
117.
<asp:ListItem>โครงการคลินิคเทคโนโลยี</asp:ListItem>
118.
<asp:ListItem>สำนักงานคณะกรรมการข้อมูลข่าวสารของราชการ สำนักงานปลัดสำนักนายกรัฐมนตรี</asp:ListItem>
119.
<asp:ListItem>งานตีพิมพ์เผยแพร่</asp:ListItem>
120.
<asp:ListItem>สกอ+สกว ทุนพัฒนาศักยภาพในการทำงานวิจัยของอาจารย์รุ่นใหม่โครงการความร่วมมือระหว่างสำนักงานคณะกรรมการการอุดมศึกษา (สกอ.) กับสำนักงานกองทุนสนับสนุนการวิจัย (สกว.) ประจำปี 2551</asp:ListItem>
121.
<asp:ListItem>สำนักงานกองทุนสนับสนุนการวิจัยทุนวิจัยมหาบัณฑิต สกว.(สกว.-สสว)</asp:ListItem>
122.
<asp:ListItem>สำนักงานคณะกรรมการวิจัยแห่งชาติ(วช.)</asp:ListItem>
123.
<asp:ListItem>สำนักงานกองทุนสนับสนุนการวิจัย (สกว)</asp:ListItem>
124.
<asp:ListItem>สำนักงานเทศบาลเมืองพะเยา</asp:ListItem>
125.
<asp:ListItem>กองทุนเงินนอกงบประมาณ มหาวิทยาลัยนเรศวร พะเยา</asp:ListItem>
126.
<asp:ListItem>กองทุนสนับสนุนการวิจัย(สกว.)</asp:ListItem>
127.
<asp:ListItem>ทุนการวิจัย พัฒนาและวิศวกรรม ศูนย์เทคโนโลยีโลหะและวัสดุแห่งชาติ สำนักงานพัฒนาวิทยาศาสตร์และเทคโนโลยีแห่งชาติ</asp:ListItem>
128.
<asp:ListItem>ทุนเครือข่ายการวิจัยภาคเหนือตอนล่าง</asp:ListItem>
129.
<asp:ListItem>สำนักงานปลัดสำนักนายกรัฐมนตรี โดยสำนักงานคณะกรรมการข้อมูลข่าวสาร</asp:ListItem>
130.
<asp:ListItem>สถาบันไฟฟ้าและอิเล็กทรอนิกส์(อุตสาหกรรมพัฒนามูลนิธิ)</asp:ListItem>
131.
<asp:ListItem>สถาบันเพื่อการบริหารทรัพยากรธรรมชาติและสิ่งแวดล้อม</asp:ListItem>
132.
<asp:ListItem>สำนักงานปลัดกระทรวงทรัพยากรธรรมชาติและสิ่งแวดล้อม</asp:ListItem>
133.
<asp:ListItem>การกีฬาแห่งประเทศไทย (กกท.)</asp:ListItem>
134.
<asp:ListItem>IRPUS สกว.</asp:ListItem>
135.
<asp:ListItem>โครงการเครือข่ายสวทช. ภาคเหนือ</asp:ListItem>
136.
<asp:ListItem>องค์การบริหารส่วนตำบล 44 ที่</asp:ListItem>
137.
<asp:ListItem>ทุนวิจัยพัฒนาและวิศวกรรม โครงการเครือข่าย สวทช. ภาคเหนือ</asp:ListItem>
138.
<asp:ListItem>สถาบันวิจัยวิทยาศาสตร์และเทคโนโลยีแห่งประเทศไทย(วว.)</asp:ListItem>
139.
<asp:ListItem>โครงการให้ทุนสนับสนุนโครงงานอุตสาหกรรมสำหรับนักศึกษาปริญญาตรี (IRPUS) สกว.</asp:ListItem>
140.
<asp:ListItem>องค์การกระจายเสียงและแพร่ภาพสาธารณะแห่งประเทศไทย(สสท)</asp:ListItem>
141.
<asp:ListItem>สถาบันคุ้มครองผู้บริโภคในกิจการโทรคมนาคม สนง.คณะกรรมการกิจการโทรคมนาคมแห่งชาติ</asp:ListItem>
142.
<asp:ListItem>ศูนย์เทคโนโลยีโลหะและวัสดุแห่งชาติ(MTEC)</asp:ListItem>
143.
<asp:ListItem>กระทรวงวิทยาศาสตร์และเทคโนโลยี</asp:ListItem>
144.
<asp:ListItem>ศูนย์วิจัยร่วมเฉพาะทางด้านส่วนประกอบฮาร์ดดิสก์ไดรฟ์ (I/UCRC in HDD Component) คณะวิศวกรรมศาสตร์ ม.ขอนแก่น</asp:ListItem>
145.
<asp:ListItem>สนง.นโยบายและแผนพลังงาน กระทรวงพลังงาน</asp:ListItem>
146.
<asp:ListItem>สำนักงานนโยบายและแผนพลังงาน(สนพ.)</asp:ListItem>
147.
<asp:ListItem>สำนักงานทรัพยากรธรรมชาติสิ่งแวดล้อม</asp:ListItem>
148.
<asp:ListItem>โครงการส่งเสริมการวิจัยสำนักงานคณะกรรมการการอุดมศึกษา</asp:ListItem>
149.
<asp:ListItem>สำนักงานคณะกรรมการการอุดมศึกษา (สกอ.)</asp:ListItem>
150.
<asp:ListItem>ศูนย์ส่งเสริมอุตสาหกรรมภาค 1</asp:ListItem>
151.
<asp:ListItem>สำนักงานพัฒนาวิทยาศาสตร์และเทคโนโลยีแห่งชาติ</asp:ListItem>
152.
<asp:ListItem>ศูนย์วิจัยและฝึกอบรมนิเวศวิทยาอุตสาหกรรม</asp:ListItem>
153.
<asp:ListItem>อุทยานวิทยาศาสตร์ภาคเหนือ(อวน.)สถาบันวิจัยวิทยาศาสตร์และเทคโนโลยีแห่งประเทศไทย (วว.)</asp:ListItem>
154.
<asp:ListItem>สำนักงานพัฒนาวิทยาศาสตร์และเทคโนโลยีแห่งชาติ (สวทช.)</asp:ListItem>
155.
<asp:ListItem>อื่นๆ</asp:ListItem>
156.
</asp:DropDownList>
157.
</EditItemTemplate>
158.
<ItemTemplate>
159.
<asp:Label ID=
"Label3"
runat=
"server"
Text=
160.
</ItemTemplate>
161.
<HeaderStyle ForeColor=
"White"
Wrap=
"False"
/>
162.
<ItemStyle HorizontalAlign=
"Center"
/>
163.
</asp:TemplateField>
164.
<asp:CommandField ShowDeleteButton=
"True"
ShowEditButton=
"True"
/>
165.
</Columns>
166.
<FooterStyle BackColor=
"#C6C3C6"
ForeColor=
"Black"
/>
167.
<HeaderStyle BackColor=
"#4A3C8C"
Font-Bold=
"True"
ForeColor=
"#E7E7FF"
/>
168.
<PagerStyle BackColor=
"#C6C3C6"
ForeColor=
"Black"
HorizontalAlign=
"Center"
/>
169.
<RowStyle BackColor=
"#DEDFDE"
ForeColor=
"Black"
/>
170.
<SelectedRowStyle BackColor=
"#9471DE"
Font-Bold=
"True"
ForeColor=
"White"
/>
171.
<SortedAscendingCellStyle BackColor=
"#F1F1F1"
/>
172.
<SortedAscendingHeaderStyle BackColor=
"#594B9C"
/>
173.
<SortedDescendingCellStyle BackColor=
"#CAC9C9"
/>
174.
<SortedDescendingHeaderStyle BackColor=
"#33276A"
/>
175.
</asp:GridView>