Click here to Skip to main content
16,006,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralTextbox with a dropdownlist custom control Pin
Reddy Prakash9-Mar-08 19:05
Reddy Prakash9-Mar-08 19:05 
GeneralRe: Textbox with a dropdownlist custom control Pin
Christian Graus9-Mar-08 19:08
protectorChristian Graus9-Mar-08 19:08 
GeneralRe: Textbox with a dropdownlist custom control Pin
Reddy Prakash9-Mar-08 19:15
Reddy Prakash9-Mar-08 19:15 
GeneralRe: Textbox with a dropdownlist custom control Pin
Christian Graus9-Mar-08 19:32
protectorChristian Graus9-Mar-08 19:32 
GeneralRe: Textbox with a dropdownlist custom control Pin
Laddie9-Mar-08 20:03
Laddie9-Mar-08 20:03 
Questionhow to determine if a datagrid has any data using a custom validator? Pin
lakshmichawala9-Mar-08 18:54
lakshmichawala9-Mar-08 18:54 
AnswerRe: how to determine if a datagrid has any data using a custom validator? Pin
Christian Graus9-Mar-08 19:34
protectorChristian Graus9-Mar-08 19:34 
AnswerRe: how to determine if a datagrid has any data using a custom validator? Pin
M LN Rao9-Mar-08 20:03
M LN Rao9-Mar-08 20:03 
can you be a bit elaborate your problem.
OK. I am giving a solution based on my previous problem if it fits ok.

function validateGridViewData()
{
rowCount = document.getElementById("gvProducts").rows.length;
if (rowCount >1)
return true;
return false;
}
And pass this function to the CustomValidator. Let me know does this solve your problem.

Intelligence is measured by common sense not by how many scholarly books you read.

GeneralUpdate Panel for GridView in ASP.NET2.0 Pin
salon9-Mar-08 17:57
salon9-Mar-08 17:57 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
Ravenet9-Mar-08 18:00
Ravenet9-Mar-08 18:00 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
salon9-Mar-08 18:30
salon9-Mar-08 18:30 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
Ravenet9-Mar-08 18:40
Ravenet9-Mar-08 18:40 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
salon9-Mar-08 18:53
salon9-Mar-08 18:53 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
Ravenet9-Mar-08 18:57
Ravenet9-Mar-08 18:57 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
salon9-Mar-08 18:59
salon9-Mar-08 18:59 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
Ravenet9-Mar-08 19:02
Ravenet9-Mar-08 19:02 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
salon9-Mar-08 19:10
salon9-Mar-08 19:10 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
salon9-Mar-08 21:22
salon9-Mar-08 21:22 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
Imran Khan Pathan9-Mar-08 21:17
Imran Khan Pathan9-Mar-08 21:17 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
salon9-Mar-08 21:33
salon9-Mar-08 21:33 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
Imran Khan Pathan9-Mar-08 21:47
Imran Khan Pathan9-Mar-08 21:47 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
salon9-Mar-08 22:23
salon9-Mar-08 22:23 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
salon9-Mar-08 22:24
salon9-Mar-08 22:24 
GeneralRe: Update Panel for GridView in ASP.NET2.0 Pin
salon9-Mar-08 23:51
salon9-Mar-08 23:51 
GeneralStreaming Video Pin
solarthur019-Mar-08 14:27
solarthur019-Mar-08 14:27 

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.