Click here to Skip to main content
15,913,722 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncustom control set foucs problem Pin
lav naphade19-Nov-08 3:23
lav naphade19-Nov-08 3:23 
AnswerRe: custom control set foucs problem Pin
Christian Graus19-Nov-08 8:35
protectorChristian Graus19-Nov-08 8:35 
GeneralRe: custom control set foucs problem Pin
lav naphade19-Nov-08 18:18
lav naphade19-Nov-08 18:18 
QuestionList Box problem Pin
enthusiastic47719-Nov-08 2:18
enthusiastic47719-Nov-08 2:18 
AnswerRe: List Box problem Pin
Nishant Singh19-Nov-08 2:53
Nishant Singh19-Nov-08 2:53 
AnswerRe: List Box problem Pin
Christian Graus19-Nov-08 8:35
protectorChristian Graus19-Nov-08 8:35 
QuestionHELP!! DropDownList not displaying first record Pin
Member 340288619-Nov-08 1:59
Member 340288619-Nov-08 1:59 
AnswerRe: HELP!! DropDownList not displaying first record Pin
ToddHileHoffer19-Nov-08 2:08
ToddHileHoffer19-Nov-08 2:08 
You do not need to call objRdr.Read(). Try the following.
connection.open
ddlModelTypes.DataSource = objRdr;
ddlModelTypes.DataValueField = "TypeId";
ddlModelTypes.DataTextField = "ModelType";
ddlModelTypes.DataBind();
connection.dispose();


I didn't get any requirements for the signature


GeneralRe: HELP!! DropDownList not displaying first record Pin
Member 340288619-Nov-08 3:02
Member 340288619-Nov-08 3:02 
GeneralRe: HELP!! DropDownList not displaying first record Pin
Paddy Boyd19-Nov-08 3:46
Paddy Boyd19-Nov-08 3:46 
AnswerRe: HELP!! DropDownList not displaying first record Pin
Nishant Singh19-Nov-08 3:00
Nishant Singh19-Nov-08 3:00 
QuestionProblems with FileUpload Inside Customized CreateUserWizard Pin
IamAmit19-Nov-08 1:55
IamAmit19-Nov-08 1:55 
AnswerRe: Problems with FileUpload Inside Customized CreateUserWizard Pin
s.hatchard19-Nov-08 2:13
s.hatchard19-Nov-08 2:13 
GeneralRe: Problems with FileUpload Inside Customized CreateUserWizard Pin
IamAmit19-Nov-08 2:26
IamAmit19-Nov-08 2:26 
Questionwhere is wrong ? Pin
Mir_As19-Nov-08 1:48
Mir_As19-Nov-08 1:48 
AnswerRe: where is wrong ? Pin
Guffa19-Nov-08 6:58
Guffa19-Nov-08 6:58 
QuestionOLEDB and EXCEL Worksheet Problem Pin
mithun narayanan19-Nov-08 1:25
mithun narayanan19-Nov-08 1:25 
AnswerRe: OLEDB and EXCEL Worksheet Problem Pin
dan!sh 19-Nov-08 1:39
professional dan!sh 19-Nov-08 1:39 
AnswerRe: OLEDB and EXCEL Worksheet Problem Pin
Ashfield19-Nov-08 1:40
Ashfield19-Nov-08 1:40 
QuestionGenerating secure random numbers Pin
dan!sh 19-Nov-08 1:02
professional dan!sh 19-Nov-08 1:02 
Questionplacing my application on the internet [modified] Pin
harcaype19-Nov-08 1:01
harcaype19-Nov-08 1:01 
AnswerRe: placing my application on the internet Pin
ToddHileHoffer19-Nov-08 2:15
ToddHileHoffer19-Nov-08 2:15 
GeneralRe: placing my application on the internet Pin
harcaype19-Nov-08 5:46
harcaype19-Nov-08 5:46 
Questiondisplaying image in datalist.? Pin
Mir_As18-Nov-08 23:48
Mir_As18-Nov-08 23:48 
AnswerRe: displaying image in datalist.? Pin
Nishant Singh21-Nov-08 2:32
Nishant Singh21-Nov-08 2:32 

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.