Click here to Skip to main content
15,886,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncombo box -- ddl Pin
trilokharry9-Jul-08 2:44
trilokharry9-Jul-08 2:44 
AnswerRe: combo box -- ddl Pin
Imran Khan Pathan9-Jul-08 2:51
Imran Khan Pathan9-Jul-08 2:51 
QuestionMaster to Content page Pin
Agweet9-Jul-08 2:07
Agweet9-Jul-08 2:07 
AnswerRe: Master to Content page Pin
eyeseetee9-Jul-08 2:55
eyeseetee9-Jul-08 2:55 
GeneralRe: Master to Content page Pin
Agweet9-Jul-08 3:01
Agweet9-Jul-08 3:01 
Questionmasterpage+js Pin
niki_nilu9-Jul-08 1:47
niki_nilu9-Jul-08 1:47 
AnswerRe: masterpage+js Pin
eyeseetee9-Jul-08 2:56
eyeseetee9-Jul-08 2:56 
GeneralRe: masterpage+js Pin
niki_nilu9-Jul-08 3:08
niki_nilu9-Jul-08 3:08 
sir
i want form tag in my webform.
in that web form i used masterpage.
so when i take form tag that time i gave error.
so i ask you where i put it.
when i put it in content.that time i have error.

i want to use .js file.
the code ---

// JScript File
function valForm()
{
if(!valid_required(document.form1.txtFirstName.value))
{
alert("First name is required field.")
return false
}
return true
}

this i want to use in my webform's html source code
my code=-----

<@>
CodeFile="Client.aspx.cs" Inherits="Client" Title="Untitled Page" %>

<asp:content id="Content1" contentplaceholderid="ContentPlaceHolder1" runat="Server" xmlns:asp="#unknown">








this code i have run time error--A page can have only one server-side Form tag.

so pls help me.

Gayatri

GeneralRe: masterpage+js Pin
Imran Khan Pathan9-Jul-08 3:15
Imran Khan Pathan9-Jul-08 3:15 
GeneralRe: masterpage+js Pin
niki_nilu9-Jul-08 3:25
niki_nilu9-Jul-08 3:25 
GeneralRe: masterpage+js Pin
Imran Khan Pathan9-Jul-08 3:37
Imran Khan Pathan9-Jul-08 3:37 
GeneralRe: masterpage+js Pin
eyeseetee9-Jul-08 3:17
eyeseetee9-Jul-08 3:17 
AnswerRe: masterpage+js Pin
niki_nilu9-Jul-08 2:57
niki_nilu9-Jul-08 2:57 
Questionmasterpage+js Pin
niki_nilu9-Jul-08 1:46
niki_nilu9-Jul-08 1:46 
AnswerRe: masterpage+js Pin
Christian Graus9-Jul-08 3:48
protectorChristian Graus9-Jul-08 3:48 
Questionemail not reaching hotmail.com!! Pin
Jassim Rahma9-Jul-08 1:37
Jassim Rahma9-Jul-08 1:37 
QuestionAdding a button to a datatable created at run time to delete the row Pin
samerh9-Jul-08 1:37
samerh9-Jul-08 1:37 
QuestionEOF in Dataset Pin
Rock Star.9-Jul-08 0:50
Rock Star.9-Jul-08 0:50 
AnswerRe: EOF in Dataset Pin
meeram3959-Jul-08 1:06
meeram3959-Jul-08 1:06 
GeneralRe: EOF in Dataset Pin
Rock Star.9-Jul-08 1:14
Rock Star.9-Jul-08 1:14 
GeneralRe: EOF in Dataset Pin
meeram3959-Jul-08 1:23
meeram3959-Jul-08 1:23 
GeneralRe: EOF in Dataset Pin
Rock Star.9-Jul-08 1:47
Rock Star.9-Jul-08 1:47 
GeneralRe: EOF in Dataset Pin
Imran Khan Pathan9-Jul-08 1:59
Imran Khan Pathan9-Jul-08 1:59 
QuestionError with Button onClick Pin
Member 36750479-Jul-08 0:39
Member 36750479-Jul-08 0:39 
AnswerRe: Error with Button onClick [modified] Pin
meeram3959-Jul-08 0:55
meeram3959-Jul-08 0: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.