Click here to Skip to main content
15,903,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Content Page Control access Pin
Sherin Iranimose23-May-07 1:31
Sherin Iranimose23-May-07 1:31 
GeneralRe: Content Page Control access Pin
Amit Kumar G23-May-07 14:42
Amit Kumar G23-May-07 14:42 
GeneralRe: Content Page Control access Pin
Sherin Iranimose23-May-07 17:51
Sherin Iranimose23-May-07 17:51 
Questionavoid postback Pin
iamdking23-May-07 1:08
iamdking23-May-07 1:08 
AnswerRe: avoid postback Pin
Nouman Bhatti23-May-07 1:16
Nouman Bhatti23-May-07 1:16 
GeneralRe: avoid postback Pin
iamdking23-May-07 1:27
iamdking23-May-07 1:27 
GeneralRe: avoid postback Pin
Sherin Iranimose23-May-07 1:36
Sherin Iranimose23-May-07 1:36 
GeneralRe: avoid postback [modified] Pin
Nouman Bhatti23-May-07 2:17
Nouman Bhatti23-May-07 2:17 
drag a requiredfieldvalidator control next to your username textbox control

set the controltovalidate property of your requiredfieldvalidator control
set the error message property u want to display for example "User Name Required"
set the text property of your required field property to "*"

repeat this for password field

both username and password textboxes must contain a attribute <runat='server'> in their html view

now if u want to display the error messages at one place u can also just drag drop the validationsummary control

there u go...
if still u face a problem try google Smile | :) or ask again Smile | :)


-- modified at 8:37 Wednesday 23rd May, 2007
AnswerRe: avoid postback Pin
Amit Kumar G23-May-07 1:34
Amit Kumar G23-May-07 1:34 
QuestionAsphostingpermission in asp.net using c# Pin
attalurisubbu23-May-07 0:29
attalurisubbu23-May-07 0:29 
AnswerRe: Asphostingpermission in asp.net using c# Pin
N a v a n e e t h23-May-07 0:49
N a v a n e e t h23-May-07 0:49 
GeneralRe: Asphostingpermission in asp.net using c# [modified] Pin
attalurisubbu23-May-07 2:55
attalurisubbu23-May-07 2:55 
AnswerRe: Asphostingpermission in asp.net using c# Pin
coolestCoder23-May-07 18:33
coolestCoder23-May-07 18:33 
QuestionAdding Textboxy in JavaScript Pin
Khan.Bangash23-May-07 0:28
Khan.Bangash23-May-07 0:28 
AnswerRe: Adding Textboxy in JavaScript Pin
koolprasad200323-May-07 0:41
professionalkoolprasad200323-May-07 0:41 
GeneralRe: Adding Textboxy in JavaScript Pin
Khan.Bangash23-May-07 0:50
Khan.Bangash23-May-07 0:50 
GeneralRe: Adding Textboxy in JavaScript [modified] Pin
Sherin Iranimose23-May-07 2:07
Sherin Iranimose23-May-07 2:07 
GeneralRe: Adding Textboxy in JavaScript Pin
Khan.Bangash23-May-07 2:17
Khan.Bangash23-May-07 2:17 
GeneralRe: Adding Textboxy in JavaScript Pin
Sherin Iranimose23-May-07 2:34
Sherin Iranimose23-May-07 2:34 
AnswerRe: Adding Textboxy in JavaScript Pin
Sherin Iranimose23-May-07 0:59
Sherin Iranimose23-May-07 0:59 
GeneralRe: Adding Textboxy in JavaScript Pin
Sandeep Akhare23-May-07 1:49
Sandeep Akhare23-May-07 1:49 
GeneralRe: Adding Textboxy in JavaScript Pin
Sherin Iranimose23-May-07 2:23
Sherin Iranimose23-May-07 2:23 
GeneralRe: Adding Textboxy in JavaScript Pin
Khan.Bangash23-May-07 3:04
Khan.Bangash23-May-07 3:04 
GeneralRe: Adding Textboxy in JavaScript Pin
Sherin Iranimose23-May-07 17:42
Sherin Iranimose23-May-07 17:42 
Questionhow to delete selected item from datagrid Pin
sooreeagt23-May-07 0:02
sooreeagt23-May-07 0:02 

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.