Click here to Skip to main content
16,014,591 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionError while Reading excel file. Pin
vaminfosys30-Jul-07 3:55
vaminfosys30-Jul-07 3:55 
QuestionMaster Page Issue Pin
Mahesh.J30-Jul-07 3:33
Mahesh.J30-Jul-07 3:33 
AnswerRe: Master Page Issue Pin
Guffa30-Jul-07 4:25
Guffa30-Jul-07 4:25 
AnswerRe: Master Page Issue Pin
Nimua30-Jul-07 4:27
Nimua30-Jul-07 4:27 
QuestionImage Combo in ASP.NET 2.0 Pin
sabyasachi_m30-Jul-07 3:07
sabyasachi_m30-Jul-07 3:07 
AnswerRe: Image Combo in ASP.NET 2.0 Pin
N a v a n e e t h30-Jul-07 3:11
N a v a n e e t h30-Jul-07 3:11 
GeneralRe: Image Combo in ASP.NET 2.0 Pin
sabyasachi_m30-Jul-07 3:16
sabyasachi_m30-Jul-07 3:16 
GeneralRe: Image Combo in ASP.NET 2.0 Pin
N a v a n e e t h30-Jul-07 3:31
N a v a n e e t h30-Jul-07 3:31 
I am not sure about what I am telling, but you need to start WebControlLibrary project to start with control creation. You will get overrided Render() method which have HTMLTextWriter object as parameter. Using this, write HTML code for your combo box to the response. You won't be able to use classical HTML select control. Create a div element and add image tags into it. Using javascript you can make a feel of dropdownlist.

Before doing all these, do a quick search for any opensource projects. If you are developing one like this, I am sure it is time consuming.


Questiongetting a element value from an xml file Pin
pradeep kumarappagari30-Jul-07 2:23
pradeep kumarappagari30-Jul-07 2:23 
AnswerRe: getting a element value from an xml file Pin
N a v a n e e t h30-Jul-07 3:09
N a v a n e e t h30-Jul-07 3:09 
QuestionAdding items in listbox Pin
manowj30-Jul-07 2:00
manowj30-Jul-07 2:00 
AnswerRe: Adding items in listbox Pin
kimo code30-Jul-07 2:09
kimo code30-Jul-07 2:09 
GeneralRe: Adding items in listbox Pin
manowj30-Jul-07 2:38
manowj30-Jul-07 2:38 
GeneralRe: Adding items in listbox Pin
kimo code30-Jul-07 2:53
kimo code30-Jul-07 2:53 
GeneralRe: Adding items in listbox Pin
manowj30-Jul-07 3:05
manowj30-Jul-07 3:05 
GeneralRe: Adding items in listbox Pin
Imran Khan Pathan30-Jul-07 3:00
Imran Khan Pathan30-Jul-07 3:00 
GeneralRe: Adding items in listbox Pin
manowj30-Jul-07 3:08
manowj30-Jul-07 3:08 
QuestionDatagrid inside datagrid? Pin
anujose30-Jul-07 1:19
anujose30-Jul-07 1:19 
AnswerRe: Datagrid inside datagrid? Pin
N a v a n e e t h30-Jul-07 2:48
N a v a n e e t h30-Jul-07 2:48 
QuestionIs there a way to make aspx pages globally or public on my project Pin
kimo code30-Jul-07 1:09
kimo code30-Jul-07 1:09 
AnswerRe: Is there a way to make aspx pages globally or public on my project Pin
N a v a n e e t h30-Jul-07 2:50
N a v a n e e t h30-Jul-07 2:50 
GeneralRe: Is there a way to make aspx pages globally or public on my project Pin
kimo code30-Jul-07 3:13
kimo code30-Jul-07 3:13 
GeneralRe: Is there a way to make aspx pages globally or public on my project Pin
N a v a n e e t h30-Jul-07 3:24
N a v a n e e t h30-Jul-07 3:24 
GeneralRe: Is there a way to make aspx pages globally or public on my project Pin
kimo code30-Jul-07 3:43
kimo code30-Jul-07 3:43 
GeneralRe: Is there a way to make aspx pages globally or public on my project Pin
Christian Graus30-Jul-07 10:51
protectorChristian Graus30-Jul-07 10:51 

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.