Click here to Skip to main content
16,005,826 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to handle dynamicaly created button in asp.net with c#?? [modified] Pin
yogesh_softworld12317-Dec-07 3:20
yogesh_softworld12317-Dec-07 3:20 
GeneralRe: how to handle dynamicaly created button in asp.net with c#?? Pin
Abhijit Jana17-Dec-07 19:10
professionalAbhijit Jana17-Dec-07 19:10 
QuestionIs there a way to handle right click close button's event of IE title bar ? Pin
garimajain_mca17-Dec-07 1:15
garimajain_mca17-Dec-07 1:15 
GeneralRe: Is there a way to handle right click close button's event of IE title bar ? Pin
Vasudevan Deepak Kumar17-Dec-07 1:20
Vasudevan Deepak Kumar17-Dec-07 1:20 
GeneralRe: Is there a way to handle right click close button's event of IE title bar ? Pin
Pete O'Hanlon17-Dec-07 1:26
mvePete O'Hanlon17-Dec-07 1:26 
Generalenum +c# Pin
ritu432117-Dec-07 1:10
ritu432117-Dec-07 1:10 
GeneralRe: enum +c# Pin
Pete O'Hanlon17-Dec-07 1:32
mvePete O'Hanlon17-Dec-07 1:32 
QuestionMouse Click doesn't work on Control Pin
mpavas16-Dec-07 23:48
mpavas16-Dec-07 23:48 
Hello,
I have a server side dropdown and text box in ASP.NET. There is a strage problem I have noticed.

dropdown: When I try to click this control by Mouse in firefox it doesn;t show me options. IN IE it works fine

Text box: When I try to click this control by Mouse in firefox or in IE I can not feed values. But If I reach the control by pressing TAB i can enter some values

Any kind of help is apreciated
The View source code is as below:
<select name="ctl00$IMFContentPlaceHolder$DateFromToDropdownlist" id="ctl00_IMFContentPlaceHolder_DateFromToDropdownlist" onchange=" dateControlConditions(this.value)" style="color:Black;font-family:Arial;font-size:10px;height:18px;width:110px;">
<option value="Last 24 Months">Last 24 Months</option>
<option value="Last 12 Months">Last 12 Months</option>
<option value="AFTER">After</option>

<option value="BEFORE">Before</option>
<option value="BETWEEN">Between</option>
<option value="NOT BETWEEN">Not Between</option>
<option value="ALL">All</option>

</select>

// There is a visibility style which I make visible from Javascript
<input name="ctl00$IMFContentPlaceHolder$FromDateTextbox" type="text" id="ctl00_IMFContentPlaceHolder_FromDateTextbox" style="font-family:Arial;font-size:12px;height:18px;width:65px;visibility: hidden" />
Regards,
Pavas
-----------------------
[http://longjump.com/]
Dynamic business applications that manage and coordinate teams and information
-----------------------
GeneralBig image onMouseover Pin
.NET- India 16-Dec-07 23:24
.NET- India 16-Dec-07 23:24 
GeneralRe: Big image onMouseover Pin
Paddy Boyd17-Dec-07 0:28
Paddy Boyd17-Dec-07 0:28 
GeneralRe: Big image onMouseover Pin
.NET- India 17-Dec-07 0:42
.NET- India 17-Dec-07 0:42 
Questioncreating dynamic webpage Pin
rajanandal16-Dec-07 23:16
rajanandal16-Dec-07 23:16 
GeneralRe: creating dynamic webpage Pin
Paddy Boyd16-Dec-07 23:27
Paddy Boyd16-Dec-07 23:27 
GeneralRe: creating dynamic webpage Pin
rajanandal16-Dec-07 23:48
rajanandal16-Dec-07 23:48 
GeneralRe: creating dynamic webpage Pin
Paddy Boyd17-Dec-07 1:13
Paddy Boyd17-Dec-07 1:13 
GeneralRe: creating dynamic webpage Pin
rajanandal17-Dec-07 1:59
rajanandal17-Dec-07 1:59 
GeneralConfirm Message while Delete Row From GridView [modified] Pin
R.Palanivel16-Dec-07 22:50
R.Palanivel16-Dec-07 22:50 
GeneralRe: Confirm Message while Delete Row From GridView Pin
Venkatesh Mookkan17-Dec-07 0:17
Venkatesh Mookkan17-Dec-07 0:17 
GeneralClass File Pin
nawalage16-Dec-07 22:35
nawalage16-Dec-07 22:35 
GeneralRe: Class File Pin
mukesh.mr0316-Dec-07 23:00
mukesh.mr0316-Dec-07 23:00 
GeneralRe: Class File Pin
nawalage17-Dec-07 18:00
nawalage17-Dec-07 18:00 
QuestionASP.Net - VB - Cannot enable a button after file save Pin
Dorothy16-Dec-07 22:12
Dorothy16-Dec-07 22:12 
GeneralRe: ASP.Net - VB - Cannot enable a button after file save Pin
Parwej Ahamad16-Dec-07 22:57
professionalParwej Ahamad16-Dec-07 22:57 
GeneralRe: ASP.Net - VB - Cannot enable a button after file save Pin
Dorothy17-Dec-07 1:25
Dorothy17-Dec-07 1:25 
GeneralRe: ASP.Net - VB - Cannot enable a button after file save Pin
Paddy Boyd16-Dec-07 23:28
Paddy Boyd16-Dec-07 23:28 

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.