Click here to Skip to main content
16,006,493 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Allow numericals in text box for an application in ASP.net and C# Pin
sashidhar29-Sep-09 0:52
sashidhar29-Sep-09 0:52 
GeneralRe: Allow numericals in text box for an application in ASP.net and C# Pin
sajitk2029-Sep-09 1:01
sajitk2029-Sep-09 1:01 
GeneralRe: Allow numericals in text box for an application in ASP.net and C# Pin
sashidhar29-Sep-09 1:16
sashidhar29-Sep-09 1:16 
Questioniframe background color style not working Pin
trilokharry29-Sep-09 0:20
trilokharry29-Sep-09 0:20 
AnswerRe: iframe background color style not working Pin
Abhishek Sur29-Sep-09 0:32
professionalAbhishek Sur29-Sep-09 0:32 
QuestionLoading Table into aspxcombobox Pin
zizigolo11029-Sep-09 0:13
zizigolo11029-Sep-09 0:13 
AnswerRe: Loading Table into aspxcombobox Pin
Abhijit Jana29-Sep-09 0:26
professionalAbhijit Jana29-Sep-09 0:26 
AnswerRe: Loading Table into aspxcombobox Pin
sashidhar29-Sep-09 0:40
sashidhar29-Sep-09 0:40 
zizigolo110 wrote:
how do i load table information into aspxcombobox ?


As AJ Suggests Try to Extract the data into DataSource.You Add The DataSource By the following Way

DropDown1.DataSource = YourDataSource;
DropDown1.DataTextField = "Name";
DropDown1.DataValueField = "Id";
DropDown1.DataBind();
DropDown1.Items.Insert(0, "Select");

Welcome To Code ProjectRose | [Rose]

MyFirstArticle
MenuControlSelectedItem
Why Do Some People Forget To Mark as Answer .If It Helps.

Questionmultiline textbox scroll bar Pin
sasirekha28-Sep-09 23:38
sasirekha28-Sep-09 23:38 
AnswerRe: multiline textbox scroll bar Pin
sashidhar28-Sep-09 23:43
sashidhar28-Sep-09 23:43 
AnswerRe: multiline textbox scroll bar Pin
Abhishek Sur29-Sep-09 0:38
professionalAbhishek Sur29-Sep-09 0:38 
QuestionProviding link to the images that are shown in Slideshowextender control Pin
jknascrimz28-Sep-09 23:12
jknascrimz28-Sep-09 23:12 
AnswerRe: Providing link to the images that are shown in Slideshowextender control Pin
Christian Graus28-Sep-09 23:17
protectorChristian Graus28-Sep-09 23:17 
General[Message Deleted] Pin
jknascrimz28-Sep-09 23:23
jknascrimz28-Sep-09 23:23 
GeneralRe: Providing link to the images that are shown in Slideshowextender control Pin
Abhijit Jana28-Sep-09 23:25
professionalAbhijit Jana28-Sep-09 23:25 
GeneralRe: Providing link to the images that are shown in Slideshowextender control Pin
jknascrimz28-Sep-09 23:27
jknascrimz28-Sep-09 23:27 
GeneralRe: Providing link to the images that are shown in Slideshowextender control Pin
Abhijit Jana28-Sep-09 23:23
professionalAbhijit Jana28-Sep-09 23:23 
Questionfetch data frm multiple tables Pin
rummer28-Sep-09 22:44
rummer28-Sep-09 22:44 
AnswerRe: fetch data frm multiple tables Pin
Christian Graus28-Sep-09 22:49
protectorChristian Graus28-Sep-09 22:49 
AnswerRe: fetch data frm multiple tables Pin
Abhijit Jana28-Sep-09 22:50
professionalAbhijit Jana28-Sep-09 22:50 
AnswerRe: fetch data frm multiple tables Pin
nagendrathecoder28-Sep-09 22:51
nagendrathecoder28-Sep-09 22:51 
AnswerRe: fetch data frm multiple tables Pin
Nisha Agrawal28-Sep-09 22:52
Nisha Agrawal28-Sep-09 22:52 
AnswerRe: fetch data frm multiple tables Pin
Vimalsoft(Pty) Ltd28-Sep-09 22:57
professionalVimalsoft(Pty) Ltd28-Sep-09 22:57 
GeneralRe: fetch data frm multiple tables Pin
Christian Graus28-Sep-09 23:00
protectorChristian Graus28-Sep-09 23:00 
GeneralRe: fetch data frm multiple tables Pin
Abhijit Jana28-Sep-09 23:20
professionalAbhijit Jana28-Sep-09 23:20 

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.