Click here to Skip to main content
15,878,871 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Using Asp.net I'm working in a page ,I'm using Jquery DDL .I've some button for enabled Fields, in one button Name (ADD ) click event i call method which Enabled all fields ,textboxs,Dll, and on load Page i'm calling method which Disabled All fields. ,so when page load every thing work good , After page load When i click on button for Enabled Fields ,its Enabled all fields but DLL jquery not work . DDL drop down in simple style without jquery class and css . , Please help
Here is link you can see my Page secreenshot

http://www.flickr.com/photos/106258593@N02/

Please look image name (withoutclickEnabledMehtodbutton) .
when i click on button for enabled fields then look image name (afterclickbutton),
Look at DropDownlist ,its without CSS ,why CSS disapear ???
Posted
Updated 22-Oct-13 4:38am
v2
Comments
Ranjan.D 22-Oct-13 10:29am    
There is no Jquery DDL in this world. Are you sure about that ?
ShortProgrammer 22-Oct-13 10:37am    
I mean CSS +Jquery class ,i called this call in DLL .take look this code.
<asp:DropDownList ID="DDLAdName" CssClass="DropDownSlide" runat="server">
Ranjan.D 22-Oct-13 10:40am    
Did you add the Jquery CSS as link in your web application? If not try to add and verify the same.
ShortProgrammer 22-Oct-13 10:44am    
LOL ofcourse yes i've added,if not why its work when page load?? only not work when i click on button for enabled fields.
look i've added every thing,just some i show you :P.
<head runat="server">
<title>CUBE EMR-MS</title>
<link href="css/StyleSheet.css" rel="stylesheet" type="text/css" />
<link href="Script/red.css" rel="stylesheet" type="text/css" />
<link href="Script/black.css" rel="stylesheet" type="text/css" />
<link href="Script/orange.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery-1.5.1.js"></script>
<script type="text/javascript" src="js/jquery-min.js"></script>
<script type="text/javascript" src="js/cookie.js"></script>
<script src="js/validation.js" type="text/javascript"></script>
<!--<script type="text/javascript" src="js/jquery-1.2.3.pack.js"></script>-->
<!-- Forms -->
<link href="css/StyleSheetDataGrid.css" rel="stylesheet" type="text/css" />
<script src="js/sliding.form.js" type="text/javascript"></script>
<script src="js/selectDropDown.js" type="text/javascript"></script>
<script src="user/js/selectDropDown.js" type="text/javascript"></script>
Ranjan.D 22-Oct-13 11:26am    
How in the world I can understand what code you have written for button click to enable fields.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900