Click here to Skip to main content
15,888,330 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Datagrid Row Pin
_AK_8-Oct-06 21:29
_AK_8-Oct-06 21:29 
GeneralRe: Datagrid Row Pin
kirthikirthi9-Oct-06 19:18
kirthikirthi9-Oct-06 19:18 
GeneralRe: Datagrid Row Pin
_AK_9-Oct-06 19:24
_AK_9-Oct-06 19:24 
AnswerRe: Datagrid Row Pin
safat10-Oct-06 2:05
safat10-Oct-06 2:05 
GeneralRe: Datagrid Row Pin
kirthikirthi11-Oct-06 18:30
kirthikirthi11-Oct-06 18:30 
QuestionValidation Problem Pin
Sushant Duggal8-Oct-06 21:20
Sushant Duggal8-Oct-06 21:20 
AnswerRe: Validation Problem Pin
_AK_8-Oct-06 21:23
_AK_8-Oct-06 21:23 
GeneralRe: Validation Problem Pin
Sushant Duggal8-Oct-06 21:33
Sushant Duggal8-Oct-06 21:33 
Hi,


I already did that

function gotoSearch()
	{		
		if(event.keyCode == 13)
		{
			document.getElementById('btnSearch').click();
			return false;
		}
	}


It validates the other textbox validation, and then fires the btnsearch click event.

Sushant Duggal.

GeneralRe: Validation Problem Pin
_AK_8-Oct-06 21:37
_AK_8-Oct-06 21:37 
AnswerRe: Validation Problem Pin
Sushant Duggal8-Oct-06 23:09
Sushant Duggal8-Oct-06 23:09 
Questionmsg box Pin
ptvce8-Oct-06 20:59
ptvce8-Oct-06 20:59 
QuestionWeb Application Pin
Murali.y8-Oct-06 20:45
Murali.y8-Oct-06 20:45 
AnswerRe: Web Application Pin
Sathesh Sakthivel8-Oct-06 20:47
Sathesh Sakthivel8-Oct-06 20:47 
QuestionDownload File Option Pin
Wesley Samuel8-Oct-06 20:37
Wesley Samuel8-Oct-06 20:37 
QuestionSystem.Web System.Runtime.InteropServices.COMException (0x80004005): The process cannot access the file because it is being used by another process. Pin
King Shez8-Oct-06 20:18
King Shez8-Oct-06 20:18 
QuestionRe: System.Web System.Runtime.InteropServices.COMException (0x80004005): The process cannot access the file because it is being used by another process. Pin
safat9-Oct-06 20:35
safat9-Oct-06 20:35 
Questionsorting with templete Pin
ptvce8-Oct-06 19:56
ptvce8-Oct-06 19:56 
AnswerRe: sorting with templete Pin
_AK_8-Oct-06 20:00
_AK_8-Oct-06 20:00 
GeneralRe: sorting with templete Pin
ptvce8-Oct-06 21:07
ptvce8-Oct-06 21:07 
GeneralRe: sorting with templete Pin
_AK_8-Oct-06 21:11
_AK_8-Oct-06 21:11 
GeneralRe: sorting with templete Pin
ptvce8-Oct-06 21:25
ptvce8-Oct-06 21:25 
GeneralRe: sorting with templete Pin
_AK_8-Oct-06 21:27
_AK_8-Oct-06 21:27 
Questionhelp required Pin
saqib828-Oct-06 19:01
saqib828-Oct-06 19:01 
AnswerRe: help required Pin
Sam_IN8-Oct-06 23:23
Sam_IN8-Oct-06 23:23 
Questionhelp required Pin
saqib828-Oct-06 18:49
saqib828-Oct-06 18:49 

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.