Click here to Skip to main content
15,887,373 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Javascript Codebehind Pin
Bradml17-Apr-07 23:04
Bradml17-Apr-07 23:04 
AnswerRe: Javascript Codebehind Pin
Guffa18-Apr-07 8:19
Guffa18-Apr-07 8:19 
QuestionAbt AJAX Pin
A.Muthunagai17-Apr-07 18:51
A.Muthunagai17-Apr-07 18:51 
AnswerRe: Abt AJAX Pin
Sathesh Sakthivel17-Apr-07 19:55
Sathesh Sakthivel17-Apr-07 19:55 
QuestionChat application in FLASH Pin
A.Muthunagai17-Apr-07 18:49
A.Muthunagai17-Apr-07 18:49 
QuestionHTML Javascript email form help. Pin
bobm517-Apr-07 15:13
bobm517-Apr-07 15:13 
AnswerRe: HTML Javascript email form help. Pin
kubben17-Apr-07 15:23
kubben17-Apr-07 15:23 
QuestionSet Focus & Selected Value on DDL in EditTemp Ctrl Pin
RickyD217-Apr-07 9:54
RickyD217-Apr-07 9:54 
I am using VWD and VB.

I have a Gridview with an EditItemTemplate containing a DropDownList behind a Label (See Below).
The DDL is populated by ODBC database.

When the users clicks Edit, I would like to set the DDL to value it currently contains.
Also, I would like to set the Focus to that DDL control, so at least is on the screen after post.

Any ideas would be appreciated!
Thanks.
-------------------------------
<asp:templatefield headertext="Assigned" sortexpression="ur_username">
<edititemtemplate>
<asp:dropdownlist id="DropDownList1" runat="server" datasourceid="SqlDataSource2" datatextfield="ur_username" datavaluefield="ur_pr_prid" appenddatabounditems="True" width="101px">
<asp:listitem value="Dkt">Docketing
<asp:listitem value="Mon">Monitoring
<asp:listitem value="Cal">Calendaring
<asp:listitem value="Clo">Closeout
<asp:listitem>BAP

<asp:sqldatasource id="SqlDataSource2" runat="server" connectionstring="<%$ ConnectionStrings:ca8_liveConnectionString1 %>"
="" providername="<%$ ConnectionStrings:ca8_liveConnectionString1.ProviderName %>" selectcommand="Select DISTINCT ur_pr_prid, ur_username, mb_gp_id_parent FROM user, member WHERE ur_pr_prid = mb_ur_pr_prid AND mb_gp_id_parent = '3' ORDER BY ur_username">


<itemtemplate>
<asp:label id="Label1" runat="server" text="<%# Bind("ur_username") %>">

<asp:templatefield>
-------------------------------------
QuestionAllow WS to save outside web directory Pin
picazo17-Apr-07 9:07
picazo17-Apr-07 9:07 
AnswerRe: Allow WS to save outside web directory Pin
Fred_Smith17-Apr-07 10:43
Fred_Smith17-Apr-07 10:43 
GeneralRe: Allow WS to save outside web directory Pin
picazo17-Apr-07 11:16
picazo17-Apr-07 11:16 
AnswerRe: Allow WS to save outside web directory Pin
Paddy Boyd18-Apr-07 0:23
Paddy Boyd18-Apr-07 0:23 
GeneralRe: Allow WS to save outside web directory Pin
picazo18-Apr-07 10:30
picazo18-Apr-07 10:30 
GeneralRe: Allow WS to save outside web directory Pin
Paddy Boyd18-Apr-07 21:11
Paddy Boyd18-Apr-07 21:11 
QuestionNeed to retrieve values of list from popup and add into parent list box without postback Pin
Vikassony17-Apr-07 8:29
Vikassony17-Apr-07 8:29 
QuestionHow does IIS handle multiple file requests? Pin
Nigor17-Apr-07 6:46
Nigor17-Apr-07 6:46 
AnswerRe: How does IIS handle multiple file requests? Pin
Bradml17-Apr-07 23:01
Bradml17-Apr-07 23:01 
GeneralRe: How does IIS handle multiple file requests? Pin
Nigor18-Apr-07 4:54
Nigor18-Apr-07 4:54 
Questiondropdownlist box problem Pin
kumar bharat bhusanam17-Apr-07 2:37
kumar bharat bhusanam17-Apr-07 2:37 
QuestionPath error Pin
nclauder17-Apr-07 2:21
nclauder17-Apr-07 2:21 
Questioncookies - javascript to asp.net and back Pin
Fred_Smith17-Apr-07 1:27
Fred_Smith17-Apr-07 1:27 
QuestionReg IIS Pin
venkatasivaramaprasad17-Apr-07 0:50
venkatasivaramaprasad17-Apr-07 0:50 
AnswerRe: Reg IIS Pin
Sathesh Sakthivel17-Apr-07 2:18
Sathesh Sakthivel17-Apr-07 2:18 
Questionimage map editor needs testing Pin
c010depunkk17-Apr-07 0:02
c010depunkk17-Apr-07 0:02 
QuestionIssue with browser back button Pin
Nyoti Rukadikar16-Apr-07 23:23
Nyoti Rukadikar16-Apr-07 23:23 

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.