Click here to Skip to main content
15,911,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Bind DropdownList Pin
Mkanchha8-May-07 20:02
Mkanchha8-May-07 20:02 
AnswerRe: Bind DropdownList Pin
Sherin Iranimose8-May-07 19:54
Sherin Iranimose8-May-07 19:54 
AnswerRe: Bind DropdownList Pin
Sherin Iranimose8-May-07 20:01
Sherin Iranimose8-May-07 20:01 
AnswerRe: Bind DropdownList Pin
qtuan8-May-07 23:40
qtuan8-May-07 23:40 
GeneralRe: Bind DropdownList Pin
Mkanchha8-May-07 23:56
Mkanchha8-May-07 23:56 
QuestionBinding Events to an UserControl Pin
Rajiya8-May-07 19:16
Rajiya8-May-07 19:16 
AnswerRe: Binding Events to an UserControl Pin
Sandeep Akhare8-May-07 19:28
Sandeep Akhare8-May-07 19:28 
GeneralRe: Binding Events to an UserControl Pin
Rajiya8-May-07 19:48
Rajiya8-May-07 19:48 
ya...it is a custom control.
Below is the code used for creating the control:

<LINK href="toolTip.css" type="text/css" rel="stylesheet">
<script language="javascript" src="toolTip.js"></script>
<OBJECT id="combo" style="WIDTH: 156px; HEIGHT: 24px" height="24" width="156" classid="clsid:8BD21D30-EC42-11CE-9E0D-00AA006002F3"
name="combo" VIEWASTEXT>
<PARAM NAME="VariousPropertyBits" VALUE="746604571">
<PARAM NAME="BackColor" VALUE="16777215">
<PARAM NAME="ForeColor" VALUE="2147483656">
<PARAM NAME="MaxLength" VALUE="0">
<PARAM NAME="BorderStyle" VALUE="2">
<PARAM NAME="ScrollBars" VALUE="0">
<PARAM NAME="DisplayStyle" VALUE="7">
<PARAM NAME="MousePointer" VALUE="1">
<PARAM NAME="Size" VALUE="4128;635">
<PARAM NAME="PasswordChar" VALUE="0">
<PARAM NAME="ListWidth" VALUE="4000">
<PARAM NAME="BoundColumn" VALUE="1">
<PARAM NAME="TextColumn" VALUE="65535">
<PARAM NAME="ColumnCount" VALUE="1">
<PARAM NAME="ListRows" VALUE="8">
<PARAM NAME="cColumnInfo" VALUE="0">
<PARAM NAME="MatchEntry" VALUE="1">
<PARAM NAME="ListStyle" VALUE="1">
<PARAM NAME="ShowDropButtonWhen" VALUE="2">
<PARAM NAME="ShowListWhen" VALUE="1">
<PARAM NAME="DropButtonStyle" VALUE="1">
<PARAM NAME="MultiSelect" VALUE="0">
<PARAM NAME="Value" VALUE="">
<PARAM NAME="Caption" VALUE="">
<PARAM NAME="PicturePosition" VALUE="458753">
<PARAM NAME="BorderColor" VALUE="0">
<PARAM NAME="SpecialEffect" VALUE="3">
<PARAM NAME="Accelerator" VALUE="2">
<PARAM NAME="GroupName" VALUE="">
<PARAM NAME="FontName" VALUE="Arial">
<PARAM NAME="FontEffects" VALUE="1073741824">
<PARAM NAME="FontHeight" VALUE="170">
<PARAM NAME="FontOffset" VALUE="0">
<PARAM NAME="FontCharSet" VALUE="0">
<PARAM NAME="FontPitchAndFamily" VALUE="2">
<PARAM NAME="ParagraphAlign" VALUE="1">
<PARAM NAME="FontWeight" VALUE="200">
</OBJECT> &nbsp;<!-- code for the combo box-->
<P></P>
</A>

I want to know how to add events or event handlers to it.

regards,


Riz
GeneralRe: Binding Events to an UserControl Pin
Sandeep Akhare8-May-07 19:59
Sandeep Akhare8-May-07 19:59 
GeneralRe: Binding Events to an UserControl Pin
Sandeep Akhare8-May-07 20:20
Sandeep Akhare8-May-07 20:20 
GeneralRe: Binding Events to an UserControl Pin
Rajiya10-May-07 19:30
Rajiya10-May-07 19:30 
QuestionHttp to Https Redirection Problem [modified] Pin
JustChiragPatel8-May-07 19:11
JustChiragPatel8-May-07 19:11 
AnswerRe: Http to Https Redirection Problem Pin
N a v a n e e t h8-May-07 23:07
N a v a n e e t h8-May-07 23:07 
QuestionHow to limit the length of TextBox when TextMode is Multiline Pin
ravi_chandra8-May-07 18:32
ravi_chandra8-May-07 18:32 
AnswerRe: How to limit the length of TextBox when TextMode is Multiline Pin
Sherin Iranimose8-May-07 19:12
Sherin Iranimose8-May-07 19:12 
Questionhow to make invisible comboBox visible in GridView Pin
AaronNeo8-May-07 18:11
AaronNeo8-May-07 18:11 
AnswerRe: how to make invisible comboBox visible in GridView Pin
Sathesh Sakthivel8-May-07 18:17
Sathesh Sakthivel8-May-07 18:17 
AnswerRe: how to make invisible comboBox visible in GridView Pin
Sherin Iranimose8-May-07 18:22
Sherin Iranimose8-May-07 18:22 
GeneralRe: how to make invisible comboBox visible in GridView Pin
AaronNeo8-May-07 22:58
AaronNeo8-May-07 22:58 
GeneralRe: how to make invisible comboBox visible in GridView [modified] Pin
Sherin Iranimose8-May-07 23:43
Sherin Iranimose8-May-07 23:43 
GeneralRe: how to make invisible comboBox visible in GridView Pin
AaronNeo9-May-07 17:48
AaronNeo9-May-07 17:48 
GeneralRe: how to make invisible comboBox visible in GridView Pin
Sherin Iranimose9-May-07 18:19
Sherin Iranimose9-May-07 18:19 
GeneralRe: how to make invisible comboBox visible in GridView Pin
AaronNeo11-May-07 0:29
AaronNeo11-May-07 0:29 
GeneralRe: how to make invisible comboBox visible in GridView Pin
Sherin Iranimose11-May-07 0:35
Sherin Iranimose11-May-07 0:35 
Questioncode behind [modified] Pin
Lohchubh8-May-07 14:57
Lohchubh8-May-07 14:57 

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.