Click here to Skip to main content
16,007,885 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: buttons and ajax (best practice) Pin
Leo Smith16-Jan-07 14:36
Leo Smith16-Jan-07 14:36 
QuestionRe: buttons and ajax (best practice) Pin
Venkatesh Mookkan16-Jan-07 17:23
Venkatesh Mookkan16-Jan-07 17:23 
AnswerRe: buttons and ajax (best practice) Pin
Leo Smith17-Jan-07 0:26
Leo Smith17-Jan-07 0:26 
QuestionSpecial Character Replacement Pin
Marc Paliotti16-Jan-07 8:58
Marc Paliotti16-Jan-07 8:58 
AnswerRe: Special Character Replacement Pin
Guffa16-Jan-07 12:15
Guffa16-Jan-07 12:15 
QuestionADO Vs ADO.NET?? Pin
Rahithi16-Jan-07 8:32
Rahithi16-Jan-07 8:32 
AnswerRe: ADO Vs ADO.NET?? Pin
Christian Graus16-Jan-07 8:47
protectorChristian Graus16-Jan-07 8:47 
Questionreference to a field Pin
netJP12L16-Jan-07 7:13
netJP12L16-Jan-07 7:13 
Hi, Lets say i have 3 textfields in asp.net form and i want check if any of them is empty to my javascript function is that possible to perform. I don't want to create three different function with the same functionality. Please help me
Thanks

I am callling like that
<asp:button id="txtField" runat="server" text="Save" onclientclick="return validateQuestion(txtField);">

function valdateFunction(textField)
{
valid =true;
if(document.form1.textField.value=="")
{
alert("Enter something.");
valid=false;
}
return valid;
}
AnswerRe: reference to a field Pin
netJP12L16-Jan-07 7:20
netJP12L16-Jan-07 7:20 
QuestionBinding a ListBox Control into a Repeater Control Pin
koonda00716-Jan-07 6:39
koonda00716-Jan-07 6:39 
QuestionAJAX and the Calendar control Pin
RX Maverick16-Jan-07 4:41
RX Maverick16-Jan-07 4:41 
AnswerRe: AJAX and the Calendar control Pin
Christian Graus16-Jan-07 8:48
protectorChristian Graus16-Jan-07 8:48 
QuestionIP Address of user Pin
Andy *M*16-Jan-07 4:37
Andy *M*16-Jan-07 4:37 
AnswerRe: IP Address of user Pin
ednrgc16-Jan-07 5:15
ednrgc16-Jan-07 5:15 
GeneralRe: IP Address of user Pin
Andy *M*17-Jan-07 0:59
Andy *M*17-Jan-07 0:59 
QuestionHow to call aspx pages of other web application in content place holder of master page of share point? Pin
Sachin Gedam16-Jan-07 3:54
Sachin Gedam16-Jan-07 3:54 
Questioninserta data from tree view to database Pin
raquidd2216-Jan-07 3:08
raquidd2216-Jan-07 3:08 
Questiondoubt Pin
Member 103059316-Jan-07 1:36
Member 103059316-Jan-07 1:36 
AnswerRe: doubt Pin
netJP12L16-Jan-07 8:18
netJP12L16-Jan-07 8:18 
Questionproblem to run my webPage in IIS . Pin
hdv21216-Jan-07 1:32
hdv21216-Jan-07 1:32 
AnswerRe: problem to run my webPage in IIS . Pin
Sam.M16-Jan-07 1:42
Sam.M16-Jan-07 1:42 
Questiondisplay image in webform Pin
iramg16-Jan-07 1:03
iramg16-Jan-07 1:03 
QuestionHow to disable ALT+F4 ... Pin
samerh16-Jan-07 0:36
samerh16-Jan-07 0:36 
AnswerRe: How to disable ALT+F4 ... Pin
Colin Angus Mackay16-Jan-07 0:57
Colin Angus Mackay16-Jan-07 0:57 
GeneralRe: How to disable ALT+F4 ... Pin
samerh16-Jan-07 3:55
samerh16-Jan-07 3:55 

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.