Click here to Skip to main content
15,905,068 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How much shall I charge for this project? Pin
Bradml17-Apr-07 23:08
Bradml17-Apr-07 23:08 
GeneralRe: How much shall I charge for this project? Pin
Spirytus17-Apr-07 23:53
Spirytus17-Apr-07 23:53 
AnswerRe: How much shall I charge for this project? Pin
Paddy Boyd18-Apr-07 0:21
Paddy Boyd18-Apr-07 0:21 
AnswerRe: How much shall I charge for this project? Pin
Pete O'Hanlon18-Apr-07 2:34
mvePete O'Hanlon18-Apr-07 2:34 
GeneralRe: How much shall I charge for this project? Pin
Bradml18-Apr-07 5:50
Bradml18-Apr-07 5:50 
GeneralRe: How much shall I charge for this project? Pin
Pete O'Hanlon18-Apr-07 22:22
mvePete O'Hanlon18-Apr-07 22:22 
Answerthx everyone! Pin
Spirytus18-Apr-07 10:20
Spirytus18-Apr-07 10:20 
GeneralRe: thx everyone! Pin
L Viljoen19-Apr-07 0:19
professionalL Viljoen19-Apr-07 0:19 
QuestionUpload Entire Folder (with Sub Folders) Pin
mavrikkk17-Apr-07 22:44
mavrikkk17-Apr-07 22:44 
AnswerRe: Upload Entire Folder (with Sub Folders) Pin
Bradml17-Apr-07 23:06
Bradml17-Apr-07 23:06 
QuestionReceive SMS from mobile to computer Pin
cb mehta17-Apr-07 22:14
cb mehta17-Apr-07 22:14 
QuestionJavascript Codebehind Pin
L Viljoen17-Apr-07 21:51
professionalL Viljoen17-Apr-07 21:51 
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 

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.