Click here to Skip to main content
15,910,210 members
Home / Discussions / C#
   

C#

 
GeneralRe: parameterless constructor Pin
brsecu7-Jul-07 3:33
brsecu7-Jul-07 3:33 
QuestionWTF is wront with Lable.TextAlign?? Pin
Muammar©7-Jul-07 1:08
Muammar©7-Jul-07 1:08 
AnswerRe: WTF is wront with Lable.TextAlign?? Pin
Christian Graus7-Jul-07 1:17
protectorChristian Graus7-Jul-07 1:17 
QuestionChange Password Pin
DKalepu7-Jul-07 0:12
DKalepu7-Jul-07 0:12 
AnswerRe: Change Password Pin
Christian Graus7-Jul-07 0:56
protectorChristian Graus7-Jul-07 0:56 
AnswerRe: Change Password Pin
Paul Conrad7-Jul-07 6:44
professionalPaul Conrad7-Jul-07 6:44 
AnswerRe: Change Password Pin
Amar Chaudhary7-Jul-07 7:27
Amar Chaudhary7-Jul-07 7:27 
QuestionC#.Net ASP (Urgent) Pin
| Muhammad Waqas Butt |6-Jul-07 22:29
professional| Muhammad Waqas Butt |6-Jul-07 22:29 
Hi,

I have a question.


I have a comobox, i've bind data something like this

oleDbDataAdapter1.Fill(dataSet11);
DropDownList1.DataSource = dataSet11.Tables[0].DefaultView;
DropDownList1.DataTextField = dataSet11.tbacdes.ac_headColumn.ToString(); //Display AC Head
DropDownList1.DataValueField = dataSet11.tbacdes.ac_idColumn.ToString(); // Display AC Id
DropDownList1.DataBind();

first of all is correct. Now I want to to show Account Header in comobox and when user select any value than selectindex pass header id this my question, please help me out init.

Example
=======
[Student Fee] Display value and in backend of this entry in comobox header id is 2


I'm using asp.net 1.1, C#.Net.



|Muhamad Waqas Butt|
waqasb4all@yahoo.com
www.sktech.freewebspace.com

AnswerRe: C#.Net ASP (Urgent) Pin
Muammar©6-Jul-07 23:55
Muammar©6-Jul-07 23:55 
AnswerRe: C#.Net ASP (Urgent) Pin
Christian Graus7-Jul-07 0:59
protectorChristian Graus7-Jul-07 0:59 
GeneralRe: C#.Net ASP (Urgent) Pin
Paul Conrad7-Jul-07 5:40
professionalPaul Conrad7-Jul-07 5:40 
Questionhow to make an XML file from data retrieved from a text file? Pin
Rocky#6-Jul-07 21:55
Rocky#6-Jul-07 21:55 
AnswerRe: how to make an XML file from data retrieved from a text file? Pin
N a v a n e e t h7-Jul-07 0:25
N a v a n e e t h7-Jul-07 0:25 
GeneralRe: how to make an XML file from data retrieved from a text file? Pin
Rocky#7-Jul-07 3:15
Rocky#7-Jul-07 3:15 
QuestionFormat+treeview Pin
razanabanu6-Jul-07 21:17
razanabanu6-Jul-07 21:17 
Questionlistbox Pin
sangramkp6-Jul-07 21:15
sangramkp6-Jul-07 21:15 
AnswerRe: listbox Pin
Christian Graus7-Jul-07 1:00
protectorChristian Graus7-Jul-07 1:00 
GeneralRe: listbox Pin
sangramkp7-Jul-07 1:41
sangramkp7-Jul-07 1:41 
GeneralRe: listbox Pin
Paul Conrad7-Jul-07 5:42
professionalPaul Conrad7-Jul-07 5:42 
GeneralRe: listbox Pin
sangramkp8-Jul-07 18:53
sangramkp8-Jul-07 18:53 
QuestionBinary data Pin
ornelaso6-Jul-07 13:22
ornelaso6-Jul-07 13:22 
AnswerRe: Binary data Pin
Luc Pattyn6-Jul-07 16:08
sitebuilderLuc Pattyn6-Jul-07 16:08 
Questiongetting a value from an event arg. Pin
Glen Harvy6-Jul-07 12:58
Glen Harvy6-Jul-07 12:58 
AnswerRe: getting a value from an event arg. Pin
PIEBALDconsult6-Jul-07 13:05
mvePIEBALDconsult6-Jul-07 13:05 
GeneralRe: getting a value from an event arg. Pin
Glen Harvy6-Jul-07 13:28
Glen Harvy6-Jul-07 13:28 

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.