Click here to Skip to main content
15,908,115 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Browse for files Pin
Hari_101017-Jul-07 21:19
Hari_101017-Jul-07 21:19 
GeneralRe: Browse for files Pin
N a v a n e e t h17-Jul-07 21:26
N a v a n e e t h17-Jul-07 21:26 
AnswerRe: Browse for files Pin
Sathesh Sakthivel17-Jul-07 20:40
Sathesh Sakthivel17-Jul-07 20:40 
QuestionDropdownlist to be made Invisible when its holding data Pin
codingrocks17-Jul-07 19:59
codingrocks17-Jul-07 19:59 
AnswerRe: Dropdownlist to be made Invisible when its holding data Pin
gauthee17-Jul-07 20:02
gauthee17-Jul-07 20:02 
GeneralRe: Dropdownlist to be made Invisible when its holding data Pin
codingrocks17-Jul-07 20:11
codingrocks17-Jul-07 20:11 
GeneralRe: Dropdownlist to be made Invisible when its holding data Pin
Michael Sync17-Jul-07 20:15
Michael Sync17-Jul-07 20:15 
GeneralMade the dropdownlist invisible...javascript code attached Pin
codingrocks17-Jul-07 20:21
codingrocks17-Jul-07 20:21 
i made it invisible in aspx.cs file only...

but the javascript written is not concerned for this, that was for a gridview....

but still the error occurs...

anyway i wil attach the javascript...

<script language="javascript" type="text/javascript">

var mygridSelectedColor;

function setMouseOverColor(element)
{
    mygridSelectedColor = element.style.backgroundColor;
    element.style.backgroundColor='lightblue';
    element.style.cursor='hand';
   // element.style.textDecoration='underline';
}

function setMouseOutColor(element)
{
 
    element.style.backgroundColor=mygridSelectedColor;
    element.style.textDecoration='none';
}


function ValidateForm()
{
	var user_date=document.form1.txteffdate
	if (isDate(user_date.value)==false)
	{
		//dt.focus()
		return false
	}
    return true
 }

</script>



SAJAN A PILLAI

C#.NET Programmer
TELESOFT INDIA PVT LTD...
BANGALORE

AnswerRe: Dropdownlist to be made Invisible when its holding data Pin
Michael Sync17-Jul-07 20:11
Michael Sync17-Jul-07 20:11 
QuestionE-commerce Software Pin
Brendan Vogt17-Jul-07 19:52
Brendan Vogt17-Jul-07 19:52 
QuestionAsp.Net 2.0 master page Pin
indiaone17-Jul-07 19:38
indiaone17-Jul-07 19:38 
AnswerRe: Asp.Net 2.0 master page Pin
Sathesh Sakthivel17-Jul-07 19:46
Sathesh Sakthivel17-Jul-07 19:46 
AnswerRe: Asp.Net 2.0 master page Pin
ballameharmurali17-Jul-07 19:46
ballameharmurali17-Jul-07 19:46 
AnswerRe: Asp.Net 2.0 master page Pin
Sree Nivas17-Jul-07 20:13
Sree Nivas17-Jul-07 20:13 
QuestionUser control events in repeater control Pin
kalyan_vb17-Jul-07 19:08
kalyan_vb17-Jul-07 19:08 
AnswerRe: User control events in repeater control Pin
ballameharmurali17-Jul-07 19:42
ballameharmurali17-Jul-07 19:42 
Questionhow to create installer files. Pin
Sam.M17-Jul-07 19:00
Sam.M17-Jul-07 19:00 
AnswerRe: how to create installer files. Pin
N a v a n e e t h17-Jul-07 19:05
N a v a n e e t h17-Jul-07 19:05 
AnswerRe: how to create installer files. Pin
DKalepu17-Jul-07 19:08
DKalepu17-Jul-07 19:08 
QuestionHow to Display Fixed Header in Gridview Pin
Mahesh.J17-Jul-07 18:47
Mahesh.J17-Jul-07 18:47 
AnswerRe: How to Display Fixed Header in Gridview Pin
gauthee17-Jul-07 20:21
gauthee17-Jul-07 20:21 
AnswerRe: How to Display Fixed Header in Gridview Pin
Michael Sync17-Jul-07 20:23
Michael Sync17-Jul-07 20:23 
Questioncreate image galary. [modified] Pin
Milind Panchal17-Jul-07 18:47
Milind Panchal17-Jul-07 18:47 
AnswerRe: create image galary. Pin
Michael Sync17-Jul-07 20:07
Michael Sync17-Jul-07 20:07 
QuestionGridView dissapears when linking DropDown selection to it Pin
kmarchiony17-Jul-07 18:37
kmarchiony17-Jul-07 18:37 

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.