Click here to Skip to main content
15,895,772 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUsing WMI win32_share in asp.net page not working on IIS6? Pin
leeoze26-Jan-09 22:11
leeoze26-Jan-09 22:11 
AnswerRe: Problem solved... Pin
leeoze26-Jan-09 23:16
leeoze26-Jan-09 23:16 
Questioni want to add more than 1 columns with ColumnName=" " in the C#asp.net datagrid after data is bind to it. Pin
s_aslam9826-Jan-09 22:08
s_aslam9826-Jan-09 22:08 
AnswerRe: i want to add more than 1 columns with ColumnName=" " in the C#asp.net datagrid after data is bind to it. Pin
mr_muskurahat26-Jan-09 22:58
mr_muskurahat26-Jan-09 22:58 
GeneralRe: i want to add more than 1 columns with ColumnName=" " in the C#asp.net datagrid after data is bind to it. Pin
Santhosh N28-Jan-09 0:00
Santhosh N28-Jan-09 0:00 
QuestionTreeNode with cssClass? Pin
Deresen26-Jan-09 21:55
Deresen26-Jan-09 21:55 
QuestionCombo box Pin
Girish48126-Jan-09 20:37
Girish48126-Jan-09 20:37 
AnswerRe: Combo box Pin
Ashutosh Phoujdar27-Jan-09 1:20
Ashutosh Phoujdar27-Jan-09 1:20 
For solving your first query, set the following properties of combobox :

cboBox1.AutoCompleteMode = AutoCompleteMode.SuggestAppend
cboBox1.AutoCompleteSource = AutoCompleteSource.ListItems


and for 2nd query follow these steps :

1. Handle KeyUp event and catch for Enter Key.
2. If enter key is pressed then check if selected value of combobox is nothing
means, item does not belongs to list.
3. If item does not belongs to list then code your logic for adding it to database.


GeneralRe: Combo box Pin
Girish48127-Jan-09 18:02
Girish48127-Jan-09 18:02 
QuestionRequiredFieldValidator is not firing? Pin
meeram39526-Jan-09 20:05
meeram39526-Jan-09 20:05 
AnswerRe: RequiredFieldValidator is not firing? Pin
Sundar_R26-Jan-09 20:40
Sundar_R26-Jan-09 20:40 
GeneralRe: RequiredFieldValidator is not firing? Pin
meeram39526-Jan-09 21:55
meeram39526-Jan-09 21:55 
GeneralRe: RequiredFieldValidator is not firing? Pin
Spunky Coder26-Jan-09 22:29
Spunky Coder26-Jan-09 22:29 
AnswerRe: RequiredFieldValidator is not firing? Pin
josh41728-Jan-09 1:28
josh41728-Jan-09 1:28 
Questionhow to know when mouse is clicked on gridview's column header. Pin
s_aslam9826-Jan-09 18:16
s_aslam9826-Jan-09 18:16 
AnswerRe: how to know when mouse is clicked on gridview's column header. Pin
Sundar_R26-Jan-09 18:37
Sundar_R26-Jan-09 18:37 
Generali cant understand how to do it Pin
s_aslam9826-Jan-09 22:34
s_aslam9826-Jan-09 22:34 
GeneralRe: i cant understand how to do it Pin
mr_muskurahat26-Jan-09 22:47
mr_muskurahat26-Jan-09 22:47 
GeneralRe: i cant understand how to do it Pin
Sundar_R26-Jan-09 23:35
Sundar_R26-Jan-09 23:35 
GeneralRe: i cant understand how to do it Pin
s_aslam9826-Jan-09 23:47
s_aslam9826-Jan-09 23:47 
GeneralRe: i cant understand how to do it Pin
Santhosh N27-Jan-09 23:15
Santhosh N27-Jan-09 23:15 
QuestionFolder Pin
ellllllllie26-Jan-09 18:07
ellllllllie26-Jan-09 18:07 
Questionproblem in printing landscape page Pin
jay.net200526-Jan-09 17:47
jay.net200526-Jan-09 17:47 
Questionhow do we will send sql database to server through FTP Pin
somasekhara77726-Jan-09 8:14
somasekhara77726-Jan-09 8:14 
AnswerRe: how do we will send sql database to server through FTP Pin
Colin Angus Mackay26-Jan-09 11:16
Colin Angus Mackay26-Jan-09 11:16 

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.