Click here to Skip to main content
15,888,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: SPAM Problem Pin
Michel Godfroid11-May-10 23:23
Michel Godfroid11-May-10 23:23 
Questionexport gridview to excel in asp.net Pin
jadhavShubhangi11-May-10 20:00
jadhavShubhangi11-May-10 20:00 
AnswerRe: export gridview to excel in asp.net Pin
Brij11-May-10 20:09
mentorBrij11-May-10 20:09 
GeneralRe: export gridview to excel in asp.net Pin
jadhavShubhangi11-May-10 20:25
jadhavShubhangi11-May-10 20:25 
AnswerRe: export gridview to excel in asp.net Pin
nagendrathecoder11-May-10 20:37
nagendrathecoder11-May-10 20:37 
AnswerRe: export gridview to excel in asp.net Pin
Venkatesh Mookkan11-May-10 21:32
Venkatesh Mookkan11-May-10 21:32 
GeneralRe: export gridview to excel in asp.net Pin
jadhavShubhangi11-May-10 21:39
jadhavShubhangi11-May-10 21:39 
QuestionCustom Control-DropDown+ASP.net Pin
chetan_agarwal11-May-10 19:03
chetan_agarwal11-May-10 19:03 
Hi All,
I am trying to bind data to a custom control-dropdown.I created class file for control.Then made a DLL file and include that control in my website.I placed 2 dropdowns.1 for State and other for country.I want to populate both drop downs accordingly.I had written 2 SUBs-1 for state binding and other for Country Binding in class file.

Code for State Binding dropdown:-
Public Sub BindingDataState()
Dim MultiList As New DropDownList()
Dim ar As New ArrayList
ar.Add("Jan")
ar.Add("Feb")
ar.Add("Mar")
MultiList.DataSource = ar
MultiList.DataBind()
End Sub


Please do help me..I am not getting data in dropdowns on browsing the page.
QuestionMenu with Ajax Pin
kushMuchaal11-May-10 19:01
kushMuchaal11-May-10 19:01 
QuestionBold Italics Subject line Pin
Civic0611-May-10 12:54
Civic0611-May-10 12:54 
AnswerRe: Bold Italics Subject line Pin
Venkatesh Mookkan11-May-10 17:50
Venkatesh Mookkan11-May-10 17:50 
AnswerRe: Bold Italics Subject line Pin
Jamil Hallal12-May-10 0:15
professionalJamil Hallal12-May-10 0:15 
QuestionPlaceHolder inside ContentPlaceHolder Pin
MWRivera11-May-10 7:25
MWRivera11-May-10 7:25 
AnswerRe: PlaceHolder inside ContentPlaceHolder Pin
Not Active11-May-10 8:54
mentorNot Active11-May-10 8:54 
GeneralRe: PlaceHolder inside ContentPlaceHolder Pin
MWRivera12-May-10 8:12
MWRivera12-May-10 8:12 
GeneralRe: PlaceHolder inside ContentPlaceHolder Pin
MWRivera12-May-10 8:58
MWRivera12-May-10 8:58 
AnswerRe: PlaceHolder inside ContentPlaceHolder Pin
Peace ON11-May-10 21:13
Peace ON11-May-10 21:13 
QuestionIFrame Use Pin
Amit Patel198511-May-10 5:50
Amit Patel198511-May-10 5:50 
AnswerRe: IFrame Use Pin
Not Active11-May-10 8:52
mentorNot Active11-May-10 8:52 
AnswerRe: IFrame Use Pin
Venkatesh Mookkan11-May-10 17:54
Venkatesh Mookkan11-May-10 17:54 
GeneralRe: IFrame Use Pin
Amit Patel198511-May-10 20:16
Amit Patel198511-May-10 20:16 
QuestionRating control in asp.net Pin
trilokharry11-May-10 5:37
trilokharry11-May-10 5:37 
AnswerRe: Rating control in asp.net Pin
Sandeep Mewara11-May-10 6:27
mveSandeep Mewara11-May-10 6:27 
QuestionSaving file into database as binary Pin
Deb_2611-May-10 5:22
Deb_2611-May-10 5:22 
AnswerRe: Saving file into database as binary Pin
michaelschmitt11-May-10 6:16
michaelschmitt11-May-10 6: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.