Click here to Skip to main content
15,920,005 members
Home / Discussions / C#
   

C#

 
QuestionService Starting Problem! Pin
backSlashZero2-Jun-08 22:47
backSlashZero2-Jun-08 22:47 
AnswerRe: Service Starting Problem! Pin
N a v a n e e t h2-Jun-08 22:59
N a v a n e e t h2-Jun-08 22:59 
GeneralRe: Service Starting Problem! Pin
backSlashZero3-Jun-08 0:17
backSlashZero3-Jun-08 0:17 
AnswerRe: Service Starting Problem! Pin
#realJSOP2-Jun-08 23:27
professional#realJSOP2-Jun-08 23:27 
GeneralRe: Service Starting Problem! Pin
backSlashZero3-Jun-08 0:08
backSlashZero3-Jun-08 0:08 
GeneralRe: Service Starting Problem! Pin
#realJSOP3-Jun-08 0:33
professional#realJSOP3-Jun-08 0:33 
GeneralRe: Service Starting Problem! Pin
backSlashZero3-Jun-08 0:52
backSlashZero3-Jun-08 0:52 
Questionhelp in binding data to dropdowmlist Pin
csp2-Jun-08 22:44
csp2-Jun-08 22:44 
DropDownList ddlst = new DropDownList();
ddlst = (DropDownList)e.Item.Cells[1].FindControl("eddpgmtype");
Object cobj = new Object();
objArrEntity = cobj.type_bind();
ddlst.DataSource = objArrEntity;
ddlst.DataTextField = "type";
ddlst.DataValueField = "ID";
ddlst.DataBind();
ddlst.SelectedItem.Text = e.Item.Cells[11].Text.ToString();
in cells[11] i have a hidden column of "type"
this is my code for binding data to dropdown when edit command is clicked.
actually dropdown consists of inbound,outbound,backoffice
the first record consits of programtype 'outbound' in datagrid
when i click edit i should able to see this outbound in dropdownlist as first item as well as list items of main dropdown(inbound,outbound,backoffice).but this inbound is getting overwritten by outbound.
i think question is clear
plz help me in binding the data as mentioned above.
Thank u
QuestionError stop Http Listener Pin
George_George2-Jun-08 21:58
George_George2-Jun-08 21:58 
AnswerRe: Error stop Http Listener Pin
N a v a n e e t h2-Jun-08 22:26
N a v a n e e t h2-Jun-08 22:26 
GeneralRe: Error stop Http Listener Pin
George_George2-Jun-08 22:45
George_George2-Jun-08 22:45 
GeneralRe: Error stop Http Listener Pin
N a v a n e e t h2-Jun-08 22:51
N a v a n e e t h2-Jun-08 22:51 
GeneralRe: Error stop Http Listener Pin
George_George2-Jun-08 23:01
George_George2-Jun-08 23:01 
GeneralRe: Error stop Http Listener Pin
N a v a n e e t h2-Jun-08 23:12
N a v a n e e t h2-Jun-08 23:12 
GeneralRe: Error stop Http Listener Pin
GDavy2-Jun-08 23:08
GDavy2-Jun-08 23:08 
GeneralRe: Error stop Http Listener Pin
N a v a n e e t h2-Jun-08 23:12
N a v a n e e t h2-Jun-08 23:12 
GeneralRe: Error stop Http Listener Pin
GDavy2-Jun-08 23:20
GDavy2-Jun-08 23:20 
GeneralRe: Error stop Http Listener Pin
George_George2-Jun-08 23:42
George_George2-Jun-08 23:42 
GeneralRe: Error stop Http Listener Pin
N a v a n e e t h2-Jun-08 23:56
N a v a n e e t h2-Jun-08 23:56 
GeneralRe: Error stop Http Listener Pin
George_George3-Jun-08 1:24
George_George3-Jun-08 1:24 
GeneralRe: Error stop Http Listener Pin
N a v a n e e t h3-Jun-08 1:40
N a v a n e e t h3-Jun-08 1:40 
GeneralRe: Error stop Http Listener Pin
George_George3-Jun-08 2:16
George_George3-Jun-08 2:16 
GeneralRe: Error stop Http Listener Pin
N a v a n e e t h3-Jun-08 2:30
N a v a n e e t h3-Jun-08 2:30 
GeneralRe: Error stop Http Listener Pin
George_George3-Jun-08 2:49
George_George3-Jun-08 2:49 
GeneralRe: Error stop Http Listener Pin
N a v a n e e t h3-Jun-08 7:03
N a v a n e e t h3-Jun-08 7:03 

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.